Re: [R-pkg-devel] libc++ and abort function usage

2025-04-10 Thread Kevin Ushey
Hi Reed, Unfortunately I don't think there is any other strategy here -- I would agree that your best bet is to just enable exceptions in the bundled library. Best, Kevin On Fri, Apr 4, 2025 at 5:59 PM Reed A. Cartwright wrote: > > I have updated my package, rbedrock [1-2], to remove a bundled

Re: [R-pkg-devel] Procedure for dealing with reverse dependency that has gone bad on CRAN version of my package

2025-04-10 Thread J C Nash
I've had an email from CRAN team that the revdep failure with phenofit is a known issue and updated optimx package (fixing glitch in computing approximate Hessian when objective uses dot args) is on its way to CRAN. John Nash __ R-package-devel@r-p

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