Displaying 1 result from an estimated 1 matches for "sjavafault".
2003 May 08
3
R crashes with package SJava; was Memory leakage?
...age appears, but I'm not
able to sink it. I could run it in a terminal - but
are there other possibilities?
--- R code pasted into Rgui
rm(list=ls())
# see below for ouput,
# used sink to get probale error messages
# (doesn't work; can one "sink" error messages?)
sink("k:/SJavaFault.rout")
version
# load SJava
library(SJava)
library(help=SJava)
.JavaInit()
# try SJava
.Java("Math","PI")
# load example
source("d:/R/rw1062/library/SJava/examples/ttest.R")
x<-rnorm(10)
y<-rnorm(10,1)
# test example, crashes after specifying x and y in the...