This is a personal package of mine to demo a pkgdown site.
hellopkgdown
is still in development and not on CRAN yet.
The development version of hellopkgdown
can be installed from GitHub with:
remotes::install_github("nischalshrestha/hellopkgdown@main")
Execute the hello world function like so:
library(hellopkgdown)
hellopkgdown::helloworld()