[R-pkg-devel] submitting package update failed, since old version out of date (?)

2021-08-17 Thread Aisouda Hoshiyar
Hi, submitting an update of our package ordPens failed (update version is 1.0.0), reporting the following: Version: 1.0.0 ok Version: 0.3-1 Check: R code for possible problems, Result: NOTE genRidge: no visible global function definition for 'plogis' ordGene: no visible global function defini

Re: [R-pkg-devel] submitting package update failed, since old version out of date (?)

2021-08-17 Thread Georgi Boshnakov
When the previous version has problems, you get an email listing them, followed with something like 'Did you fix them? Please Reply-All...' Maybe you missed the last phrase? Georgi Boshnakov Get Outlook for Android From: R-package-devel

Re: [R-pkg-devel] submitting package update failed, since old version out of date (?)

2021-08-17 Thread Aisouda Hoshiyar
The CRAN (pretest) email states: package ordPens_1.0.0.tar.gz does not pass the incoming checks automatically, please see the following pre-tests: Debian:

Re: [R-pkg-devel] submitting package update failed, since old version out of date (?)

2021-08-17 Thread Gábor Csárdi
I think they are this: * checking CRAN incoming feasibility ... NOTE ... and this: * checking examples ... [76s/77s] NOTE Examples with CPU (user + system) or elapsed time > 5s user system elapsed ordPens-package 54.112 0.044 54.158 ordPCA 18.377 0.004 18.382 G.

Re: [R-pkg-devel] submitting package update failed, since old version out of date (?)

2021-08-17 Thread Aisouda Hoshiyar
* checking CRAN incoming feasibility ... NOTE Maintainer: ‘Aisouda Hoshiyar ’ is just a change of the maintainer and already declared in my cran-comments.md file. Best Aisouda > Am 17.08.2021 um 15:42 schrieb Gábor Csárdi : > > I think they are this: > > * checking CRAN incoming feasibilit

Re: [R-pkg-devel] [EXTERNAL] [CRAN-pretest-archived] CRAN submission surfaltr 1.0.0.9000

2021-08-17 Thread Max Turgeon
Hi Pooja, In the code below, you install msa if it's missing. This is considered bad practice, as it installs a new package without explicitly asking for the user's permission. I'm surprised it wasn't flagged by the CRAN checks. Make sure msa is in the "Imports" field of your DESCRIPTION file,