uptake / pkgnet

R package for analyzing other R packages via graph representations of their dependencies
https://uptake.github.io/pkgnet/
Other
155 stars 37 forks source link

Failure to Load Internal Function During pkgdwn Website Build #291

Closed bburns632 closed 2 years ago

bburns632 commented 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.

Rscript -e "roxygen2::roxygenize()"
Rscript -e "install.packages('pkgdown', repos = 'cran.rstudio.com')"
Rscript -e "pkgdown::build_site()"

image

bburns632 commented 2 years ago

Fixed with a full and complete dependency update.