Re: [R-pkg-devel] Win-builder not finding binaries provided by LinkingTo: cargo?

2021-04-06 Thread Kevin Ushey
I think this is the pertinent error: > make: cargo: Command not found That is, make is assuming that the cargo utility is installed and available on the PATH, but that doesn't appear to be true on the CRAN winbuilder machine. The salso package (https://cran.r-project.org/package=salso) explicitl

Re: [R-pkg-devel] Package Rejection Error Help

2021-04-06 Thread Andrew Dhawan
Hi Robert, Thank you for replying! I already had the biocViews: line on my description file - it seems it must be something else contributing to the issue. Andrew On Tue, Apr 6, 2021 at 13:26 Robert M. Flight wrote: > Andrew, > > I think if you want to include a Bioconductor dependency, then I

[R-pkg-devel] Win-builder not finding binaries provided by LinkingTo: cargo?

2021-04-06 Thread David Norris
For version 0.2-2 of my ‘precautionary’ package, I have added fast numerical routines implemented in Rust. In my DESCRIPTION file, I am “LinkingTo: cargo (>= 0.1.28)”, but fail incoming check on Win-builder as follows: https://win-builder.r-project.org/incoming_pretest/precautionary_0.2-2_2021040

Re: [R-pkg-devel] Package Rejection Error Help

2021-04-06 Thread Patrick Giraudoux
I had a similar problem with intepreting "notes" in pgirmess checks. Some are lethal and lead to rejection and some not (just informative comments). Fortunately Uwe has been kind enough to tell me what I missed (I thought that all notes were just "informative"). Would it be possible to call leth

Re: [R-pkg-devel] Package Rejection Error Help

2021-04-06 Thread Robert M. Flight
Andrew, I think if you want to include a Bioconductor dependency, then I think you add the "biocViews:" line to your description file to enable bioconductor package installation. See this answer on Bioinformatics stackexchange: https://bioinformatics.stackexchange.com/a/3375/51 Hope that helps!

Re: [R-pkg-devel] Package Rejection Error Help

2021-04-06 Thread Andrew Dhawan
Thank you both very kindly - I have addressed both notes. I am still wondering though about the RankProd dependency error - any insight into this? Thanks! Andrew On Tue, Apr 6, 2021 at 11:58 AM Uwe Ligges wrote: > > > On 06.04.2021 17:39, Patrick Giraudoux wrote: > > I had a similar problem wit

Re: [R-pkg-devel] Package Rejection Error Help

2021-04-06 Thread Uwe Ligges
On 06.04.2021 17:39, Patrick Giraudoux wrote: I had a similar problem with intepreting "notes" in pgirmess checks. Some are lethal and lead to rejection and some not (just informative comments). Fortunately Uwe has been kind enough to tell me what I missed (I thought that all notes were just

Re: [R-pkg-devel] Package Rejection Error Help

2021-04-06 Thread Uwe Ligges
Two Notes: Found the following (possibly) invalid URLs: URL: http://imagemagick.org/script/download.php (moved to https://imagemagick.org/script/download.php) From: inst/doc/vignette.html Status: 200 Message: OK Please change http --> https, add trailing slashes, or follow move

[R-pkg-devel] Package Rejection Error Help

2021-04-06 Thread Andrew Dhawan
Dear all, I am a bit puzzled by this error for the sigQC package being uploaded to CRAN. Checks on my end pass without issue. There is one error regarding the bioConductor dependency RankProd that comes up only on the Debian OS when checking. See here for further details: https://win-builder.r-pro