Re: [R-pkg-devel] Linux Errors on RHub

2019-04-24 Thread Roy Mendelssohn - NOAA Federal via R-package-devel
--- Begin Message --- HI: Though you appear to have found the problem. it is a package called plotdap, the Ubuntu results are here: https://builder.r-hub.io/status/plotdap_0.0.1.tar.gz-5e8cf0d2b8304290820438dde5593e27 The complete build attempt was: > #> * installing *source* package ‘rgdal’

Re: [R-pkg-devel] Linux Errors on RHub

2019-04-24 Thread Gábor Csárdi
Seems like GDAL is too old on our Ubuntu: https://github.com/r-hub/rhub/issues/258 Will try to fix soon. FYI, G. On Wed, Apr 24, 2019 at 10:08 AM Gábor Csárdi wrote: > > Hi, which package is this, and how exactly did rgdal fail? > > Also, you can report R-hub problems at https://github.com/r-hu

Re: [R-pkg-devel] Linux Errors on RHub

2019-04-24 Thread Gábor Csárdi
Hi, which package is this, and how exactly did rgdal fail? Also, you can report R-hub problems at https://github.com/r-hub/rhub/issues Thanks, Gabor On Wed, Apr 24, 2019 at 1:11 AM Roy Mendelssohn - NOAA Federal via R-package-devel wrote: > > > > > -- Forwarded message -- > From

Re: [R-pkg-devel] Linux Errors on RHub

2019-04-23 Thread Roy Mendelssohn - NOAA Federal via R-package-devel
--- Begin Message --- Have already done that. Just to run a couple reasonable examples is taking 12 seconds. On my laptop from home it is more like 8 seconds, which if you put in the CRAN note with steps taken they will usually allow. Again, so I don't seem like I am criticizing CRAN, I fu

Re: [R-pkg-devel] Linux Errors on RHub

2019-04-23 Thread Steven Scott
The examples are dual purpose. They work like unit tests, and they show humans how the code works. If you have a separate unit testing section you can mock out the parts that take a long time (e.g. "get data from..."). Then just put the slow bits in your .Rd files into \dontrun blocks. On Tue, A

Re: [R-pkg-devel] Linux Errors on RHub

2019-04-23 Thread Steven Scott
Roy, I don't have an answer for you, but I have a similar issue. Does your code happen to have a C++ component that takes a long time to compile? On Tue, Apr 23, 2019 at 5:11 PM Roy Mendelssohn - NOAA Federal via R-package-devel wrote: > > > > -- Forwarded message -- > From: Roy