A pkgdown template package for rpkg.dev.
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")