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 diff
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 notice
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 i
Hi Stuart,
El jue., 19 jul. 2018 a las 16:20, Stuart Lacy via R-package-devel
() escribió:
>
>
>
>
> -- Forwarded message --
> From: Stuart Lacy
> To: R Package Development
> Cc:
> Bcc:
> Date: Thu, 19 Jul 2018 15:20:16 +0100
> Subject: Running R CMD CHECK on different architectu
--- 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
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 decla
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 in
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
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 dependen