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
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
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
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
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
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
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