search for: anonymousomegahatreference

Displaying 2 results from an estimated 2 matches for "anonymousomegahatreference".

2004 Jan 15
0
Sjava question on MacOS 10.3
...ibrary/SJava/libs" $libraryPath [1] "/Users/sdavis/R-1.81/lib/R/library/SJava/libs" > .Java("Math","sin","PI") $key [1] "1" $className [1] "org.omegahat.Environment.Language.StaticMethodAlias" attr(,"class") [1] "AnonymousOmegahatReference" > .Java("Math","sin",3.141592654) [1] -4.102069e-10 > f <- .JavaConstructor("JFrame")
2003 May 08
3
R crashes with package SJava; was Memory leakage?
Dear all, Maybe this has something to do with R crashing? When my R version crashes, there is Rgui.exe still running in the background (i.e. W2K's task manager recognises it only as a process, which apparently is using almost 100% of the CPU). I can reproduce that by "using" the SJava package (from Brian Ripley's homepage, as suggested on http://www.omegahat.org/RSJava/).