Re: [R-pkg-devel] Indicate dependency on kitty in DESCRIPTION

2025-07-07 Thread Duncan Murdoch
On 2025-07-07 11:23 a.m., Jan van der Laan wrote: I have a package, which I am thinking to submit to CRAN. It can output graphics/plots to the kitty terminal (https://sw.kovidgoyal.net/kitty/). However, I am not sure if and how I should indicate the dependency on kitty. The package builds and in

Re: [R-pkg-devel] Help with CRAN Submission Feedback

2025-07-07 Thread Reed A. Cartwright
Hi Kevin, First, thanks for the configure.R package. I needed to check for the presence of two functions during compilation and it helped simplify the process for me. I resubmitted to CRAN yesterday under the assumption that this report was being generated from a static analysis. I made the follo

[R-pkg-devel] Indicate dependency on kitty in DESCRIPTION

2025-07-07 Thread Jan van der Laan
I have a package, which I am thinking to submit to CRAN. It can output graphics/plots to the kitty terminal (https://sw.kovidgoyal.net/kitty/). However, I am not sure if and how I should indicate the dependency on kitty. The package builds and installs fine without kitty. However, you can't

Re: [R-pkg-devel] Help with CRAN Submission Feedback

2025-07-07 Thread Uwe Ligges
Please ignore that comment: I think "tools/config/configure.R" was meant, but that seems fine, too. Best, Uwe Ligges On 07.07.2025 20:42, Kevin Ushey wrote: Hi Reed, Have you received any feedback yet? My only guess is that this was a false positive from some static analysis tools on the CRAN

Re: [R-pkg-devel] Help with CRAN Submission Feedback

2025-07-07 Thread Kevin Ushey
Hi Reed, Have you received any feedback yet? My only guess is that this was a false positive from some static analysis tools on the CRAN maintainer's side; https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Package-subdirectories says that: > Subdirectory tools is the preferred place for

Re: [R-pkg-devel] Help with CRAN Submission Feedback

2025-07-07 Thread Reed A. Cartwright
Dear Uwe, Thank you for letting me know that I can ignore that comment. Cheers, Reed On Mon, Jul 7, 2025 at 12:02 PM Uwe Ligges wrote: > > Please ignore that comment: > I think "tools/config/configure.R" was meant, but that seems fine, too. > > Best, > Uwe Ligges > > On 07.07.2025 20:42, Kevin

Re: [R-pkg-devel] Indicate dependency on kitty in DESCRIPTION

2025-07-07 Thread Jan van der Laan
OK. Thanks! I wasn't sure if the 'SystemRequirements' field was intended just for dependencies needed for building and installing the package like libraries or a 'non-default C++ standard'. Or that it should also be used for dependencies needed at run-time. Jan On 07-07-2025 17:53, Duncan