Hello everyone,
I have some trouble to use pkgdown
to build a webpage for my package. Here is what I get:
pkgdown::build_site()
-- Installing package into temporary library --------------------------------------------
== Building pkgdown site =======================================================
Reading from: 'C:/Users/n1605/Desktop/StanMoMo'
Writing to: 'C:/Users/n1605/Desktop/StanMoMo/docs'
-- Initialising site -----------------------------------------------------------
-- Building home ---------------------------------------------------------------
Reading 'LICENSE.md'
namespace 'cachem' is not available and has been replaced
by .GlobalEnv when processing object '<unknown>'
Error in validate_key(key) : could not find function "validate_key"
Error: callr subprocess failed: could not find function "validate_key"
Type .Last.error.trace to see where the error occured
For info, I am using R 4.0.3 and pkgdown 1.6.1 under Windows 10.
Any help is appreciated!
Thanks in advance.