Re: [R-pkg-devel] URL syntax causes R CMD build failure - a fix

2023-09-02 Thread Spencer Graves
I've encountered similar issues. However, it has been long enough ago that I don't remember enough details to say more without trying to update my CRAN packages to see what messages I get and maybe researching my notes from previous problems of this nature. Spencer Graves On 9/2/23 4:23 PM, G

Re: [R-pkg-devel] URL syntax causes R CMD build failure - a fix

2023-09-02 Thread Greg Hunt
The percent encoded characters appear to be valid in that URL, suggesting that rejecting them is an error. That kind of error could occur when the software processing them converts them back to a non-unicode character set. On Sun, 3 Sep 2023 at 4:34 am, J C Nash wrote: > I'm posting this in case

Re: [R-pkg-devel] R Package Development -- PDF Manual without Index

2023-09-02 Thread Jeff Newmiller
CRAN doesn't care about whether devtools is happy. R CMD check --as-cran needs to work, e.g. as in [1]. Devtools is a convenience tool to help put all of the necessary bits in the right places in your source code according to [2]. But if there is any disagreement about what works, devtools is n

Re: [R-pkg-devel] R Package Development -- PDF Manual without Index

2023-09-02 Thread Duncan Murdoch
On 02/09/2023 2:50 p.m., John Carter Hall wrote: Hello R-Package-Devel Mailing List, I am new to R package development, and am having to limp a project across the line after my organization has gone through significant changes in recent weeks. As such, I am emailing to understand what I can do

[R-pkg-devel] R Package Development -- PDF Manual without Index

2023-09-02 Thread John Carter Hall
Hello R-Package-Devel Mailing List, I am new to R package development, and am having to limp a project across the line after my organization has gone through significant changes in recent weeks. As such, I am emailing to understand what I can do to solve an error I am having: The Error Flavor:

[R-pkg-devel] URL syntax causes R CMD build failure - a fix

2023-09-02 Thread J C Nash
I'm posting this in case it helps some other developers getting build failure. Recently package nlsr that I maintain got a message that it failed to build on some platforms. The exact source of the problem is still to be illuminated, but seems to be in knitr::render and/or pandoc or an unfortunat

Re: [R-pkg-devel] CRAN Detected Using More Than 2 Cores By Default

2023-09-02 Thread Matt Dancho
I was able to get it to work with your solution. Thanks a lot. Solution was to set Sys.setenv(“OMP_THREAD_LIMIT”, “1”) on load. I may adjust this down the road but modeltime 1.2.8 is now on CRAN. Thanks, Matt On Sat, Sep 2, 2023 at 7:29 AM Matt Dancho wrote: > Thank you very much. I’ll try thi

Re: [R-pkg-devel] What to do when a package is archived from CRAN

2023-09-02 Thread SHIMA Tatsuya
Thanks Lluís, I did not know I could find it there. For this archive, CRAN sent me an e-mail urging me to stop downloading from crates.io and vendoring all Rust source code, even if it exceeds 5MB. On 2023/08/31 23:24, Lluís Revilla wrote: > The reasons that CRAN has for this (from: > https://c

Re: [R-pkg-devel] CRAN Detected Using More Than 2 Cores By Default

2023-09-02 Thread Matt Dancho
Thank you very much. I’ll try this and let you know. On Fri, Sep 1, 2023 at 10:04 AM Ivan Krylov wrote: > В Fri, 1 Sep 2023 08:26:32 -0400 > Matt Dancho пишет: > > > Check: tests, Result: NOTE > > Running 'testthat.R' [20s/7s] > >Running R code in 'testthat.R' had CPU time 2.7 times el