business-science/sweep

Vignette not showing after installing from github

Closed this issue · 1 comments

amrrs commented

> browseVignettes(package = "sweep") No vignettes found by browseVignettes(package = "sweep")

This can be solved by using

# install.packages("devtools")
devtools::install_github("business-science/sweep", build_vignettes = TRUE)