В 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("
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
>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
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.
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