Skip to contents

pkgdev provides helpers for package maintenance, documentation rendering and GitHub Actions workflows. It is primarily intended for personal use, but you are welcome to use it at your own risk.

Installation

You can install the development version of pkgdev with:

pak::pak("dieghernan/pkgdev")

Alternatively, you can install pkgdev from r-universe:

# Install pkgdev in R:
install.packages("pkgdev", repos = c(
  "https://dieghernan.r-universe.dev",
  "https://cloud.r-project.org"
))

Example

Document created with package pkgdev v0.1.0.9150.