Closed bburns632 closed 2 years ago
While attempting to rebuild the website for the new release (using the following code), I ran into the issue below. It appears pkgnet:::.BuildTestLib is not available for the document creation.
pkgnet:::.BuildTestLib
Rscript -e "roxygen2::roxygenize()" Rscript -e "install.packages('pkgdown', repos = 'cran.rstudio.com')" Rscript -e "pkgdown::build_site()"
Fixed with a full and complete dependency update.
While attempting to rebuild the website for the new release (using the following code), I ran into the issue below. It appears
pkgnet:::.BuildTestLib
is not available for the document creation.