[R-pkg-devel] Library not loaded ‘libgdal.dylib’ when building package on travis (osx)

2017-04-28 Thread Patrick Schratz
Hi everyone, the following error gives me headaches. When building my package on Travis CI (OS X build), I get the following error: Building with: R CMD build 4.64s$ R CMD build  . * checking for file ‘./DESCRIPTION’ ... OK * preparing ‘RQGIS’: * checking DESCRIPTION meta-information ... OK * in

[R-pkg-devel] Help

2017-04-28 Thread LARISA ZAMORA MATAMOROS
Dear sir. I intended to upload a R package to the CRAN, but I received an e-mail with an attached file “00check.log”. The text of this file ends with two notes, I made modifications to resolve the last note: -- * checking Rd line widths ... NOTE Rd file 'ExpRep-package.Rd':

Re: [R-pkg-devel] Help

2017-04-28 Thread MTurgeon
Hi Larisa, This has been covered before; see https://mailman.stat.ethz.ch/pipermail/r-devel/2014-March/068497.html Essentially, it is reminder to check that this information is correct. As such, you can ignore it if it is indeed correct. Max On 2017-04-28 09:15 AM, LARISA ZAMORA MATAMOROS

[R-pkg-devel] How to -I in Makevars.win for ddk/ntddk.h

2017-04-28 Thread Matt Dowle
Hi, #include This finds ddk/ntddk.h ok but then fails with : C:/Rtools/mingw_64/x86_64-w64-mingw32/include/ddk/ntddk.h:38:17: fatal error: wdm.h: No such file or directory It can't find wdm.h because that's alongside ntddk.h in the ddk directory. It's only looking in include not include/ddk,