rladies / rladies.github.io

R-Ladies Hugo Website
Other
11 stars 19 forks source link

update renv lock? #298

Closed shannonpileggi closed 5 months ago

shannonpileggi commented 8 months ago

When I attempted to build the website locally I executed renv::restore() successfully.

However, when I tried to build locally via the RStudio Build pane -> Build Website I was still notified that the packages fastmap & digest needed to be installed. Then I installed packages and was able to build the website. Then I realized blogdown::serve_site() has a better preview. So I'm not sure if those packages are actually required for the website build or just the build pane.