Re: [R-pkg-devel] Incomprehensible warning while checking

2024-06-29 Thread Ivan Krylov via R-package-devel
В Fri, 28 Jun 2024 17:57:13 -0400 Iris Simmons пишет: > * checking whether the namespace can be unloaded cleanly ... WARNING > unloading Here's what the check does (in a separate process): invisible(suppressMessages(loadNamespace("this.path"))); cat('\n unloading\n'); unloadNamespace("

Re: [R-pkg-devel] Incomprehensible warning while checking

2024-06-28 Thread Jeff Newmiller via R-package-devel
Have you reviewed WRE 5.3? I don't have personal experience with R 4.4 much less the dev version, but it seems that often they add checks in new versions of R for rules that have been published but ignored. On June 28, 2024 4:00:06 PM PDT, Iris Simmons wrote: >Thank you Jeff! I'm not worried ab

Re: [R-pkg-devel] Incomprehensible warning while checking

2024-06-28 Thread Roy Mendelssohn - NOAA Federal via R-package-devel
>From https://r-pkgs.org/r-cmd-check.html: Checking whether the namespace can be unloaded cleanly. Runs loadNamespace("pkg"); unloadNamespace("pkg"). Check .onUnload() for problems. HTH, -Roy > On Jun 28, 2024, at 4:00 PM, Iris Simmons wrote: > > Thank you Jeff! I'm not worried about the NO

Re: [R-pkg-devel] Incomprehensible warning while checking

2024-06-28 Thread Iris Simmons
Thank you Jeff! I'm not worried about the NOTE about the URLs, I've submitted many previous versions of this package that all had that note and they've all been accepted. I'm worried about the WARNING when the namespace is unloaded. The message is just " unloading" with no further elaboration.

Re: [R-pkg-devel] Incomprehensible warning while checking

2024-06-28 Thread Jeff Newmiller via R-package-devel
Google for "http 403 error"... likely win-builder has multiple packages with links to Posit, and the Posit web server is throttling automated hits. Theoretically this is just a warning and you can try submitting to CRAN, but CRAN may have even less luck accessing Posit than win-builder. Submitti

[R-pkg-devel] Incomprehensible warning while checking

2024-06-28 Thread Iris Simmons
Hi, I've got an update for my R package ready to go. It checks successfully on my own machine for r-oldrel and r-release, but when I submit it to R Win Builder for r-devel to be checked, it gives me a warning not seen before with an uninformative message: * checking whether the namespace can be