search for: r40129

Displaying 2 results from an estimated 2 matches for "r40129".

Did you mean: 140129
2006 Dec 07
2
Matplot does not work with x being POSIXt class (PR#9412)
Hi, Matplot works with x being Date class but not POSIXt. Here is the example with R version 2.5.0 Under development (unstable) (2006-12-06 r40129) Example: x <- Sys.Date() - c(1:10) y <- cbind(1:10, 10:1) class(x) ## [1] "Date" matplot(x, y) x <- strptime(as.character(x), format="%Y-%m-%d") ## [1] "POSIXt" "POSIXlt" matplot(x, y) Error in matplot(x, y) : 'x' and 'y' must ha...
2006 Dec 07
2
Enhances, require() and quality control
...be a plausible option. When I add package, say coda, to this field, I get the following warning with recent R-devel: ---- * checking for working latex ... OK * using log directory '/home/ggorjan/programs/R/devel/test.Rcheck' * using R version 2.5.0 Under development (unstable) (2006-12-06 r40129) * checking for file 'test/DESCRIPTION' ... OK * this is package 'test' version '0.1' * checking package dependencies ... WARNING 'library' or 'require' calls not declared from: coda See the information on DESCRIPTION files in the chapter 'Creating R p...