Re: [R-pkg-devel] (R-devel unknown warning: 'memory.limit()' is no longer supported)

2021-09-03 Thread Cristhian Paredes Cardona
Dear Tomas Kalibera, Thank you so much for the information. I'll use an alternative package to 'propagate' ('metRology') hoping the warning will disappear. Thanks to all the community for their time. Best regards. Cristhian El vie, 3 sept 2021 a las 13:51, Tomas Kalibera () escribió: > Dear C

Re: [R-pkg-devel] (R-devel unknown warning: 'memory.limit()' is no longer supported)

2021-09-03 Thread Tomas Kalibera
Dear Cristhian, memory.limit() is called by package "ff" when it is loaded. Your new package uses "ff" via "propagate". Perhaps the easiest option for you is to re-try the submission once "ff" is adapted to this change in R-devel. Best Tomas On 9/3/21 7:10 PM, Cristhian Paredes Cardona wrote

Re: [R-pkg-devel] Checking package dependencies before loading namespace

2021-09-03 Thread Tiago Olivoto
Thanks for your response Martin, I'm definitely thinking to use BiocManager::install("EBImage") since it is the official suggestion of the Bioconductor community. Anyway, I've been learning a lot from this discussion. Thanks all!! Best, Tiago Em sex., 3 de set. de 2021 às 12:58, Martin Morgan esc

Re: [R-pkg-devel] (no subject)

2021-09-03 Thread Ben Bolker
You can go to the URL that is at the bottom of every message from this list and search for "unsubscribe" in the page ... On 9/3/21 1:13 PM, Krishan Gupta wrote: Please please stop sending emil to me. i want to not recieve more mails. *

[R-pkg-devel] (no subject)

2021-09-03 Thread Krishan Gupta
Please please stop sending emil to me. i want to not recieve more mails. *Best regards,* *Krishan Gupta* *PhD scholar, the Sengupta Laboratory* [[alternative HTML version deleted]] __ R-package-devel@r-project.org mailing list https://stat.eth

Re: [R-pkg-devel] (R-devel unknown warning: 'memory.limit()' is no longer supported)

2021-09-03 Thread Cristhian Paredes Cardona
Dear Brodie Gaslam, Thank you for your quick reply. Do you maybe know how could I avoid the use of 'memory.limit()' during package installation? Best, Cristhian Paredes El vie, 3 sept 2021 a las 11:21, brodie gaslam () escribió: > Or you might need to make their use conditional on the R > versi

Re: [R-pkg-devel] (R-devel unknown warning: 'memory.limit()' is no longer supported)

2021-09-03 Thread brodie gaslam via R-package-devel
Or you might need to make their use conditional on the R version.  It is possible that the call is still needed if your package is run on older versions of R.  I am not familiar with the general use of this though.  I only noticed the change in R-devel and linked it to your question. Best, B. O

[R-pkg-devel] system.file duplicates the path

2021-09-03 Thread Fabio Corradini S.
Dear All: I submitted a package to CRAN. I developed it in DEBIAN and tested it in R-HUB windows devel, windows release, and macOS. None of the systems throw an error to me, and I mainly get notes about the package archived condition. However, the package failed at win-builder devel, as in one of

Re: [R-pkg-devel] (R-devel unknown warning: 'memory.limit()' is no longer supported)

2021-09-03 Thread brodie gaslam via R-package-devel
There was a recent changed made to R to remove that option. There is documentation visible in the patch that explains it: https://github.com/r-devel/r-svn/commit/795fb3fe60d35734750afbc34cc7d36b19290b9c Presumably you would have to remove any uses of the now unsupported functions.  After the patc

Re: [R-pkg-devel] Checking package dependencies before loading namespace

2021-09-03 Thread Martin Morgan
The specific repository you've chosen is not what you want to do. This will always install EBImage from Bioconductor version 3.13, but Bioconductor version 3.13 is only relevant for R-4.1 (see https://bioconductor.org/about/release-announcements/) Personally, I would encourage you to follow the