Re: [R-pkg-devel] How to include examples that run > 5 secs and contain personal info

2017-11-07 Thread Robert M. Flight
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 > > > From: R-package-devel on behalf > of Jorge Cimentada > Sent: Novemb

Re: [R-pkg-devel] How to include examples that run > 5 secs and contain personal info

2017-11-06 Thread Maxime Turgeon
7; macro. Max From: R-package-devel on behalf of Jorge Cimentada Sent: November 6, 2017 8:25:22 AM To: r-package-devel@r-project.org Subject: [R-pkg-devel] How to include examples that run > 5 secs and contain personal info Hi, I'm in the process of submitting a p

Re: [R-pkg-devel] How to include examples that run > 5 secs and contain personal info

2017-11-06 Thread Uwe Ligges
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

[R-pkg-devel] How to include examples that run > 5 secs and contain personal info

2017-11-06 Thread Jorge Cimentada
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