[R-pkg-devel] AppVeyor with LinkingTo: field
On Mon, Feb 13, 2017 at 9:11 AM, G?bor Cs?rdi <csardi.gabor at gmail.com> wrote:
You need to put it in 'Imports' as well. Whatever is in LinkingTo, must be in Imports.
That did the trick. Thanks. I am almost there -- only failing on devel in Travis CI. It failing at the "R CMD build" phase. * installing *source* package ?odeintr? ...
** libs I/home/travis/R-bin/lib/R/include -DNDEBUG -I"../inst/include" -I"/home/travis/R/Library/Rcpp/include" -I"/home/travis/R/Library/BH/include" -I/home/travis/R-bin/include -c RcppExports.cpp -o RcppExports.o /bin/bash: I/home/travis/R-bin/lib/R/include: No such file or directory make: [RcppExports.o] Error 127 (ignored)
I think my PKG_CPPFLAGS or some such is not right. Is there something about the devel branch of R I am missing? THK http://www.keittlab.org/