Displaying 3 results from an estimated 3 matches for "r51914".
2010 Nov 24
2
Cannot update R
...I cannot update the package rjags. Although I am a su.
Running openSUSE
R version :
language R
version.string R version 2.12.0 Under development (unstable) (2010-05-05
r51914)
I get the following error:
configure: error: "Cannot load JAGS library in /usr/local/lib"
ERROR: configuration failed for package ?rjags?
* removing ?/usr/lib/R/library/rjags?
I get the same error while trying to reinstall it.
Any ideas?
Happy ThanksGiving.
--
View this message i...
2010 May 07
1
Bug in R -e "command"
...ted. This same
issue affects 2.11 patched (05-05-2010), 2.10.1, and current devel (at
least the one of two weeks ago).
(I skip the mid of the printouts, replaced with ...)
* R -e "message('aaa aaa')"
ARGUMENT 'aaa')' __ignored__
R version 2.11.0 Patched (2010-05-05 r51914)
Copyright (C) 2010 The R Foundation for Statistical Computing
...
> message('aaa
+
+
* /releases/R/2.10/bin/R -e "message('aaa aaa')"
ARGUMENT 'aaa')' __ignored__
R version 2.10.1 Patched (2010-03-27 r51474)
Copyright (C) 2010 The R Foundation for Statist...
2010 Jul 21
1
Bug: broken exception handling in S4 methods
...t;g"))
setMethod("g", "MyClassA", function(x) x)
## OK (error evaluating argument to a function)
er = try({ f(MyClassA(c(1,2))) })
## FAILS (error evaluating argument to a method)
er = try({ g(MyClassA(c(1,2))) })
> sessionInfo()
R version 2.11.0 Patched (2010-05-05 r51914)
x86_64-unknown-linux-gnu
locale:
[1] LC_CTYPE=en_GB LC_NUMERIC=C LC_TIME=en_GB
LC_COLLATE=en_GB
[5] LC_MONETARY=C LC_MESSAGES=en_GB LC_PAPER=en_GB
LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_GB
LC_IDENTIFICATION=C
attache...