Skip to content
Prev 11070 / 12125 Next

[R-pkg-devel] roxygen2 and .Rbuildignore problems

Hello, All:


	  I'm having two problems with a tiny package on GitHub:


* Non-standard file/directory found at top level: ?README.Rmd?


 >>> BUT "README.Rmd" is IN .Rbuildignore


* Error in grepInTable(c("Afghanistan", "Netherlands Antilles")) : could 
not find function "grepInTable"


 >>> BUT 'grepInTable.R' includes "#' @importFrom rworldmap 
countrySynonyms".


SEE:


https://github.com/sbgraves237/acledr


	  What am I doing wrong?


	  Thanks,
	  Spencer Graves