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

2018-11-07 Thread Joshua Ulrich
piles the > > C/Fortran files only when necessary > > but sometimes compilation may be needed even if devtools thinks > > otherwise. > > > > Georgi Boshnakov > > > > > > -Original Message- > > From: Duncan Murd

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

2018-11-07 Thread Rampal S. Etienne
otherwise. > > Georgi Boshnakov > > > -Original Message- > From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com > <mailto:murdoch.dun...@gmail.com>] > Sent: 07 November 2018 00:26 > To: Rampal Etienne; Georgi Boshnakov; >

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

2018-11-07 Thread William Dunlap
oshnakov; r-package-devel@r-project.org > Subject: Re: [R-pkg-devel] nativeRoutines error when using roxygen2 in > RStudio > > 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 w

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

2018-11-07 Thread Rampal S. Etienne
; > Georgi Boshnakov > > > -Original Message- > From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] > Sent: 07 November 2018 00:26 > To: Rampal Etienne; Georgi Boshnakov; r-package-devel@r-project.org > Subject: Re: [R-pkg-devel] nativeRoutines error when using

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

2018-11-07 Thread Georgi Boshnakov
] nativeRoutines error when using roxygen2 in RStudio 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

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

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

2018-11-02 Thread Georgi Boshnakov
Try installing the latest development version of roxygen2, if you are not using it already. There was a bug in the released version preventing installation in some cases. If you don't want to use development version of roxygen2, try putting all filenames in the Collate field in DESCRIPTION on one