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
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
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
В Sat, 5 Jul 2025 14:12:56 -0700
"Reed A. Cartwright" пишет:
> `tools/config.Rtools/config/configure.R` is not a file in my package.
> So I assume that this report is saying that it is being created during
> installation, but I can't reproduce it.
Proving a negative is hard.
My guess is that th
Thanks. I am old and slow and often overlook things, but I don’t see the
tools directory in that file that you are pointing to, which would be
consistent with the error message you are getting because that is where the
file being name reside. So you can either add that to the .Rbuildignore.
Dear Roy,
I think you might have looked at the wrong file. My .Rbuildignore is
here https://github.com/reedacartwright/ironseed/blob/main/.Rbuildignore.
Thanks for looking,
Cheers.
On Sat, Jul 5, 2025 at 2:33 PM Roy Mendelssohn - NOAA Federal
wrote:
>
> I am not expert in this, but I do notic
I am not expert in this, but I do notice that your .Rbuildignore is actually a
link to a file of Kevin Ushey, and I don’t know that CRAN will deal with that
correctly. Try instead to create a new .Rbuildignore with the same contents
but is not pointer but a file.
HTH,
-Roy
> On Jul 5, 20
Dear All,
I submitted a new package ("ironseed") [1] to CRAN. I am not sure how
to address one feedback message or even what is causing it. It might
be related to Kevin Ushey's R scripts that I am using to configure the
package during installation [2]. The message that I received is below.
"""
Pl