Re: [R-pkg-devel] Rcpp.package.skeleton -- Rcmd check --as-cran Windows

2017-08-28 Thread Peter Clifford [peter.cliff...@stats.ox.ac.uk]
It's Rcpp 0.12.12 and R 3.4.1. If nobody can reproduce this with Windows 7 (?), I'll assume it's something odd with my system. Thanks On Mon, Aug 28, 2017 at 7:48 PM, Uwe Ligges wrote: > > > On 28.08.2017 18:10, Peter Clifford [peter.cliff...@stats.ox.ac.uk]

Re: [R-pkg-devel] Rcpp.package.skeleton -- Rcmd check --as-cran Windows

2017-08-28 Thread Uwe Ligges
On 28.08.2017 18:10, Peter Clifford [peter.cliff...@stats.ox.ac.uk] wrote: On Mon, Aug 28, 2017 at 4:53 PM, Dirk Eddelbuettel wrote: On 28 August 2017 at 10:21, Peter Clifford [peter.cliff...@stats.ox.ac.uk] wrote: | R version 3.4.0 and 3.4.1 with Rcpp 0.12.12 Windows 7.

Re: [R-pkg-devel] Rcpp.package.skeleton -- Rcmd check --as-cran Windows

2017-08-28 Thread Peter Clifford [peter.cliff...@stats.ox.ac.uk]
On Mon, Aug 28, 2017 at 4:53 PM, Dirk Eddelbuettel wrote: > > On 28 August 2017 at 10:21, Peter Clifford [peter.cliff...@stats.ox.ac.uk] > wrote: > | R version 3.4.0 and 3.4.1 with Rcpp 0.12.12 Windows 7. > > Potentially wrong list here as it is an Rcpp question... > > | Trying

Re: [R-pkg-devel] Rcpp.package.skeleton -- Rcmd check --as-cran Windows

2017-08-28 Thread Dirk Eddelbuettel
On 28 August 2017 at 10:21, Peter Clifford [peter.cliff...@stats.ox.ac.uk] wrote: | R version 3.4.0 and 3.4.1 with Rcpp 0.12.12 Windows 7. Potentially wrong list here as it is an Rcpp question... | Trying to fix persistent "Found no calls to: 'R_registerRoutines', | 'R_useDynamicSymbols'"

Re: [R-pkg-devel] Saving provenance data to the file system

2017-08-28 Thread Uwe Ligges
Can't you do it as, e.g. write.table() writes files: Simply require a filename from the user, then you are on the save side. And in your examples / tests, write to some tempfile(). Best, Uwe Ligges On 25.08.2017 21:11, Jenny Bryan wrote: I can't comment on the specific intersection of your

[R-pkg-devel] Rcpp.package.skeleton -- Rcmd check --as-cran Windows

2017-08-28 Thread Peter Clifford [peter.cliff...@stats.ox.ac.uk]
R version 3.4.0 and 3.4.1 with Rcpp 0.12.12 Windows 7. Trying to fix persistent "Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols'" problem, when running Rcmd check --as-cran. Eventually gave up with my own package and tried the simplest possible case using