Displaying 2 results from an estimated 2 matches for "r66456".
2014 Aug 22
3
parallel::detectCores(TRUE) gives: Error in system(cmd, TRUE) : error in running command
Hi,
Both under the current R-devel (r66456) and a version from about 3
months ago, I experience the following behavior:
> parallel::detectCores(TRUE)
Error in system(cmd, TRUE) : error in running command
> traceback()
3: system(cmd, TRUE)
2: gsub("^ +", "", system(cmd, TRUE)[1])
1: parallel::detectCores(TRUE)
>...
2014 Aug 25
1
vignette index going AWOL
...he list can lend a hand.
Here?s one example situation, where I build the index.html file myself and put it in inst/doc/index.html
$ cat fastR.Rcheck/00check.log | grep -v OK
* using log directory ?/Users/rpruim/projects/github/fastR/fastR.Rcheck?
* using R Under development (unstable) (2014-08-21 r66456)
* using platform: x86_64-apple-darwin13.1.0 (64-bit)
* using session charset: UTF-8
* checking extension type ... Package
* this is package ?fastR? version ?0.8-0?
* checking CRAN incoming feasibility ... NOTE
Maintainer: ?Randall Pruim <rpruim at calvin.edu>?
Package has a VignetteBuilder f...