Re: [R-pkg-devel] Warnings and notes while building package with nimble

2025-04-05 Thread Dirk Eddelbuettel
On 6 April 2025 at 01:25, Lluís Revilla wrote: | To solve it, it might be as simple as writing nimDim <- NULL inside your | package or there might be a real issue there. Or call utils::globalVariables(c("nimDim")) where, if needed, you could add to that argument vector any other variables listed

Re: [R-pkg-devel] Warnings and notes while building package with nimble

2025-04-05 Thread Lluís Revilla
Hi Aritra, It would be helpful if we can explore the package source code. It helps to provide a more accurate answer. But you will find some other cases on the archive of the mailing list with similar messages. The message indicates that the static code analyzer hasn't detected the definition of

Re: [R-pkg-devel] R Package Submission

2025-04-05 Thread David Winsemius
It would be unusual these days to have pkg:ggplot as a dependency. — David. Sent from my iPhone > On Apr 5, 2025, at 10:28 AM, Paul Angelo Manlapaz > wrote: > > Dear Sir / Ma'am, > > Greetings. > > I am but a newbie in R Package development and currently, I am trying to > submit my secon

Re: [R-pkg-devel] Retrieving versioned csv datasets for use in an R package

2025-04-05 Thread Sean Davis
Hi, all. Zenodo does offer storage (I believe limited to 50GB per submission) and is backed by CERN with a guarantee of storage for at least 20 years (the life of CERN, could be extended). I agree that Github is a viable alternative to Zenodo and one can use the two together easily. On github,

Re: [R-pkg-devel] R Package Submission

2025-04-05 Thread Uwe Ligges
See my response in the communication among you and CRAN. Best, Uwe Ligges On 05.04.2025 08:40, Paul Angelo Manlapaz wrote: Dear Sir / Ma'am, Greetings. I am but a newbie in R Package development and currently, I am trying to submit my second package to CRAN and every time after submission,

[R-pkg-devel] R Package Submission

2025-04-05 Thread Paul Angelo Manlapaz
Dear Sir / Ma'am, Greetings. I am but a newbie in R Package development and currently, I am trying to submit my second package to CRAN and every time after submission, the results for the pre-tests come back 'does not pass the incoming checks automatically'. The NOTE says; Possibly misspelled

[R-pkg-devel] Warnings and notes while building package with nimble

2025-04-05 Thread Halder,Aritra
Hi, I am trying to submit a package to CRAN built using nimble. It generates warnings like so: : no visible global function definition for 'nimDim' and fails automatic checks by CRAN. Any help is appreciated. Thanks and regards, Aritra [[alternative HTML version deleted]] _