[R-pkg-devel] Vignette timing out on test server

2019-04-16 Thread Roy Mendelssohn - NOAA Federal via R-package-devel
--- Begin Message --- Hi All: The package I am trying to get ready for submission has a Vignette that does a number of data downloads and some complicate maps with satellite images. While it knits on my computer, on checks it times out. I am looking for ways to speed it up, but my question

Re: [R-pkg-devel] Package suggested but not available for checking: 'rPeaks'; Additional_repositories

2019-04-16 Thread Iñaki Ucar
On Tue, 16 Apr 2019 at 20:54, Tan Zhou wrote: > > Hi Iñaki and Ralf, > Thank you very much for your help and suggestions. > Yes, I followed instruction and did that. Now I have the > https://tankwin08.github.io/drat. > But I test > > install.packages("rPeaks") > Installing package into

Re: [R-pkg-devel] Package suggested but not available for checking: 'rPeaks'; Additional_repositories

2019-04-16 Thread Tan Zhou
Hi Iñaki and Ralf, Thank you very much for your help and suggestions. Yes, I followed instruction and did that. Now I have the https://tankwin08.github.io/drat. But I test install.packages("rPeaks") Installing package into ‘C:/Users/tank/Documents/R/win-library/3.4’ (as ‘lib’ is unspecified)

Re: [R-pkg-devel] Submitting a package whose unit tests sometimes fail because of server connections

2019-04-16 Thread Iñaki Ucar
On Tue, 16 Apr 2019 at 19:57, Will wrote: > > Hello everyone, > > I'm sorry to bother you, but I would like some help getting a package ( > *suppdata*; https://github.com/ropensci/suppdata) available through CRAN. > The package downloads supplementary materials from papers and data > repositories

Re: [R-pkg-devel] Submitting a package whose unit tests sometimes fail because of server connections

2019-04-16 Thread Dirk Eddelbuettel
On 16 April 2019 at 11:40, Will wrote: | Some things I have considered include: | |1. Skipping all unit tests on CRAN (using something like |*testtht::skip_on_cran*). This would immediately fix the problem, and as |a mitigating factor we report automated test result and coverage on

Re: [R-pkg-devel] Submitting a package whose unit tests sometimes fail because of server connections

2019-04-16 Thread Steven Scott
I'd mock the tests you want run on Cran and keep live fire tests that you can run manually. Just don't include the live fire stuff in the package. On Tue, Apr 16, 2019, 10:57 AM Will wrote: > Hello everyone, > > I'm sorry to bother you, but I would like some help getting a package ( >

Re: [R-pkg-devel] Package suggested but not available for checking: 'rPeaks'; Additional_repositories

2019-04-16 Thread Iñaki Ucar
You could convince the original author to submit rPeaks to CRAN, or volunteer to be the maintainer and do it yourself if he doesn't want to maintain it. That would be easier for you and better for everyone, because the package would be well-checked under the watchful eye of CRAN maintainers.

Re: [R-pkg-devel] Package suggested but not available for checking: 'rPeaks'; Additional_repositories

2019-04-16 Thread Ralf Stubner
On 16.04.19 03:15, Tan Zhou wrote: > install.packages("rPeaks", repos = "https://jrminter.github.io/drat/;, > type = "source") > Warning in install.packages : >   unable to access index for repository > https://tankwin08.github.io/drat/src/contrib: >   cannot open URL