Skip to content

[R-pkg-devel] Simple URL error

3 messages · Murray Efford, Uwe Ligges

#
Hi all
This is no doubt a trivial question but I haven't found a direct answer on searching. My package passes R CMD check locally and on winbuilder (R-release and R-devel) but stalled in CRAN submission with -

Found the following (possibly) invalid URLs:
   URL: http://www.phidot.org/forum/index.php
     From: man/secr-package.Rd
     Status: 503
     Message: Service Unavailable

The terminal '/index.php' is not needed. Should I expect removing it will fix the problem, or might this be a transient web access issue?
Murray
#
On 02.12.2017 00:06, Murray Efford wrote:
Apparently the latter, our auto-check and a later manual check of the 
URL in a webbrowser showed that problem.

If the website is active again, simply resubmit.

Best,
Uwe Ligges
#
Thanks. I have not seen any problem with that site (checking several times this afternoon) and I assume it is now OK. Package resubmitted.
Murray