Re: [R-pkg-devel] url checks not working for me

2020-08-26 Thread Dirk Eddelbuettel
On 26 August 2020 at 08:46, Dirk Eddelbuettel wrote: | One way to ensure the last point is to have a file | | ~/.R/check.Renviron-Rdevel | | which I had (but where I had commented out 'incoming' as it can take a | moment). Current values below, with thanks to Uwe for the reminder. And I

Re: [R-pkg-devel] url checks not working for me

2020-08-26 Thread Dirk Eddelbuettel
Ok, Uwe was kind enough to take me to task off-list and I can now confirm that I _can_ replicate the URL issue locally by ensuring all three of - recent enough r-devel build (that was true, I may add that the rocker/r-devel and rocker/drd containers I look after can help) - built with

Re: [R-pkg-devel] url checks not working for me

2020-08-26 Thread Dirk Eddelbuettel
On 26 August 2020 at 14:34, Vincent van Hees wrote: | Addressing the errors is not the problem. I want to be able to detect these | problems when I do: R CMD check --as-cran. You cannot :-/. I pointed that out to CRAN maintainers a few times myself. | At the moment, I can only detect the

Re: [R-pkg-devel] url checks not working for me

2020-08-26 Thread Bryan Hanson
Sorry, I was reading too fast. One possibility is your R version is wee bit old. Try a more recently daily build. I recently saw such errors when submitting to Win-Builder, but was fine locally (per your situation). Bryan > On Aug 26, 2020, at 8:34 AM, Vincent van Hees > wrote: > >

Re: [R-pkg-devel] url checks not working for me

2020-08-26 Thread Joshua Ulrich
On Wed, Aug 26, 2020 at 7:43 AM Vincent van Hees wrote: > > Addressing the errors is not the problem. I want to be able to detect these > problems when I do: R CMD check --as-cran. > At the moment, I can only detect the errors by submitting the package to > CRAN, because only their package check

Re: [R-pkg-devel] url checks not working for me

2020-08-26 Thread Vincent van Hees
Addressing the errors is not the problem. I want to be able to detect these problems when I do: R CMD check --as-cran. At the moment, I can only detect the errors by submitting the package to CRAN, because only their package check triggers these errors. On Wed, 26 Aug 2020 at 14:30, Bryan Hanson

Re: [R-pkg-devel] url checks not working for me

2020-08-26 Thread Bryan Hanson
At the minimum you should look at the “moved to” URLs and change your links to those (some are outright changes in URLs that were redirected and some are http to https changes). Bryan > On Aug 26, 2020, at 8:22 AM, Vincent van Hees > wrote: > > Hello, > URL errors in my DESCRIPTION file and

[R-pkg-devel] url checks not working for me

2020-08-26 Thread Vincent van Hees
Hello, URL errors in my DESCRIPTION file and package vignette are not picked up when I do R CMD check --as-cran or devtools::check(). I only know about these errors because CRAN has rejected my package submission and instructed me to fix the urls (example at end of this message). I am trying to