search for: r70270

Displaying 5 results from an estimated 5 matches for "r70270".

Did you mean: 370270
2016 Mar 04
2
R 3.2.4 rc issue
...ckage. Running 3.2.4 rc from last night, I see a lot of package loading issues during 'make check'. Here is splines as one examples: checking package 'splines' * using log directory '/build/r-base-3.2.3.20160303/tests/splines.Rcheck' * using R version 3.2.4 RC (2016-03-02 r70270) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: ASCII * using option '--no-build-vignettes' * looks like 'splines' is a base package * skipping installation test * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking to...
2016 Mar 04
0
R 3.2.4 rc issue
...from last night, I see a lot of package > loading issues during 'make check'. Here is splines as one examples: > > checking package 'splines' > * using log directory '/build/r-base-3.2.3.20160303/tests/splines.Rcheck' > * using R version 3.2.4 RC (2016-03-02 r70270) > * using platform: x86_64-pc-linux-gnu (64-bit) > * using session charset: ASCII > * using option '--no-build-vignettes' > * looks like 'splines' is a base package > * skipping installation test > * checking package directory ... OK > * checking DESCRIPTION me...
2016 Mar 04
1
R 3.2.4 rc issue
...night, I see a lot of package | > loading issues during 'make check'. Here is splines as one examples: | > | > checking package 'splines' | > * using log directory '/build/r-base-3.2.3.20160303/tests/splines.Rcheck' | > * using R version 3.2.4 RC (2016-03-02 r70270) | > * using platform: x86_64-pc-linux-gnu (64-bit) | > * using session charset: ASCII | > * using option '--no-build-vignettes' | > * looks like 'splines' is a base package | > * skipping installation test | > * checking package directory ... OK | > * checking...
2016 Mar 03
2
as.vector in R-devel loaded 3/3/2016
I just installed R-devel to check my package before submitting. I got an error in my vignette in regards to as.vector. When I looked at the code for as.vector in R-devel it is standardGeneric for "as.vector" defined from package "base" function (x, mode) standardGeneric("as.vector") <environment: 0x0918ad70> Methods may be defined for arguments: x, mode Use
2016 Mar 04
2
as.vector in R-devel loaded 3/3/2016
...$ : num 2 $ : num 3 > str(as.vector(list(1,2,3), mode="integer")) int [1:3] 1 2 3 > str(as.vector(list(1,2,3), mode="numeric")) num [1:3] 1 2 3 Also, *current* r-devel has the same definition: $ ~/r-devel/BUILD-dist/bin/R R Under development (unstable) (2016-03-03 r70270) -- "Unsuffered Consequences" [...yadayada...] > library(Matrix) > as.vector function (x, mode = "any") .Internal(as.vector(x, mode)) <bytecode: 0x7fdf69279780> <environment: namespace:base> > On 04 Mar 2016, at 01:09 , Jeff Laake - NOAA Federal <jeff....