Displaying 20 results from an estimated 60000 matches similar to: "print(list) ?show all values?"
2010 Jul 28
1
...more values follow?
Hello!
I?m playing arround with rJava...
Always when i want to print(list), it only shows me the first values, and
then (900534 more values follow)...
How can i get shure, that all list-values are printed?
what i?m doing wrong?
--
View this message in context: http://r.789695.n4.nabble.com/more-values-follow-tp2304566p2304566.html
Sent from the R help mailing list archive at Nabble.com.
2010 Jul 20
0
plot() via java
Hello,
I need a possibility to print a function from R in Java with "plot ()".
I have taken rJava package and have built up a connection (with the JRI).
But if I call plot () in Java, a R_Graphics window (with R_Graphics:Device
2 (ACTIVE)) opens without contents. If I click this window, whole
application or it says goodbye or the following error message appears:
"no
2009 Sep 20
2
xtable + print (html)
hi,
I want html code via the xtable package.
I have a data.frame and tried to use the print()-function.
But I only get the data.frame printed - no html arround it.
what do I have to change?
thanks!
2017 Apr 19
0
Crash after (wrongly) applying product operator on S4 object that derives from list
I think this is a known issue with Java messing with the stack, see
e.g. http://r.789695.n4.nabble.com/Error-memory-exhausted-limit-reached-td4729708.html.
I'll fix the infinite recursion caused by the methods package.
Michael
On Wed, Apr 19, 2017 at 1:12 AM, Wolfgang Huber <wolfgang.huber at embl.de> wrote:
> Dear Hilmar
>
> Perhaps this gives an indication of why the
2011 Jun 27
3
XLConnect Error
Any ideas of what is happening when I attempt to load XLConnect? I think I
installed everything correctly. I posted what I get when I installed rJava
as well as when I attempted to load rJava directly. Thanks in advance for
any help you can give on this.
library(XLConnect)
Loading required package: XLConnectJars
Loading required package: rJava
Error : .onLoad failed in loadNamespace() for
2011 Mar 16
1
rJava software
Hey everyone,
I just saw a demonstration of a model that is built entirely in R that
allows for transportation greenhouse gas related scenario testing and it
used an awesome GUI utilizing iplots, rJava and gWidgets libraries. Very
cool stuff. I am a somewhat seasoned R user but cannot seem to figure out
what rJava needs to run correctly.
I have installed Java but when i load the rJava
2011 Oct 28
2
Can't install rJava
Hello. I have this error:
> install.packages("rJava")
Installing package(s) into ?C:/PROGRA~1/R/R-212~1.0/library?
(as ?lib? is unspecified)
Warning in install.packages :
package ?rJava? is not available
Does this mean that rJava is not available at all?
--
View this message in context: http://r.789695.n4.nabble.com/Can-t-install-rJava-tp3948460p3948460.html
Sent from the R help
2011 May 10
1
Installing package
Using install packages pull-down, I chose a mirror and then package rJava.
Then it said that it cannot remove the rJava package already installed.
Then when I typed library(rJava) it said there was no rjava package.
Isn't that rather contradictory for R?
--
View this message in context: http://r.789695.n4.nabble.com/Installing-package-tp3510987p3510987.html
Sent from the R help mailing list
2012 Oct 04
1
Intermittent connectivity issues for JDBC / Oracle
I have been experiencing issues with an R script hanging when connecting to
an Oracle database. To help debug, I found a function here in the nabble
forum and made a small test script:
#!/usr/bin/Rscript --no-restore --no-save --no-init-file
library("RJDBC")
drv<-JDBC("oracle.jdbc.OracleDriver","/home/oracle/lib/ojdbc6.jar", "'")
dbCheck =
2012 Oct 31
2
Snallball, rJava, and R 2.15.1
I just bought a new machine and installed the latest release of R 2.15.1 two
days ago. Loaded libraries yesterday (all reported successful loads).
While running scripts, rJava and Snowball would not load. Here is Snowball
successful install:
> utils:::menuInstallPkgs()
trying URL
'http://cran.cs.wwu.edu/bin/windows/contrib/2.15/Snowball_0.0-8.zip'
Content type
2012 Oct 30
1
rJava Out of Memory Error
I'm running XLConnect 0.2-1 that depends on rJava 0.9-3. I am only able to
work with 2 workbooks before I get this error...
> SppRich = wb["SpeciesRichness"] # This command calls an Excel
> spreadsheet
Error: OutOfMemoryError (Java): GC overhead limit exceeded
I have tried...
> rm(list = ls())
... to clear the workspace, but it doesn't help. I am using RStudio
2014 Jun 17
1
rJava Java debugger API
Hi,
I use rJava and call Java code that uses JVMTI code like this
VM vm = VM.getVM();
Universe universe = vm.getUniverse();
CollectedHeap heap = universe.heap();
This code attaches to another JVM and to get its internals. This is legal
Java and it works. But when I use rJava to call this code, the call is
successfull and it throws an error. I believe there is Java
2009 Nov 15
1
JGR GUI for R-2.10.0 "Help" "Print"
I have updated R 2.9.1 to 2.10.0. and JGR GUI 1.7. I am running Windows XP.
I can't seem to get the JGR "Print" or "Help" functions to work. The system
locks and requires me to "stop the process".
In the past I have preferred the opreation and "feel" of JGR GUI. I realize
that this help forum is for R; but, I am hoping that some other R-user is
2011 Dec 29
1
rJava and JRI
Dear All,
I am writing R code and I want to interface with JAVA using netbeans.
I want to call R from JAVA. What i should pick?rJAVA or JRI?
and can someone provide me step-by-step to installing and code for
connecting to R.
As i am using path analysis. Is it possible to use?
Thank you in advance
regards,
Permata
--
View this message in context:
2010 Mar 05
2
install rJava in linux
Hi
I'm a problem with installing "rJava" in Linux
I have got in my system : java-sun, java-sun-tools, java-sun-jre
but if I wont install rJava I got a problem like this:
> install.packages("rJava", dependencies = TRUE)
--- Please select a CRAN mirror for use in this session ---
trying URL 'http://cran.mirroring.de/src/contrib/rJava_0.8-2.tar.gz'
Content type
2012 Jan 06
0
rJava System.out / System.err & stacktraces
Hi,
Is there any way to initialize rJava so it can print System.out and
System.err to console? Also, is there any way to see stack traces? Otherwise
we're limited to just seeing:
> .jcall(machine, "V", "Build")
> .jcheck()
Error: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
which doesn't tell me much about the problem nor where the problem occurred
in
2013 Jan 08
0
Win 32-bit, stack size problem with third party software?
Dear R-developers,
since R 2.15.2 I?m getting an error with my RNetLogo package.
The package uses rJava and connects to the Java program NetLogo
(http://ccl.northwestern.edu/netlogo/).
When starting it in so-called GUI-mode, i.e.:
library(RNetLogo)
NLStart("C:/Program Files/NetLogo 5.0.3", gui=T) #replace the path with the
path to your NetLogo installation directory
on a 32-bit
2017 Apr 24
0
Crash after (wrongly) applying product operator on object from LIMMA package
Hi January,
I believe the root of the xlsx issue has been identified and a fix
suggested by Tomas Kalibera (see https://github.com/s-u/rJava/pull/102).
In a nutshell, Oracle Java on Linux modifies the stack in a way that
makes it smaller and and the same time makes it impossible for R to
detect this change, leading to segfaults. It is not clear to me that the
same problem would occur on Mac,
2013 Sep 06
1
Java exception error (Jcheck) while running an R script
Dear all,
I am facing a problem with running a script that i have written in R and i hope
you can help me spot which exactly is the problem and how i can solve it.
The error I get is the following:
----
Error in .jcheck(silent = FALSE) :
Java Exception <no description because toString() failed>.jcall(row[[ir]],
"Lorg/apache/poi/ss/usermodel/Cell;", "createCell",
2012 Jun 27
1
rJava Error
Hi,
I'm receiving an error when I am trying to install rJava. I have posted the
error below.
RHive_0.0-6.tar.gz rJava_0.9-3.tar.gz RJDBC_0.2-0.tar.gz
Rserve_0.6-8.tar.gz
[root at localhost Package]# R CMD INSTALL rJava_0.9-3.tar.gz
* installing to library ?/usr/local/lib64/R/library?
* installing *source* package ?rJava? ...
** package ?rJava? successfully unpacked and MD5 sums checked