Closed TheoMichelot closed 3 years ago
I managed to temporarily circumvent this problem by copying distnames.RData
to the root of the package on my machine, and then run devtools::document()
. We need to come up with a long-term solution.
I wrote a small update_doc
function in inst/util.R
, which creates a temporary copy of distnames.RData
at the root of the package, then runs devtools::document
, then removes the copy.
The command
devtools::document()
fails with the following error:I include the traceback below; it looks like the error occurs when trying to load distnames.RData in dist.R: