Displaying 4 results from an estimated 4 matches for "r42614".
Did you mean:
542614
2007 Aug 31
1
About "=" in command line in windows.
...39;mean(1:3)'
[1] "mean(1:3)"
Points (1) and (2) don't seem normal to me, however, I don't see, what I am
doing wrong.
I use windowsXP Pro, my colleague uses windows 2000 and reports the same
problems.
My sessionInfo():
> sessionInfo()
R version 2.5.1 Patched (2007-08-19 r42614)
i386-pc-mingw32
locale:
LC_COLLATE=Russian_Russia.1251;LC_CTYPE=Russian_Russia.1251;LC_MONETARY=Russian_Russia.1251;LC_NUMERIC=C;LC_TIME=Russian_Russia.1251
attached base packages:
[1] "stats" "graphics" "grDevices" "utils" "datasets" &...
2007 Aug 30
0
bug in DEoptim package
...erators.
This also shows, that any strategy value from 1 through 5 will cause
this error, while values from 1 through 10 are possible.
Package's DESCRIPTION file contains the following:
Version: 1.1-8
Date: 2007-01-29
My sessionInfo():
> sessionInfo()
R version 2.5.1 Patched (2007-08-19 r42614)
i386-pc-mingw32
locale:
LC_COLLATE=Russian_Russia.1251;LC_CTYPE=Russian_Russia.1251;LC_MONETARY=Russian_Russia.1251;LC_NUMERIC=C;LC_TIME=Russian_Russia.1251
attached base packages:
[1] "tcltk" "stats" "graphics" "grDevices" "utils"...
2007 Aug 31
1
Consistency of serialize(): please enlighten me
Hi,
I am puzzled with serialize(). It comes down generating identical
hash codes for (apparently) identical objects using digest::digest(),
which in turn relies on serialize(). Here is an example illustration
the issue:
ser <- function(object, ...) {
list(
names = names(object),
namesRaw = charToRaw(names(object)),
ser = serialize(names(object), connection=NULL, ascii=FALSE)
2007 Aug 28
1
R CMD check: Error in function (env) : could not find function "finalize"
...ents
> result <- pca(metaboliteData, method="svdImpute", nPcs=3, center = TRUE)
Error in function (env) : could not find function "finalize"
...
Now, the error is not there.
Any ideas?
/Henrik
> sessionInfo()
R version 2.6.0 Under development (unstable) (2007-08-23 r42614)
i386-pc-mingw32
locale:
LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MON
ETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached...