Re: [Rd] Problem with R_registerRoutines

2018-02-23 Thread Martin Maechler
> > on Fri, 23 Feb 2018 15:43:43 + writes: > Thanks a lot for your answer Jeroen! > I should have mentioned that I had actually only checked with the win-builder, as I did not have R-devel installed on my computer. > But based on your answer I installed R-devel loca

Re: [Rd] Problem with R_registerRoutines

2018-02-23 Thread Jon.SKOIEN
Thanks a lot for your answer Jeroen! I should have mentioned that I had actually only checked with the win-builder, as I did not have R-devel installed on my computer. But based on your answer I installed R-devel locally on a Linux-server (Redhat), and the package could be checked without the NOT

Re: [Rd] Duplicate column names created by base::merge() when by.x has the same name as a column in y

2018-02-23 Thread Martin Maechler
> Scott Ritchie > on Fri, 23 Feb 2018 12:32:41 +1100 writes: > Thanks Martin! > Can you clarify the functionality of the 'no.dups' argument so I can change > my patch to `data.table:::merge.data.table` accordingly? > - When `no.dups=TRUE` will the suffix to the by.x

Re: [Rd] Problem with R_registerRoutines

2018-02-23 Thread Jeroen Ooms
On Windows this warning may be a false positive if R cannot find "objdump.exe" which is required for this check. I think this is actually a bug in R because it should be looking for "objdump.exe" inside BINPREF (where gcc is) rather than on the PATH. Can you check if you get the same warning if yo

[Rd] Problem with R_registerRoutines

2018-02-23 Thread Jon.SKOIEN
Dear list, I am trying to update a package to pass the CRAN-checks. But I am struggling with the following note: File 'psgp/libs/i386/psgp.dll': Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols' File 'psgp/libs/x64/psgp.dll': Found no calls to: 'R_registerRoutines', 'R_useDynami

Re: [Rd] Bug in installing rgdal

2018-02-23 Thread Roger Bivand
Wrong list. Try R-sig-geo, if you do, confirm that you read the readme in the source package since you are installing from source, and include relevant information from configure. Almost certainly this tells you that you have not installed the devel rpms or debs for gdal or proj. Roger Bivand N