/hellopkgdown

Primary LanguageROtherNOASSERTION

hellopkgdown

RStudio Community: Teaching

This is a personal package of mine to demo a pkgdown site.

Installation

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")

Demo

Execute the hello world function like so:

library(hellopkgdown)
hellopkgdown::helloworld()