Message-ID: <1f7aea95-c8ee-46b5-957a-5268ebc3695e@effectivedefense.org>
Date: 2024-12-01T22:53:04Z
From: Spencer Graves
Subject: [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