[R-pkg-devel] Vignette error: "there is no package called 'markdown'"

2024-06-28 Thread Spencer Graves

Hello, All:


	  I'm getting, "Error: processing vignette 'sos.Rmd' failed with 
diagnostics: there is no package called 'markdown'":



https://github.com/sbgraves237/sos/actions/runs/9721300082/job/26833793243


  This is in:


https://github.com/sbgraves237/sos/blob/master/vignettes/sos.Rmd


	  This package has been on CRAN with a vignette since 2009. To isolate 
a new bug, I tried to translate the vignette from Sweave to RMarkdown. 
I've cut the vignette to almost nothing and still cannot see what's wrong.



  Suggestions?
  Thanks,
  Spencer Graves

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


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 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. I can't fix this
>issue because I don't actually know what's wrong.
>
>
>On Fri, Jun 28, 2024, 18:43 Jeff Newmiller  wrote:
>
>> 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.
>> Submitting anyway is recommended here [1].
>>
>> [1]
>> https://stackoverflow.com/questions/66078248/invalid_url_in_cran_checks
>>
>> On June 28, 2024 2:57:13 PM PDT, Iris Simmons  wrote:
>> >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 unloaded cleanly ... WARNING
>> > unloading
>> >
>> > Here are the results:
>> >
>> >https://win-builder.r-project.org/gCD9sLW91fW6
>> >
>> >How am I supposed to interpret this?
>> >
>> >
>> >Regards,
>> >Iris
>> >
>> >   [[alternative HTML version deleted]]
>> >
>> >__
>> >R-package-devel@r-project.org mailing list
>> >https://stat.ethz.ch/mailman/listinfo/r-package-devel
>>
>> --
>> Sent from my phone. Please excuse my brevity.
>>

-- 
Sent from my phone. Please excuse my brevity.

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


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 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. I can't fix this
> issue because I don't actually know what's wrong.
> 
> 
> On Fri, Jun 28, 2024, 18:43 Jeff Newmiller  > wrote:
> 
>> 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.
>> Submitting anyway is recommended here [1].
>> 
>> [1]
>> https://stackoverflow.com/questions/66078248/invalid_url_in_cran_checks
>> 
>> On June 28, 2024 2:57:13 PM PDT, Iris Simmons  wrote:
>>> 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 unloaded cleanly ... WARNING
>>>  unloading
>>> 
>>> Here are the results:
>>> 
>>> https://win-builder.r-project.org/gCD9sLW91fW6
>>> 
>>> How am I supposed to interpret this?
>>> 
>>> 
>>> Regards,
>>>   Iris
>>> 
>>>  [[alternative HTML version deleted]]
>>> 
>>> __
>>> R-package-devel@r-project.org mailing list
>>> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>> 
>> --
>> Sent from my phone. Please excuse my brevity.
>> 
> 
>   [[alternative HTML version deleted]]
> 
> __
> R-package-devel@r-project.org  mailing 
> list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel


[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


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. I can't fix this
issue because I don't actually know what's wrong.


On Fri, Jun 28, 2024, 18:43 Jeff Newmiller  wrote:

> 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.
> Submitting anyway is recommended here [1].
>
> [1]
> https://stackoverflow.com/questions/66078248/invalid_url_in_cran_checks
>
> On June 28, 2024 2:57:13 PM PDT, Iris Simmons  wrote:
> >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 unloaded cleanly ... WARNING
> > unloading
> >
> > Here are the results:
> >
> >https://win-builder.r-project.org/gCD9sLW91fW6
> >
> >How am I supposed to interpret this?
> >
> >
> >Regards,
> >Iris
> >
> >   [[alternative HTML version deleted]]
> >
> >__
> >R-package-devel@r-project.org mailing list
> >https://stat.ethz.ch/mailman/listinfo/r-package-devel
>
> --
> Sent from my phone. Please excuse my brevity.
>

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


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. Submitting 
anyway is recommended here [1].

[1] https://stackoverflow.com/questions/66078248/invalid_url_in_cran_checks

On June 28, 2024 2:57:13 PM PDT, Iris Simmons  wrote:
>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 unloaded cleanly ... WARNING
> unloading
>
> Here are the results:
>
>https://win-builder.r-project.org/gCD9sLW91fW6
>
>How am I supposed to interpret this?
>
>
>Regards,
>Iris
>
>   [[alternative HTML version deleted]]
>
>__
>R-package-devel@r-project.org mailing list
>https://stat.ethz.ch/mailman/listinfo/r-package-devel

-- 
Sent from my phone. Please excuse my brevity.

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


[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 unloaded cleanly ... WARNING
 unloading

 Here are the results:

https://win-builder.r-project.org/gCD9sLW91fW6

How am I supposed to interpret this?


Regards,
Iris

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


[R-pkg-devel] Survey from CRAN Cookbook project

2024-06-28 Thread Heather Turner
Dear All,

If you would like to share your thoughts on the CRAN submission process, please 
fill this short survey from the CRAN Cookbook project 🍴

📝 Survey: https://forms.gle/umdew9KHWeQSehq8A
📢 Project announcement: 
https://www.linkedin.com/pulse/improving-skills-r-package-maintainers-support-from-consortium-daly-tlt4e

Best wishes,

Heather

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel