Did you remove the .Rbuildignore file? Your problems should not be problems if that file is configured.
On November 8, 2018 7:10:08 AM PST, Barth Riley <barthriley at comcast.net> wrote:
In my ?stupid? (minimal) project, my namespace looks as follows:
useDynLib(StupidRCPP, .registration=TRUE)
exportPattern("^[[:alpha:]]+")
importFrom(Rcpp, evalCpp)
In my main project I include Rcpp in an import() statement in
NAMESPACE.
One thing I?m noticing with the minimal project is that I can build it
without errors and access functions from the package but
devtools::check() reports syntax errors?though these errors appear to
be from an old version of the code (it has been quite a headache
manually deleting all of the files in .Rcheck, RprojUser, and the Rtmp?
folders.
Barth
Sent from my phone. Please excuse my brevity.