Hello r-package-devel,
I have updated my R package queuecomputer from 0.8.1 to 0.8.2. The
source code is here https://github.com/AnthonyEbert/queuecomputer .
I have checked queuecomputer-0.8.2 with rhub and win-builder with
status OK for every platform.
After submission to CRAN I got an incoming
Hi,
I'm in the process of submitting a package to CRAN and I've run into an
issue with the examples of some functions. The purpose of nearly all
functions of the package is to download data from a website. There is one
main problem I've received from CRAN.
1) If it's feasible, include examples wh
On 06.11.2017 07:51, Anthony Ebert wrote:
Hello r-package-devel,
I have updated my R package queuecomputer from 0.8.1 to 0.8.2. The
source code is here https://github.com/AnthonyEbert/queuecomputer .
I have checked queuecomputer-0.8.2 with rhub and win-builder with
status OK for every platfor
Then simply explain this situation to the CRAN team and "they" will
probably let the package pass.
Best,
Uwe Ligges
On 06.11.2017 14:25, Jorge Cimentada wrote:
Hi,
I'm in the process of submitting a package to CRAN and I've run into an
issue with the examples of some functions. The purpose o
Hi Jorge,
All the Rd files are available to users if they download the source code. They
are also available through the CRAN mirror on Github (github.com/cran). In
other words, you shouldn't put personal information in the help files, even if
you use the 'dontshow' macro.
Max
__
Thank you Uwe Ligges!
I did a grep (including all sub-directories) for globalVariables in my
code. It is not in the code at all.
Could it be the generate_input function with it's "<<-" ?
https://github.com/AnthonyEbert/queuecomputer/blob/master/R/utils.R
It's not exported and it's not used inter