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

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-06 Thread Ivan Krylov via R-package-devel
В 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

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

2025-07-05 Thread Roy Mendelssohn - NOAA Federal via R-package-devel
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.

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

2025-07-05 Thread Reed A. Cartwright
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

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

2025-07-05 Thread Roy Mendelssohn - NOAA Federal via R-package-devel
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

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

2025-07-05 Thread Reed A. Cartwright
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