Displaying 20 results from an estimated 70 matches for "javagd".
2008 Jun 03
2
JGR / linux
...packages('JGR', dep=TRUE)
Warning in install.packages("JGR", dep = TRUE) :
argument 'lib' is missing: using '/usr/local/lib/R/site-library'
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
also installing the dependency ?JavaGD?
trying URL 'http://lib.stat.cmu.edu/R/CRAN/src/contrib/JavaGD_0.5-1.tar.gz'
Content type 'application/x-gzip' length 86505 bytes
opened URL
==================================================
downloaded 84Kb
trying URL 'http://lib.stat.cmu.edu/R/CRAN/src/contrib/JGR_1.5-18.tar...
2006 Jul 19
0
JavaGD
Can someone please help im trying to use JGR' version 1.4-2 on a IBM
Thinkcentre P4 with windows xp with the R v2.3.1, but any time I try and
plot or use JavaGD I get this error
> plot(1:10)
Error in JavaGD() : unable to start device JavaGD
In addition: Warning message:
Another VM is running already and the VM did not allow me to append paths to
the class path. in: .jinit(.javaGD.get.class.path())
Or
> JavaGD(name="JavaGD", w...
2011 Dec 14
1
JavaGD package
Am trying to install package JGR and, by necessity, JavaGD on a few
Linux platforms. R rev. 2.14.0. Had some success on one platform, but
am running into a problem on a new platform. I installed rJava, JavaGD,
iplots, and JGR. Things went - I thought - without a hitch. Now, when
I try to use JGR, I start R and issue the command "library(JGR)"...
2007 Mar 17
1
Font in JavaGD() & pdf()
Dear r-helpers,
When I do an xYplot and display the result in a JavaGD() window, the
font is sans-serif (presumably Helvetica). When I send the figure to
a pdf, I get a serif font (presumably times). How do I insure that
the font in the pdf is indeed the default sans serif?
> sessionInfo()
R version 2.4.1 (2006-12-18)
i386-apple-darwin8.8.1
locale:
C
atta...
2013 Aug 28
2
netlogo r-extension loadlibrary() failures
...L(x, as.logical(local), as.logical(now), ...)
error: unable to load shared object
'D:/Programs/R/R-3.0.1/library/rJava/libs/x64/rJava.dll':
LoadLibrary failure: The specified module could not be found.
[ though that is in fact where the rJava.dll is located ]
----------------
in the JavaGD Check,
> library(JavaGD); .path.package('JavaGD')
Error : .onLoad failed in loadNamespace() for 'JavaGD', details:
call: inDL(x, as.logical(local), as.logical(now), ...)
error: unable to load shared object
'D:/Programs/R/R-3.0.1/library/JavaGD/libs/x64/JavaGD.dll'...
2011 May 26
1
JGR/Deducer Installation
...sing? Anything that should not be installed? Perhaps a
different version?
The messages while installing JGR are as follows
> install.packages (pkgs=c ("JGR"), lib="/home/vikas/R/i686-pc-linux-gnu-library/2.13", dependencies=TRUE)
also installing the dependencies ?rJava?, ?JavaGD?, ?iplots?
* installing *source* package ?rJava? ...
checking for gcc... gcc -std=gnu99
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of o...
2008 Nov 19
0
Buggy trellis.focus() with xyplot in JavaGD ?
Hi:
(Tried to find a bug report about this issue, but was unable to find it, let
me know if this is a known issue)
I have been working on an interface to highlight xyplot panels on mouse
overs in JavaGD but I have stumbled with what seems to be a bug in
trellis.focus.
I am using JGR R 2.8 with lattice 0.17-15
Note: It's important to you use JGR to use the Java Graphics Device.
*** To Replicate the Bug ***:
1.- display an xyplot. For example, from the xyplot help page:
library(lattice)
require...
2009 May 24
1
Timing issue using locator() in loop containing print()
I am attempting to use locator(n=2) to select the corners of several (5 in
this case) rectangles on an image displayed in a JavaGD window. The returned
coords are used to draw labeled rectangles around the selected region. I
have tried several things to get this to work including sys.Sleep to correct
what appears to be a timing issue with this loop. The first-time print in
the loop doesn't print before locator execute...
2010 Jun 04
1
R Java compile problem
Hi folks: I'm trying to update my JGR and related packages, but run
into a compile problem, that I suspect must be affecting others. I
get this output when compiling rJava, JavaGD, etc.:
##
checking Java support in R... present:
interpreter : '/usr/bin/java'
cpp flags : ''
java libs : '-L/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server
-L/usr/lib/jvm/java-6-openjdk/jre/lib/amd64
-L/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64 -L
-L/usr/java/packages/l...
2011 Nov 24
1
Installing rJava from source on Mac
Hi Everybody
I am trying to install the latest version of JavaGD from source but get the
following error.
trying URL 'http://cran.za.r-project.org/src/contrib/JavaGD_0.5-4.tar.gz'
Content type 'application/x-gzip' length 102242 bytes (99 Kb)
opened URL
==================================================
downloaded 99 Kb
* installing *sourc...
2010 Apr 29
0
errors returned upon trying to update JGR
...downloaded 515 Kb
trying URL 'http://cran.r-project.org/src/contrib/rJava_0.8-4.tar.gz'
Content type 'application/x-gzip' length 520037 bytes (507 Kb)
opened URL
==================================================
downloaded 507 Kb
trying URL 'http://www.rforge.net/src/contrib/JavaGD_0.5-3.tar.gz'
Content type 'application/x-gzip' length 101898 bytes (99 Kb)
opened URL
==================================================
downloaded 99 Kb
trying URL 'http://cran.r-project.org/src/contrib/iplots_1.1-3.tar.gz'
Content type 'application/x-gzip' length 331...
2007 May 04
2
Qt device update
...dev.interactive(), used
in example() and many demo()-s to decide if the current device is
interactive, is currently implemented as:
> dev.interactive
function (orNone = FALSE)
{
iDevs <- c("X11", "GTK", "gnome", "quartz", "windows", "JavaGD")
interactive() && (.Device %in% iDevs || (orNone && .Device ==
"null device" && getOption("device") %in% iDevs))
}
This makes it impossible for new devices to be treated as interactive.
Perhaps it would be better to change this to some...
2011 Nov 08
0
iplots problem
I also have the same problem. Can you send me the link to download a proper
Sun Java application (I have Microsot Windows XP Profesional V.2002)?
Anyway, this is what I tried:
> library(JGR)
Loading required package: JavaGD
Loading required package: iplots
Error : .onLoad failed in loadNamespace() for 'iplots', details:
call: .jnew("org/rosuda/iplots/Framework")
error: java.awt.HeadlessException
Error: package ?iplots? could not be loaded
> install.packages("JavaGD", dependencies= TR...
2008 Nov 19
1
Buggy trellis.focus() with xyplot ?
Hi:
(Tried to find a bug report about this issue, but was unable to find it, let
me know if this is a known issue)
I have been working on an interface to highlight xyplot panels on mouse
overs in JavaGD but I have stumbled with what seems to be a bug in
trellis.focus.
I am using R 2.8 with lattice 0.17-15
*** To replicate the bug:
1.- display an xyplot. For example, from the xyplot help page:
library(lattice)
require(stats)
EE <- equal.count(ethanol$E, number=9, overlap=1/4)
## Constructing p...
2006 May 10
4
Unix X-WIndows RGUI
Hi:
Could someone tell me if there is an X-Windows version of the RGUI ?
Thanks:
Alex
2006 Dec 19
2
Problem with glmmADMB
...1 RC (2006-12-14 r40181)
powerpc-apple-darwin8.8.0
locale:
C
attached base packages:
[1] "utils" "stats" "graphics" "grDevices" "datasets"
"methods" "base"
other attached packages:
glmmADMB JGR iplots JavaGD rJava MASS lattice
"0.3" "1.4-14" "1.0-5" "0.3-5" "0.4-12" "7.2-30" "0.14-16"
_____________________________
Professor Michael Kubovy
University of Virginia
Department of Psychology
USPS: P.O.Box 400400...
2010 May 31
3
after updating biomaRt cannot connect any more
...r in value[[3L]](cond) :
Request to BioMart web service failed. Verify if you are still connected to the internet. Alternatively the BioMart web service is temporarily down.
I checked my command syntax and got the following message:
> library(help=biomaRt)
Warning messages:
1: package 'JavaGD' was built under R version 2.9.0 and help may not work correctly
2: package 'Biobase' was built under R version 2.9.0 and help may not work correctly
3: package 'Biostrings' was built under R version 2.9.0 and help may not work correctly
4: package 'IRanges' was built...
2009 Nov 09
1
trouble loading JGR on Debian
Dear developers
I am unable to (properly) load JGR on Debian testing. The JGR window
will pop out and R will start up, but it will not perform any of the
JGR specific library() calls (rJava, JavaGD, etc.) and will stuck at
100% CPU while the prompt will be non-responsive. The hack that helped
previously in such cases, accessing Help > About [1], works no more.
All R packages are installed via cran2deb on amd64 platform. This
issue was present on 2.9.2, as it is now on 2.10.0. Below are th...
2009 Jun 19
1
JGR installation errors
...-L/lib -L/usr/lib -ljvm
JNI cpp flags :
Updating Java configuration in /usr/lib64/R
Done.
linux-326k:/home/mauede # sudo R
> install.packages('JGR')
--- Please select a CRAN mirror for use in this session ---
CRAN mirror
Selection: 24
also installing the dependencies ‘rJava’, ‘JavaGD’, ‘iplots’
trying URL 'http://cran.stat.unipd.it/src/contrib/rJava_0.6-3.tar.gz'
Content type 'application/octet-stream' length 240527 bytes (234 Kb)
opened URL
==================================================...
2008 Jan 04
2
subsetting
...[5] "package:datasets" "package:foreign" "package:graphics" "package:grDevices"
[9] "package:gWidgetsrJava" "package:gWidgets" "package:Hmisc" "package:JGR"
[13] "package:JavaGD" "package:rJava" "package:stats" "package:utils"
[17] "package:methods" "Autoloads" "package:base"
The Problem: I'm using a function which is constructing a subset of a dataframe...