Re: [R-pkg-devel] Windows specific install error

2020-04-07 Thread Martin Morgan
This is the same as https://stat.ethz.ch/pipermail/r-package-devel/2020q1/005256.html and due I believe to stale packages on the CRAN windows builder; the solution is I believe on the CRAN side. Martin Morgan On 4/7/20, 6:14 PM, "R-package-devel on behalf of Ryan Sartor" wrote: Hello

[R-pkg-devel] Windows specific install error

2020-04-07 Thread Ryan Sartor
Hello everyone, My package seems to pass all the CRAN checks for Linux but fails to install on Windows. This is the contents of 00install.out: * installing *source* package 'DiPALM' ... ** using staged installation ** R ** data ** inst ** byte-compile and prepare package for lazy loading Error: .

Re: [R-pkg-devel] [FWD] [CRAN-pretest-archived] CRAN submission JuliaConnectoR 0.5.0

2020-04-07 Thread Jeff Newmiller
I did not say "interfere"... I said "problems with consistency". I don't think your wholesale import of functions without corresponding help pages is consistent with the normal use of R, which will make reading R code written with this mechanism in place a painful source of trouble for help foru

Re: [R-pkg-devel] [FWD] [CRAN-pretest-archived] CRAN submission JuliaConnectoR 0.5.0

2020-04-07 Thread Stefan Lenz IMBI
Thank you very much for your comment. Could you elaborate how you think that it could interfere with the help system? I haven't yet connected the Julia help with the R help, as the R help system is quite complex and RStudio handles it again differently. So it's simply like the functions were dec

[R-pkg-devel] RIOT 2020: canceled

2020-04-07 Thread Stepan
After carefully considering the current situation regarding COVID-19, we decided to cancel this year's RIOT workshop. Best regards, Stepan On 25. 02. 20 17:47, Stepan wrote: I hope you don’t mind us using this mailing list for a small advertisement, but we think it is relevant for this group:

Re: [R-pkg-devel] About dataset in my own package

2020-04-07 Thread Jeff Newmiller
Either use the data() function to retrieve it or use the LazyData: true line in your DESCRIPTION file. On April 6, 2020 11:25:21 PM PDT, jared_wood wrote: >Dear all, > >I have three datasets (drugbank.rda edgar.rda mala.rda) in my package >and I put them in the document folder which called “dat