I am collecting the R data packet and I have so far documented the data without problems. The file named charges_ay.R
, located in the R
folder in the repo packages, includes the following:
When I try to run devtools::document
from the package base (as I have for other files), I get the following error:
> devtools::document() Updating ripeds documentation Loading ripeds Error: 'charges_ay' is not an exported object from 'namespace:ripeds'
Given that everything has worked fine so far, I'm a little confused as the process and file documentation are the same.
Any help would be greatly appreciated!
source share