Re: [R-pkg-devel] Package builds, installs, and runs but does not pass devtools::check()

2018-07-19 Thread Michael Hannon
Very nice discussion. Thanks, Mark. On Thu, Jul 19, 2018 at 3:20 AM, Mark van der Loo wrote: > > Dear Mike, et al, > > My remarks are not necessarily related to tidyverse packages. The main point > is that there are various purposes and business cases for writing code, and > they may imply

Re: [R-pkg-devel] C++11 and deprecated warnings "noise" for auto_ptr

2018-07-19 Thread Steven Scott
Thanks Dirk, This will cut down the size of my compilation logs dramatically. On Thu, Jul 19, 2018 at 6:06 AM Iñaki Úcar wrote: > Great! Many thanks for sharing this, Dirk. > > Iñaki > El jue., 19 jul. 2018 a las 14:37, Dirk Eddelbuettel > () escribió: > > > > > > As some of you may have

Re: [R-pkg-devel] Running R CMD CHECK on different architectures

2018-07-19 Thread Duncan Murdoch
On 19/07/2018 10:20 AM, Stuart Lacy via R-package-devel wrote: I've just submitted a new release of my package multistateutils to CRAN but have received an automated email back asking if I've fixed the errors from the previous release. Firstly, why was the previous release accepted onto CRAN if

[R-pkg-devel] Running R CMD CHECK on different architectures

2018-07-19 Thread Stuart Lacy via R-package-devel
--- Begin Message --- Hi, I've just submitted a new release of my package multistateutils to CRAN but have received an automated email back asking if I've fixed the errors from the previous release. Firstly, why was the previous release accepted onto CRAN if it had errors? The result of the

Re: [R-pkg-devel] C++11 and deprecated warnings "noise" for auto_ptr

2018-07-19 Thread Iñaki Úcar
Great! Many thanks for sharing this, Dirk. Iñaki El jue., 19 jul. 2018 a las 14:37, Dirk Eddelbuettel () escribió: > > > As some of you may have noticed, or may have been told as well in kind "fix > this or else ..." email, 'R CMD check' now also marks g++-7 / g++-8 warnings > of 'deprecated

[R-pkg-devel] C++11 and deprecated warnings "noise" for auto_ptr

2018-07-19 Thread Dirk Eddelbuettel
As some of you may have noticed, or may have been told as well in kind "fix this or else ..." email, 'R CMD check' now also marks g++-7 / g++-8 warnings of 'deprecated declarations'. This can of course be addressed in the code itself, or suppressed with the '-Wno-deprecated-declarations' flag

[R-pkg-devel] Documentation with roxygen2

2018-07-19 Thread Τόλης Χαλκής
Dear all, this period I am working as a student on a Google Summer of Code project. We develop an Rcpp package. I am trying to create a documentation as a pdf using roxygen2. I add the comments #' above of each R function and generate the Rd files with roxygwn2::roxygenise() function. Then I run

Re: [R-pkg-devel] Package builds, installs, and runs but does not pass devtools::check()

2018-07-19 Thread Mark van der Loo
Dear Mike, et al, My remarks are not necessarily related to tidyverse packages. The main point is that there are various purposes and business cases for writing code, and they may imply different trade-offs. Let me illustrate with some examples. I will focus on non-standard evaluation and