Re: [R-pkg-devel] nativeRoutines error when using roxygen2 in RStudio

2018-11-06 Thread Duncan Murdoch
On 06/11/2018 5:17 PM, Rampal Etienne wrote: Dear Duncan, I don't get it when using R CMD check. I only get it when building/loading using roxygen2 or when I call load_all (which roxygen2 does too, I think). load_all calls load_dll which then throws this error. I have registered my routines in

Re: [R-pkg-devel] nativeRoutines error when using roxygen2 in RStudio

2018-11-06 Thread Rampal Etienne
Dear Duncan, I don't get it when using R CMD check. I only get it when building/loading using roxygen2 or when I call load_all (which roxygen2 does too, I think). load_all calls load_dll which then throws this error. I have registered my routines in R_init_secsse.c: void R_init_secsse(DllIn

Re: [R-pkg-devel] nativeRoutines error when using roxygen2 in RStudio

2018-11-06 Thread Duncan Murdoch
On 06/11/2018 3:27 PM, Rampal Etienne wrote: Dear Georgi, Thanks for your suggestions. I have tried to install the development version of roxygen2, but to no avail. I don't have a Collate field in DESCRIPTION. devtools::check() gives me: Updating secsse documentation Loading secsse Registered

Re: [R-pkg-devel] nativeRoutines error when using roxygen2 in RStudio

2018-11-06 Thread Rampal Etienne
Hi Guido, I am using the latest version of R-devel (on Windows). I've been having these problems since I updated R-devel mid-October (my previous version was a few months old). I have been updating R-devel since then, hoping that the problem would be disappear, but it is still there. Cheers,

Re: [R-pkg-devel] nativeRoutines error when using roxygen2 in RStudio

2018-11-06 Thread Guido Kraemer
Dear Rampal: What version of R are you using? I had this bug appearing a while a go on r-devel on travis (https://stackoverflow.com/questions/52532026/r-object-nativeroutines-not-found/52924244#52924244), it disappeared after a while. Cheers, Guido On 11/6/18 9:27 PM, Rampal Etienne wrote:

Re: [R-pkg-devel] nativeRoutines error when using roxygen2 in RStudio

2018-11-06 Thread Rampal Etienne
Dear Georgi, Thanks for your suggestions. I have tried to install the development version of roxygen2, but to no avail. I don't have a Collate field in DESCRIPTION. devtools::check() gives me: Updating secsse documentation Loading secsse Registered S3 method overwritten by 'dplyr': method fro