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
u don't want to use development version of roxygen2, > >>>> try putting all filenames in the Collate field in DESCRIPTION on one > >>>> line and make sure that there is a single space > >>>> between them. This should work if your problem is wh

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
g all filenames in the Collate field in DESCRIPTION on one >>>> line and make sure that there is a single space >>>> between them. This should work if your problem is what I think. >>>> >>>> By the way, in such cases you will get more informative messages

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

2018-11-06 Thread Duncan Murdoch
From: R-package-devel [r-package-devel-boun...@r-project.org] on behalf of Rampal Etienne [rampaletie...@gmail.com] Sent: 01 November 2018 22:40 To: r-package-devel@r-project.org Subject: [R-pkg-devel] nativeRoutines error when using roxygen2 in RStudio Since

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

2018-11-06 Thread Rampal Etienne
Sent: 01 November 2018 22:40 To: r-package-devel@r-project.org Subject: [R-pkg-devel] nativeRoutines error when using roxygen2 in RStudio Since a few weeks (after updating R-devel and Rtools) I get the following error when trying to build a package or document it, when using roxygen2 in RStudi

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

2018-11-06 Thread Duncan Murdoch
ge-devel [r-package-devel-boun...@r-project.org] on behalf of Rampal Etienne [rampaletie...@gmail.com] Sent: 01 November 2018 22:40 To: r-package-devel@r-project.org Subject: [R-pkg-devel] nativeRoutines error when using roxygen2 in RStudio Since a few weeks (after updating R-devel and Rtools) I

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

2018-11-06 Thread Rampal Etienne
you run devtools::check(). -- Georgi Boshnakov From: R-package-devel [r-package-devel-boun...@r-project.org] on behalf of Rampal Etienne [rampaletie...@gmail.com] Sent: 01 November 2018 22:40 To: r-package-devel@r-project.org Subject: [R-pkg-devel] nativeRoutines error when using roxygen2 i

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

2018-11-06 Thread Guido Kraemer
R-package-devel [r-package-devel-boun...@r-project.org] on behalf of Rampal Etienne [rampaletie...@gmail.com] Sent: 01 November 2018 22:40 To: r-package-devel@r-project.org Subject: [R-pkg-devel] nativeRoutines error when using roxygen2 in RStudio Since a few weeks (after updating R-devel and Rtool

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

2018-11-06 Thread Rampal Etienne
Georgi Boshnakov > > > > From: R-package-devel [r-package-devel-boun...@r-project.org] on behalf of > Rampal Etienne [rampaletie...@gmail.com] > Sent: 01 November 2018 22:40 > To: r-package-devel@r-project.org > Subject: [R-pkg-de

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

2018-11-02 Thread Georgi Boshnakov
om: R-package-devel [r-package-devel-boun...@r-project.org] on behalf of Rampal Etienne [rampaletie...@gmail.com] Sent: 01 November 2018 22:40 To: r-package-devel@r-project.org Subject: [R-pkg-devel] nativeRoutines error when using roxygen2 in RStudio Since a few weeks (after updating R-devel and R

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

2018-11-01 Thread Rampal Etienne
Since a few weeks (after updating R-devel and Rtools) I get the following error when trying to build a package or document it, when using roxygen2 in RStudio: In R CMD INSTALL Error in nativeRoutines[[lib]] <- routines : object 'nativeRoutines' not found Calls: suppressPackageStartupMessages ..