Re: [R-pkg-devel] How to format the NEWS.md file for CRAN submissions?

2023-04-25 Thread Konrad Rudolph
Hi Duncan, Thanks, that‘s perfect. So the issue in my case was the ‘0.0.x’ version instead of the package name. That’s easily fixable, as verified by running `utils::news()` on my package. Cheers, Konrad On Mon, Apr 24, 2023 at 10:54 PM Duncan Murdoch wrote: > On 24/04/2023 4:39 p.m., Konrad

Re: [R-pkg-devel] katex

2023-04-25 Thread Ivan Krylov
On Tue, 25 Apr 2023 06:39:23 -0500 Dirk Eddelbuettel wrote: > Nice catch. In favour. Would you mind filing a bugzilla report to > make sure this persists and makes it into R 4.3.1 or 4.4.0 or ... ? Thanks for the review! Filed the report at .

Re: [R-pkg-devel] katex

2023-04-25 Thread Viechtbauer, Wolfgang (NP)
Yeah, I know -- like I said, hack / not recommended / should handle this properly. I spent a few hours yesterday rebuilding my package library because I build all packages from source -- really should start using r2u (thanks!) -- so once I got that issue, I was just trying to move on to get

Re: [R-pkg-devel] katex

2023-04-25 Thread Dirk Eddelbuettel
On 25 April 2023 at 11:39, Viechtbauer, Wolfgang (NP) wrote: | I ran into the same issue (on Ubuntu 20.04). | | I just copied everything from /usr/share/R/doc to /usr/lib/R: | | A bit of a hack but then everything works fine. That is rather bad as you create lots of 'orphan' files your

Re: [R-pkg-devel] katex

2023-04-25 Thread Viechtbauer, Wolfgang (NP)
I ran into the same issue (on Ubuntu 20.04). I just copied everything from /usr/share/R/doc to /usr/lib/R: A bit of a hack but then everything works fine. Best, Wolfgang >-Original Message- >From: R-package-devel [mailto:r-package-devel-boun...@r-project.org] On Behalf >Of >Göran

Re: [R-pkg-devel] katex

2023-04-25 Thread Dirk Eddelbuettel
On 25 April 2023 at 11:02, Ivan Krylov wrote: | On Mon, 24 Apr 2023 18:17:22 +0200 | Göran Broström wrote: | | >cannot open file '/usr/lib/R/doc/html/katex/katex.js': No such | > file or directory | | > I still get the error with R CMD check --as-cran. What am I | > missing? Obviously

Re: [R-pkg-devel] katex

2023-04-25 Thread Göran Broström
On 2023-04-25 10:02, Ivan Krylov wrote: On Mon, 24 Apr 2023 18:17:22 +0200 Göran Broström wrote: cannot open file '/usr/lib/R/doc/html/katex/katex.js': No such file or directory I still get the error with R CMD check --as-cran. What am I missing? Obviously

Re: [R-pkg-devel] katex

2023-04-25 Thread Ivan Krylov
On Mon, 24 Apr 2023 18:17:22 +0200 Göran Broström wrote: >cannot open file '/usr/lib/R/doc/html/katex/katex.js': No such > file or directory > I still get the error with R CMD check --as-cran. What am I > missing? Obviously /usr/lib/R/doc/html/katex/katex.js (no 'doc'), but > ... > > I am

[R-pkg-devel] katex

2023-04-25 Thread Göran Broström
I upgraded to 4.3.0 and rebuilt and checked a package with --as-cran, receiving * checking PDF version of manual ... OK * checking HTML version of manual ...Warning in file(con, "r") : cannot open file '/usr/lib/R/doc/html/katex/katex.js': No such file or directory Error in file(con, "r") :