Displaying 3 results from an estimated 3 matches for "r39134".
Did you mean:
139134
2006 Sep 11
2
problems in installing packages with R version 2.4.0 alpha (2006-09-05 r39134)
I just downloaded the windows version
R version 2.4.0 alpha (2006-09-05 r39134)
1. When I downloaded the packages, the following two were not found.
> utils:::menuInstallPkgs()
--- Please select a CRAN mirror for use in this session ---
dependency ''fCalendar'' is not available
dependency ''SparseM'' is not available
I am not sure which...
2006 Sep 08
2
Extending [ method to S4 class and drop argument (PR#9211)
Full_Name: John Verzani
Version: 2.4.0 alpha (2006-09-05 r39134)
OS: linux, gentoo 2.6.17
Submission from: (NULL) (163.238.43.26)
When extending the "[" method to a new S4 class, the default value for the drop
argument is not being found. Here is a small example:
setClass("test",representation(x="character"))
setMethod("[&q...
2006 Sep 07
2
Matrix package in R-2.4.0alpha
...ums, coerce, crossprod, determinant, diag, dim,
dimnames, dimnames<-, expand, expm, kronecker, image, isSymmetric, norm,
rcond, rowMeans, rowSums, show, solve, t, tcrossprod, tril, triu
Error: package/namespace load failed for 'Matrix'
> sessionInfo()
R version 2.4.0 alpha (2006-09-05 r39134)
i386-pc-mingw32
locale:
LC_COLLATE=Spanish_Chile.1252;LC_CTYPE=Spanish_Chile.1252;LC_MONETARY=Spanish_Chile.1252;LC_NUMERIC=C;LC_TIME=Spanish_Chile.1252
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils" "...