I placed in top of all test scripts:
if(!interactive()) Sys.setenv(RGL_USE_NULL=TRUE) #disable RGL for headless
machines
on 3)
I guess I could build and test the github version of package on travis.ci in a
OSX environment
Many thanks for the help
PS "What happens when you squeeze grapes? -they
Another 1000 packages were added to CRAN, which took less than 9 months.
Today (August 12, 2015), the Comprehensive R Archive Network (CRAN) [1]
reports:
“Currently, the CRAN package repository features 7002 available packages.”
While the previous 1000 packages took 355 days, going from 6000 to 7
Hi Dirk,
I was primarily concerned with the requirement of the SDK. Strictly
speaking, the SDK isn't actually need it to compile the package (assuming
the CRAN servers have the OpenCL library). I would just need to have
nearly all the tests skipped on CRAN and the package would essentially be
wo
On 12 August 2015 at 09:07, Duncan Murdoch wrote:
| On 12/08/2015 8:26 AM, Dirk Eddelbuettel wrote:
| > I frequently tests against all reverse dependencies against some of my
| > packages, ie Rcpp, RcppArmadillo, ... and packages using rgl generally fail
| > during these tests.
[...]
| A while
On 12/08/2015 8:26 AM, Dirk Eddelbuettel wrote:
>
> Hi Søren,
>
> On 12 August 2015 at 11:44, Søren Havelund Welling wrote:
> | Dear all
> |
> | I have a package(forestFloor) which produces an test error when built on
> the "r-release-osx-x86_64-mavericks" machine. I'm quite sure it's due to
>
Hi Søren,
On 12 August 2015 at 11:44, Søren Havelund Welling wrote:
| Dear all
|
| I have a package(forestFloor) which produces an test error when built on the
"r-release-osx-x86_64-mavericks" machine. I'm quite sure it's due to Xquartz(or
similar) graphical resources have to be installed for
Dear all
I have a package(forestFloor) which produces an test error when built on the
"r-release-osx-x86_64-mavericks" machine. I'm quite sure it's due to Xquartz(or
similar) graphical resources have to be installed for 3D plotting. I tried with
no luck, to screen the source code of ~15 other p