Re: [R-pkg-devel] Appropriate keyword in help file.

2020-04-16 Thread Jeff Newmiller
You can get away with a lot if you are not distributing your package. But I usually try to satisfy R CMD check at least. On April 16, 2020 5:50:04 PM PDT, Rolf Turner wrote: > >On 17/04/20 12:14 pm, Duncan Murdoch wrote: > >> On 16/04/2020 8:12 p.m., Rolf Turner wrote: >>> >>> I'm writing a pack

Re: [R-pkg-devel] Appropriate keyword in help file.

2020-04-16 Thread Rolf Turner
On 17/04/20 12:14 pm, Duncan Murdoch wrote: On 16/04/2020 8:12 p.m., Rolf Turner wrote: I'm writing a package (just for my own use, for the time being at least) that contains a function for estimating the parameters of a distribution.  The function is essentially a wrapper for fitdistr() fro

Re: [R-pkg-devel] Appropriate keyword in help file.

2020-04-16 Thread Duncan Murdoch
On 16/04/2020 8:12 p.m., Rolf Turner wrote: I'm writing a package (just for my own use, for the time being at least) that contains a function for estimating the parameters of a distribution. The function is essentially a wrapper for fitdistr() from the MASS package. When I looked at RShowDoc("

[R-pkg-devel] Appropriate keyword in help file.

2020-04-16 Thread Rolf Turner
I'm writing a package (just for my own use, for the time being at least) that contains a function for estimating the parameters of a distribution. The function is essentially a wrapper for fitdistr() from the MASS package. When I looked at RShowDoc("KEYWORDS"), I could not find an appropria

Re: [R-pkg-devel] Detritus in temp directory - Note from submission of R package in CRAN

2020-04-16 Thread Uwe Ligges
On 16.04.2020 20:09, Duncan Murdoch wrote: On 16/04/2020 1:11 p.m., David Andres Zamora Avila wrote:   Hi, I submitted my package in CRAN and always appearance the next NOTE. Flavor: r-devel-linux-x86_64-debian-gcc Check: for detritus in the temp directory, Result: NOTE    Found the followi

Re: [R-pkg-devel] Detritus in temp directory - Note from submission of R package in CRAN

2020-04-16 Thread Duncan Murdoch
On 16/04/2020 1:11 p.m., David Andres Zamora Avila wrote: Hi, I submitted my package in CRAN and always appearance the next NOTE. Flavor: r-devel-linux-x86_64-debian-gcc Check: for detritus in the temp directory, Result: NOTE Found the following files/directories: 'RtmpcDoRWjr.nc' I

[R-pkg-devel] Detritus in temp directory - Note from submission of R package in CRAN

2020-04-16 Thread David Andres Zamora Avila
Hi, I submitted my package in CRAN and always appearance the next NOTE. Flavor: r-devel-linux-x86_64-debian-gcc Check: for detritus in the temp directory, Result: NOTE Found the following files/directories: 'RtmpcDoRWjr.nc' I have tried to solve it in several ways (like if(interactive()),

Re: [R-pkg-devel] Error vignette rebuilding and package imports when re-submitting package

2020-04-16 Thread Fernando Roa
Related thread: https://stat.ethz.ch/pipermail/r-package-devel/2020q2/005300.html best, On Wed, Apr 15, 2020 at 9:13 AM Paul SAVARY wrote: > Hello, > > I'm having trouble re-submitting a package (graph4lg). > > - With r-patched_osx, vignette rebuilding fails with the following message > : > > ch

Re: [R-pkg-devel] Error vignette rebuilding and package imports when re-submitting package

2020-04-16 Thread Georgi Boshnakov
Just add importFrom(Rdpack, reprompt) in the NAMESPACE file (any function from Rdpack will do). Georgi Boshnakov -Original Message- From: R-package-devel On Behalf Of Paul SAVARY Sent: 15 April 2020 10:15 To: r-package-devel@r-project.org Subject: [R-pkg-devel] Error vignette rebu