Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 524 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 524 Bytes

pkgdown.tpl

A pkgdown template package for rpkg.dev.

Installation

To install the latest development version of pkgdown.tpl, run the following in R:

if (!("remotes" %in% rownames(installed.packages()))) {
  install.packages(pkgs = "remotes",
                   repos = "https://cloud.r-project.org/")
}

remotes::install_gitlab(repo = "rpkg.dev/pkgdown.tpl")