Skip to content
Prev 3200 / 12125 Next

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

Without code we are guessing.  A bug is possible but I will make another guess suggestion.

Delete all binary files created by devtools during compilation in your package directory.
devtools::load_all() is so fast partly because it recompiles the C/Fortran files only when necessary
but sometimes compilation may be needed even if devtools thinks otherwise.

 Georgi Boshnakov


-----Original Message-----
From: Duncan Murdoch [mailto:murdoch.duncan at gmail.com] 
Sent: 07 November 2018 00:26
To: Rampal Etienne; Georgi Boshnakov; r-package-devel at 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:
Nope!  Sounds like a bug in devtools/roxygen2, but I don't know either 
of those packages well.

Duncan Murdoch