ArgoCanada / argoFloats

Tools for analyzing collections of oceanographic Argo floats
https://argocanada.github.io/argoFloats/index.html
17 stars 7 forks source link

problematic URLs in docs #580

Closed dankelley closed 2 years ago

dankelley commented 2 years ago

As you can see below, R-check finds problems. My rule, in oce, is to simply change links to fixed-width format. I used to wait until it failed for a few days in a row, but I now think that the usefulness of having clickable links fails to outweigh the risk of a failed update on CRAN.

I'm going to do the same with this. It's really easy for a user to copy a URL and paste it into a browser, after all. And that's much better than getting flagged on CRAN, and having to waste their time by begging or explaining.

I will do this in a moment. I'm already changing things for #579.

Found the following (possibly) invalid URLs:
  URL: http://www.argodatamgt.org/Data-Mgt-Team/News/BGC-Argo-synthetic-profiles-distributed-on-GDAC
    From: man/indexSynthetic.Rd
    Status: Error
    Message: libcurl error code 28:
        Connection timed out after 60002 milliseconds
  URL: https://archimer.ifremer.fr/doc/00228/33951/
    From: inst/doc/qc.html
    Status: Error
    Message: libcurl error code 28:
        Connection timed out after 60001 milliseconds
dankelley commented 2 years ago

commit c3bafe9df0c197b495ed068545fde37603678974 Author: dankelley kelley.dan@gmail.com Date: Thu Aug 4 08:10:12 2022 -0300

make default server have 2 entries; fix two URLs

See
https://github.com/ArgoCanada/argoFloats/issues/579
for the server problem, and
https://github.com/ArgoCanada/argoFloats/issues/580
for the URL problem.