Re: [R-pkg-devel] registering native routines

2019-02-18 Thread Bob Rudis
I believe you've got _some_ time. As of the changes in 3.4.0 the verbiage is: R CMD check --as-cran now NOTEs if the package does not register its native routines or does not declare its intentions on (native) symbol search. (This will become a WARNING in due course.) And I think it's

Re: [R-pkg-devel] registering native routines

2019-02-17 Thread Charles Geyer
Sorry. I am a moron. It was an illusion. I was checking R package foo with the Makevars for R package fooRegister via the R_MAKEVARS_USER mechanism and got confused. In fact R package foo, when checked with --as-cran only gives warnings not errors about registering native routines. So AFAICS,

Re: [R-pkg-devel] registering native routines

2019-02-16 Thread Avraham Adler
https://stat.ethz.ch/pipermail/r-devel/2017-February/073755.html On Sat, Feb 16, 2019 at 3:22 PM Charles Geyer wrote: > > I just noticed that R package foo in the github repo > https://github.com/cjgeyer/foo no longer passes R CMD check --as-cran. The > problem seems to be that it does not

Re: [R-pkg-devel] registering native routines

2018-04-11 Thread Rampal Etienne
Changing the path solved the problem. Thanks everyone! Rampal On 11-Apr-18 14:24, Marcelino de la Cruz Rot wrote: Thank you for the hint, Henric. I was also having the same NOTE. Changing the path from \Rtools\mingw_32\bin to \Rtools\mingw_64\bin solved it completely. Cheers, Marcelino El

Re: [R-pkg-devel] registering native routines

2018-04-11 Thread Marcelino de la Cruz Rot
Thank you  for the hint, Henric. I was also having the same NOTE. Changing the path from \Rtools\mingw_32\bin to \Rtools\mingw_64\bin solved it completely. Cheers, Marcelino El 11/04/2018 a las 11:56, Henric Winell escribió: Den 2018-04-10 kl. 23:30, skrev Rampal Etienne: Dear Thomas, Yes,

Re: [R-pkg-devel] registering native routines

2018-04-11 Thread Dirk Eddelbuettel
On 10 April 2018 at 23:30, Rampal Etienne wrote: | Yes, I followed all those suggestions but it did not fix the x64 notes. | Indeed I am using Windows. I am going to try this on a Linux system. You could consider the R Hub service at https://builder.r-hub.io/ and/or via the CRAN package

Re: [R-pkg-devel] registering native routines

2018-04-11 Thread Henric Winell
Den 2018-04-10 kl. 23:30, skrev Rampal Etienne: Dear Thomas, Yes, I followed all those suggestions but it did not fix the x64 notes. Indeed I am using Windows. I am going to try this on a Linux system. On a 64-bit system you need to have 64-bit versions of the necessary tools on the path,

Re: [R-pkg-devel] registering native routines

2018-04-10 Thread Rampal Etienne
Dear Thomas, Yes, I followed all those suggestions but it did not fix the x64 notes. Indeed I am using Windows. I am going to try this on a Linux system. Cheers, Rampal On 10-Apr-18 14:17, Thomas Petzoldt wrote: Hi, I assume you followed "Writing R Extension" and the examples given in

Re: [R-pkg-devel] registering native routines

2018-04-10 Thread Thomas Petzoldt
Hi, I assume you followed "Writing R Extension" and the examples given in package deSolve (and maybe some other packages). Am I right that this fixed the i386 notes, but not for x64? Here I conclude that you tested it on Windows. This is relevant, because I remember a recent discussion