build.R

# Create the documentation for the package
devtools::document()

# Install the package
devtools::install(force = TRUE)

# # Build the pkgdown site
# pkgdown::build_site()

# Check package
devtools::check()

# Load the package and view the summary
library(gglabelr)
help(package='gglabelr')

# Install from github
devtools::install_github('jhelvy/gglabelr')
jhelvy/gglabelr documentation built on Dec. 7, 2020, 11:56 a.m.