Hi,
Here is a problem we see with the Mac and Windows binaries of
rJava (0.9-3) currently available on CRAN for R-devel (i.e. under
bin/macosx/leopard/contrib/2.16/ and bin/windows/contrib/2.16/):
> library(rJava)
> .jinit("gaggle/inst/jars/gaggleRShell.jar")
Error in .Call("R_do_new_objec
Alright, now I'm even more confused about passing argument via
NextMethod(). Here is another example where an argument is duplicated
despite '...' is *not* explicitly passed to NextMethod().
bar <- function(...) UseMethod("bar");
bar.A <- function(object, a=1, b=2, ...) {
print(sys.call());
On 10/18/12 6:31 AM, Martin Morgan wrote:
Initialization of this simple hierarchy
A = setClass("A", representation(x="numeric"))
setClass("B", contains=c("VIRTUAL", "A"))
C = setClass("C", contains="B")
fails (neat that setClass returns generators; I hadn't realized that
before!)
Ye
Kasper,
On 18 October 2012 at 10:41, Kasper Daniel Hansen wrote:
| I set my user libraries in .Rprofile for this very reason. I agree it
| is weird that .Renviron is not always read etc.
Sorry, no cigar either -- this equivalent to using files in $R_HOME/etc/ and
is also ignored by R CMD check,
Dirk,
I set my user libraries in .Rprofile for this very reason. I agree it
is weird that .Renviron is not always read etc.
Kasper
On Thu, Oct 18, 2012 at 10:12 AM, Dirk Eddelbuettel wrote:
>
> Keith,
>
> On 18 October 2012 at 09:14, Keith Jewell wrote:
> | No reply in a number of hours, so he
Keith,
On 18 October 2012 at 09:14, Keith Jewell wrote:
| No reply in a number of hours, so here is a suggestion from ignorance :-}
|
| ?Startup refers to a number of other "site and user files to process for
Thanks, and I know, and use those on Linux (and on 'doze when I use it). My
question
Initialization of this simple hierarchy
A = setClass("A", representation(x="numeric"))
setClass("B", contains=c("VIRTUAL", "A"))
C = setClass("C", contains="B")
fails (neat that setClass returns generators; I hadn't realized that before!)
> C(A())
Error: evaluation nested too deeply: infi
No reply in a number of hours, so here is a suggestion from ignorance :-}
?Startup refers to a number of other "site and user files to process for
setting environment variables" but not to Rcmd_environ. The contents of
$R_HOME/etc/Rcmd_environ seem to reflect (some of) the contents of
(some) o