On 04/09/2020 12:41 p.m., Vitor Hugo Moreau wrote:
Hello, all.
I have submitted a R package and it returns some NOTES from the automatic
checks. It is the first time I create and deposit a package so I would like
to know what to do. My package was built with Rstudio and it gave some of
these NOT
Hello, all.
I have submitted a R package and it returns some NOTES from the automatic
checks. It is the first time I create and deposit a package so I would like
to know what to do. My package was built with Rstudio and it gave some of
these NOTES too, bby I don't know how to solve them.
These are
On Fri, Sep 4, 2020 at 9:20 AM Joshua Ulrich wrote:
>
> Hi Rainer,
>
> You could set an environment variable with the API key, and only run
> the tests if the variable is set.
>
Sorry, I missed that you're already doing this. I confirm that it
works for CRAN. I also set my API key as a private/s
Hi Rainer,
You could set an environment variable with the API key, and only run
the tests if the variable is set.
Here's an example that I use:
https://github.com/joshuaulrich/quantmod/blob/master/tests/test_getSymbols.R#L4
Best,
Josh
On Fri, Sep 4, 2020 at 3:25 AM Rainer M Krug wrote:
>
> I k
Did you read the notice
Note: The CRAN area for contributed documentation is frozen and no
longer actively maintained
at the top of that page?
Best,
Stefan
> On 4 Sep 2020, at 14:43, Jakub Nowosad wrote:
>
> Dear all,
>
> I have tried to submit a textbook to the CRAN Contributed Do
Dear all,
I have tried to submit a textbook to the CRAN Contributed Documentation
(https://cran.r-project.org/other-docs.html#nenglish).
However, the instruction on how to do that are vague. The Contributed
Documentation page states "To submit, follow the submission instructions
on the CRAN main
Yes
On Fri, Sep 4, 2020, 6:55 AM David Pleydell wrote:
> Hi
>
>
> I've a package that I'd like to submit to CRAN. When I run the command
> rhub::check_for_cran() the checks on both Windows and Ubuntu virtual
> machines send me emails with the following two notes...
>
>
> * checking CRAN incomi
Hi
I've a package that I'd like to submit to CRAN. When I run the command
rhub::check_for_cran() the checks on both Windows and Ubuntu virtual machines
send me emails with the following two notes...
* checking CRAN incoming feasibility ... NOTE
Maintainer: 'David Pleydell '
New submission
I know this has been asked a few times - but I can’t find anything which might
help me.
I have a package (https://github.com/rkrug/ROriginStamp) which wraps around API
calls to OriginStamp (https://originstamp.com) to obtain trusted time stamps.
The package works, but the tests are the problem