I'm unable to use the make serve command line function, which runs this R function:
bookdown::serve_book(dir='.', output_dir='build', preview=TRUE, in_session=TRUE)
I get the following error after the output has been created (Output created: build/index.html):
Error in loadNamespace(name) : there is no package called ‘servr’
I'm unable to use the
make servecommand line function, which runs this R function:bookdown::serve_book(dir='.', output_dir='build', preview=TRUE, in_session=TRUE)I get the following error after the output has been created (
Output created: build/index.html):Error in loadNamespace(name) : there is no package called ‘servr’