Skip to content

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

2 messages · Spencer Graves, Ben Bolker

#
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
#
* Your NAMESPACE file is empty -- did you forget to devtools::document() 
[or otherwise mess up this file]?

* for the README issue, all I can think of is that you might have run R 
CMD check on a directory rather than a built tarball?
On 12/1/24 17:53, Spencer Graves wrote: