I have been making a very simple package that is similar in spirit to nycflights13.
It simply provides data in the form of .rda files -- no functions.
I am having a NAMESPACE problem when I run devtools::document().
the error is
Error: 'items' is not an exported object from 'namespace:cfsales'
My package is here.
I read on stackoverflow that if you delete NAMESPACE, devtools::load_all(), then devtools::document() that the problem would be fixed. I did not have any success with this.
I was hoping I could get some guidance on this error.