Displaying 20 results from an estimated 428 matches for "omegahat".
2004 Oct 15
0
SJava 0.65 and R 2.0.0 (slightly long)
...I downloaded and installed SJava 0.65 in my personal directory using
R CMD INSTALL SJava-0.65.tar.gz -l ~/src/Rlibrary
and before starting R I sourced RJava.bsh. However after loading the
SJava library if do javaConfig() I get
---------------------------------------------
$classPath
[1] "/omegahat/Jars/Environment.jar" "/.."
[3] "/omegahat/Jars/antlr.jar" "/omegahat/Jars/jas.jar"
[5] "/omegahat/Jars/jhall.jar"
$properties
EmbeddedInR...
2005 Jul 20
2
unable to call R t-test from Java
...ods that take vectors and also ran into various degrees of failure. Any insight you can provide or other Web references you can point me to would be appreciated.
Thank you,
Laura O'Brien
Application Architect
--------------------------- code ------------------------------
package org.omegahat.R.Java.Examples;
import org.omegahat.R.Java.ROmegahatInterpreter;
import org.omegahat.R.Java.REvaluator;
public class JavaRCall2
{
/**
* want to see if I can eval a t.test command like what I would run in the
* R command line
*/
static public void runTTestByEval_cores(RE...
2009 Mar 05
2
Installing the Rstem package
...aded packages are in
C:\Documents and Settings\Administrator\Local
Settings\Temp\RtmpdBelSq\downloaded_packages
updating HTML package descriptions
Warning message:
package ?Rstem? is not available
###### Second Try ########
> install.packages("Rstem", repos = "http://www.omegahat.org/R")
Warning: unable to access index for repository
http://www.omegahat.org/R/bin/windows/contrib/2.8
Warning message:
package ?Rstem? is not available
###### Third Try ######
> install.packages("Rstem", repos = "http://www.omegahat.org/Rstem/")
Warning: unable to...
2003 Jul 28
3
http://www.omegahat.org/RSXML
Hi,
As the server www.omegahat.org seems to be down since quite a while,
could someone send me the RSXML library for Windows2000 ?
Many thanks,
Marc Mamin
2005 Apr 24
0
utils::setRepositories bug when adding a local repository? (PR#7810)
..."@CRAN@" "http://www.stats.ox.ac.uk/pub/RWin"
I set
> options(repos = c(
+ UBS = "http://wfdevapps:8150/qrms/r",
+ CRAN = "http://cran.uk.r-project.org",
+ CRANextra = "http://www.stats.ox.ac.uk/pub/RWin",
+ Omegahat = "http://www.omegahat.org/R"
+ ))
> getOption("repos")
UBS CRAN
"http://wfdevapps:8150/qrms/r" "http://cran.uk.r-project.org"
CRANextra...
2003 Mar 03
1
Q: Best-Practice for Swing-GUI calling R-code on Windows?
org.omegahat.R.Java.REvaluator e = new
org.omegahat.R.Java.REvaluator();
Object val = e.eval("objects()");
if(val != null) {
String[] objects = (String[])val;
for(int i = 0 ; i < objects.length; i++)
System.err.println("("+i+") " + objects[i]);
}
hello,
thanks to P...
2002 Oct 24
1
Rjava failing to initialize in Windows 2000
...as.character(classPath), as.character(classPath),
length(as.character(properties)))
with the error message
"Couldn't start Java Virtual Machine: Can't create Java Virtual Machine"
With the following arguements:
classPath=
"C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat/Jars/Environment.jar;
C:/PROGRA~1/R/rw1051/library/SJava/org/..;
C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat/Jars/antlr.jar;
C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat/Jars/jas.jar;
C:/PROGRA~1/R/rw1051/library/SJava/org/omegahat/Jars/jhall.jar"
All files are present in the appropriat...
2004 Mar 26
2
Omegahat down?
...L3T 0T3
905-415-3207
-------------------------------------------------------
People often find it easier to be a result of the past than a cause of the
future.
-----Original Message-----
From: M.Kondrin [mailto:mkondrin@hppi.troitsk.ru]
Sent: Friday, March 26, 2004 8:01 PM
To: R-Help
Subject: [R] Omegahat down?
Hello!
For 2 days can not connect to www.omegahat.org :(
Something happens?
traceroute to www.omegahat.org (128.105.174.32), 30 hops max, 38 byte
packets
..........
13 144.92.128.196 (144.92.128.196) 161.792 ms 162.260 ms 160.893 ms
14 g1-2.cisco1.cs.wisc.edu (128.105.1.14) 160.996...
2007 Oct 21
2
Help installing Rstem package
An embedded and charset-unspecified text was scrubbed...
Name: n?o dispon?vel
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071021/3a2e8c5b/attachment.pl
2002 Aug 09
2
error starting SJava: classpath
...Does
anybody have a solution to it?
I am using window NT, and the R version is 1.5.1, the SJava package is the
binary version SJavaWin_0.62-8.zip.
Here are the error message:
> library(SJava)
> .JavaInit()
Error in .JavaInit() : Couldn't start Java Virtual Machine: Cannot find the
Omegahat interface manager class. Check you classpath!
> Javaconfig()
Error: couldn't find function "Javaconfig"
> JavaConfig()
Error: couldn't find function "JavaConfig"
> tmp <- javaConfig()
> tmp$classPath
[1]
"E"
[2] "\\Program
Files\...
2005 Dec 28
1
Omegahat sjava
I am trying to download and install Omegahat Sjava
(http://www.omegahat.org/RSJava) to be able to call R from within Java.
The install instructions are as follows:
cd $RHOME/src/library
unzip SJava_0.69-0.zip
cd SJava
./configure.win $RHOME
cd $RHOME/src/gnuwin32
make pkg-SJava
However, my command prompt won't recognize...
2005 Jan 05
3
omegahat link on R site (PR#7471)
Hello,
On the R web site on the page about R Data Import/Export, the link to
omegahat.org in the Introduction is misspelled.
Matthew Cserhati
2001 Mar 30
0
Re: [Omega-bugs] RSMethods pkg causes data.frame misbehavior in R
....com
Bell Labs, Lucent Technologies office: (908)582-2681
700 Mountain Avenue, Room 2C-282 fax: (908)582-3340
Murray Hill, NJ 07974 web: http://www.cs.bell-labs.com/~jmc
> From: "Vincent J. Carey, Jr." <stvjc@channing.harvard.edu>
> Sender: omega-bugs-admin@omegahat.org
> Errors-To: omega-bugs-admin@omegahat.org
> Precedence: bulk
> List-Help: <mailto:omega-bugs-request@omegahat.org?subject=help>
> List-Post: <mailto:omega-bugs@omegahat.org>
> List-Subscribe: <http://www.omegahat.org/mailman/listinfo/omega-bugs>,
> <mail...
2008 Aug 27
1
RCurl: using netrc with curlPerform
...c file. From the documentation I've read it
certainly seems as though this function should be able to authenticate
via the .netrc file.
The example I am using here comes from the "R as a Web Client- the RCurl
package" paper and demonstrates using the .netrc file to access the
www.omegahat.org page. Authentication takes place by RCurl (curl)
reading the username and password out of the .netrc file in the user's
home directory. For this example the username is bob and password is
welcome. The .netrc file in the user's home directory contains the
following information:
mach...
2002 Sep 03
2
Problem with SJava sample "JavaRCall"
Hi,
I am trying to run the example "JavaRCall" with SJava 0.65 and R1.5.1
under
Windows NT4.0. Although loadLibrary("RInterpreter") worked successfull,
the
following error occurs:
"Exception breakpoint occurred at line 65 of ROmegahatInterpreter.java.
java.lang.UnsatisfiedLinkError: boolean
org.omegahat.R.Java.ROmegahatInterpreter.initR(java.lang.String[])
boolean
org.omegahat.R.Java.ROmegahatInterpreter.initR(java.lang.String[])
native code"
All paths (attached) are set up correctly, what is missing?
Thank you,
Hein...
2005 Jul 27
1
unable to source a .R file using RJava
...upiter 5.8
# > source ("/imports/nas1/people/lobrien/dist2.1_rc1/hh/src/r/doNothing.R")
# > res <- getData("something")
# > res
# [1] 2
#
#
# doesn't work when
# -----------------
# (A) launch R thru java via --> ./RJava --example --gui-none
# [omegahat->R] source ("/imports/nas1/people/lobrien/dist2.1_rc1/hh/src/r/doNothing.R")
#
# Unexpected Signal : 11 occurred at PC=0xFE0C2B44
# Function=[Unknown. Nearest: JVM_Close+0x6BFC4]
# <snip>
#
# (B) call it via .java file. See JavaRCall3
getData <-...
2002 Aug 15
0
SJava, another UnsatisfiedLinkError
Thanks for Professor Ripley and Brad's reply.
UnsatisfiedLinkError: SJava.dll is gone. But, I have another problem. I
have been trying to figure out, but, without success.
Here is my test.java:
import java.io.*;
import org.omegahat.R.Java.REvaluator;
public class test {
public static void main(String args[]) {
System.out.println("Hello...");
org.omegahat.R.Java.REvaluator e = new REvaluator();
Object val = e.eval("objects()");
if (val != null) {
String[]...
2006 Aug 24
1
Omegahat-site down?
Dear R-list subscriber,
is it possible that the omegahat-site is down? I was looking for package
'RDCOMClient', but could not establish a connection. In case somebody
has the latest binary zip-file for Windows, would she/he mind to send it
directly to my emaim adress stated in the signature?
Many thanks, and sorry for bothering/misusing R-help i...
2009 May 11
1
Rcompression on Omegahat
I tried to install Rcompression (for reading Matlab files)
options(CRAN = c(getOption("CRAN"), "http://www.omegahat.org/R"))
install.packages("Rcompression")
Warning: unable to access index for repository
http://www.omegahat.org/R/bin/windows/contrib/2.9
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package ?Rcompression? is not available
Manual inspection of the s...
2013 Apr 16
0
Hosting Omegahat package on CRAN?
Hi list!
For a package providing a GUI intended in particular at R newcomers (RcmdrPlugin.temis[1]), I would like to use the Rstem package [2] by Duncan Temple Lang, which is hosted on Omegahat only. This means the package cannot be installed automatically as a dependency, which I can work around by installing the package from my code when the user needs it. But Omegahat does not provide binaries for Mac OS X, and still does not provide Windows binaries for R 3.0. This is a showstopper fo...