Re: [R-pkg-devel] Failing incoming tests on 'stringsAsFactors = TRUE'

2020-03-30 Thread Duncan Murdoch
The warning about stringsAsFactors is very new; I don't think it's even mentioned in the NEWS, though the help ?data.frame mentions it. So I suspect either the Windows build happened in the middle of committing code to implement the warning, and it wasn't all tested yet, or some package you

[R-pkg-devel] Failing incoming tests on 'stringsAsFactors = TRUE'

2020-03-30 Thread Trent McDonald
Trying to update a package on CRAN. It passes all the following tests: Local (r CMD --as-cran, R 3.6.2), devtools::check_win_dev, devtools::check_rhub, and my personal .yml file on travis-ci.org But, the incoming CRAN tests last week for windows fail (linux test throw different warning that I

[R-pkg-devel] Error creating union class: object ‘.__C__compMatrix’ not found

2020-03-30 Thread renozao
Hi, when R CMD check is run under R-devel (2020-03-29 r78108) I get the following error at installation: Error in get(cname, envir = cwhere, inherits = FALSE) : object ‘.__C__compMatrix’ not found Error in setClassUnion("mMatrix", c("Matrix", "matrix")) : unable to create union class:

Re: [R-pkg-devel] Help with Error Messages

2020-03-30 Thread Brian G. Peterson
On Mon, 2020-03-30 at 10:18 -0400, Kelsey Chetnik wrote: > Hi, > > I am submitting a package to CRAN for the first time and I am not > sure what > the following error means and how to solve it: >

[R-pkg-devel] Help with Error Messages

2020-03-30 Thread Kelsey Chetnik
Hi, I am submitting a package to CRAN for the first time and I am not sure what the following error means and how to solve it: https://win-builder.r-project.org/incoming_pretest/MetaClean_0.1.0_20200330_150936/Windows/00install.out Could someone please help me with this? Thank you, Kelsey

Re: [R-pkg-devel] System requirements of a vignette engine

2020-03-30 Thread Uwe Ligges
Pls write to c...@r-project.org. Best, Uwe Ligges On 30.03.2020 01:09, fvaf...@mailbox.org wrote: Dear All, inspired by Karl Broman`s reader on using 'knitr' with 'asciidoc' (http://kbroman.org/knitr_knutshell/pages/asciidoc.html), I wrote package rasciidoc some time ago. It is just a wrapper

[R-pkg-devel] System requirements of a vignette engine

2020-03-30 Thread fvafrcu
Dear All, inspired by Karl Broman`s reader on using 'knitr' with 'asciidoc' (http://kbroman.org/knitr_knutshell/pages/asciidoc.html), I wrote package rasciidoc some time ago. It is just a wrapper to knitr and asciidoc, which is a system requirement for the package. CRAN does not need to have