I am trying to create a PDF manual for a number of installed and loaded non-CRAN packages, from within RStudio.
library(devtools)
devtools::build_manual(fable, path = "./")
I have tried many variations on this. The most common error I get is
Error:
path
must be a string.
The first argument must be a path or a "package object". I can not find any definition of a package object. I have found no instance of a string or expression that does not yield some sort of error in
as.package(expr)