Re: [Rd] partial matching of row names in [-indexing

2022-01-14 Thread Ben Bolker
Makes sense if you realize that ?"[" only applies to *vector*, *list*, and *matrix* indexing and that data frames follow their own rules that are documented elsewhere ... So yes, not a bug but I claim it's an infelicity. I might submit a doc patch. FWIW b["A1",] as.matrix(b)["A1",]

Re: [Rd] partial matching of row names in [-indexing

2022-01-14 Thread Steve Martin
I don't think this is a bug in the documentation. The help page for `?[.data.frame` has the following in the last paragraph of the details: Both [ and [[ extraction methods partially match row names. By default neither partially match column names, but [[ will if exact = FALSE (and with a warning

[Rd] partial matching of row names in [-indexing

2022-01-14 Thread Ben Bolker
People are often surprised that row-indexing a data frame by [ + character does partial matching (and annoyed that there is no way to turn it off: https://stackoverflow.com/questions/18033501/warning-when-partial-matching-rownames

Re: [R-pkg-devel] Detritus reported by r-hub builder check_for_cran

2022-01-14 Thread Uwe Ligges
On 14.01.2022 15:14, Rainer M Krug wrote: Hi I want to re-submit an archived package to CRAN, and I get, when checking on hub builder, the following Note: * checking for detritus in the temp directory ... NOTE Found the following files/directories: 'lastMiKTeXException' If it is not

[Bioc-devel] converting old Rnw vignettes to Rmd + BiocStyle

2022-01-14 Thread Levi Waldron
Bioconductor has many (>800) Rnw PDF vignettes that would be more user-friendly if converted to using Rmd+BiocStyle. I've identified a couple students who are willing to work on this, and have started a Trello board to organize the work:

[R-pkg-devel] Detritus reported by r-hub builder check_for_cran

2022-01-14 Thread Rainer M Krug
Hi I want to re-submit an archived package to CRAN, and I get, when checking on hub builder, the following Note: * checking for detritus in the temp directory ... NOTE Found the following files/directories: 'lastMiKTeXException' See

Re: [R-pkg-devel] Fix JFM package problem

2022-01-14 Thread Dirk Eddelbuettel
On 11 January 2022 at 18:44, riccardo wrote: | Hallo, | | I wish to submit the following error rising running an example in a rcpp | function *only *in Debian check: | | > ### Name: least_square_plane_rcpp | > ### Title: returns the coefficients of the least square plane and the | > ###

Re: [R-pkg-devel] Mac OS X builds and checksf for CRAN

2022-01-14 Thread Emanuele Cordano
Thank you best Emanuele Cordano Il giorno ven 14 gen 2022 alle ore 11:39 Duncan Murdoch < murdoch.dun...@gmail.com> ha scritto: > On 14/01/2022 4:47 a.m., Emanuele Cordano wrote: > > Dear list, > > > > Is this service currently working? > > > > https://mac.r-project.org/macbuilder/submit.html >

Re: [R-pkg-devel] Mac OS X builds and checksf for CRAN

2022-01-14 Thread Duncan Murdoch
On 14/01/2022 4:47 a.m., Emanuele Cordano wrote: Dear list, Is this service currently working? https://mac.r-project.org/macbuilder/submit.html server returns 504 Gateway Time-out error. I found out this after trying to using the service because I have to fix some issues in one of my packages

[R-pkg-devel] Mac OS X builds and checksf for CRAN

2022-01-14 Thread Emanuele Cordano
Dear list, Is this service currently working? https://mac.r-project.org/macbuilder/submit.html server returns 504 Gateway Time-out error. I found out this after trying to using the service because I have to fix some issues in one of my packages before CRAN submission. Thank you Best Emanuele