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
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
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("
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
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
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
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()),
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
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