Hi,
I'm creating an R package and as you know part of the development process is to run the r cmd check. Removing the .data triggers notes upon checking with r cmd which eventually will make my pkg rejected upon submission. While keeping .data, makes testing with devtools quite annoying due to the warnings. Could you please clarify what is the right way now for us who are developing packages and need to keep all sides happy?
thanks