Re: [R-pkg-devel] broken or outdaeted URLs

2025-04-14 Thread Ivan Krylov via R-package-devel
В Mon, 14 Apr 2025 08:57:49 +0200 Emanuele Cordano пишет: > R CMD check --as-cran on my machine did not help. Strange, it should be doing the same thing as 'urlchecker'. I've tried it with an old version of 'RMAWGEN' and saw the messages: >> * checking CRAN incoming feasibility ... [6s/526s] WA

Re: [R-pkg-devel] broken or outdaeted URLs

2025-04-14 Thread Emanuele Cordano
No, R CMD check --as-cran on my machine did not help. `urlchecker::url_check()` was very useful. It found most of broken URLs and they were fixed. Thank you for your feedback. Best Emanuele Cordano Il giorno gio 10 apr 2025 alle ore 12:52 Ivan Krylov ha scritto: > В Thu, 10 Apr 2025 11:24

Re: [R-pkg-devel] broken or outdaeted URLs

2025-04-10 Thread Ivan Krylov via R-package-devel
В Thu, 10 Apr 2025 11:24:31 +0200 Emanuele Cordano пишет: > Is there an option in R CMD check that I can use on > my server to directly verify all URLs Does R CMD check --as-cran help? -- Best regards, Ivan __ R-package-devel@r-project.org mailing l

Re: [R-pkg-devel] broken or outdaeted URLs

2025-04-10 Thread adamhsparks
Hi Emanuele, I usually use `urlchecker::url_check()` to start with. There is a `urlchecker::url_update()` option in the package as well. The check catches the errors, the update can fix some but not all errors. -- best, Adam 10 Apr 2025 at 17:25 by emanuele.cord...@gmail.com: > Dear all, > > I'

[R-pkg-devel] broken or outdaeted URLs

2025-04-10 Thread Emanuele Cordano
Dear all, I'm submitting a new version of a package created and published on CRAN since 2011. I'm the maintainer. CRAN checks highlight the presence of some URLs link in the documentation that can be broken or outdated and CRAN asked me to fix them. I'm fixing them following the list set by CRAN a