Last data update: 2014.03.03

JavaGD

Package: JavaGD
Version: 0.6-1
Title: Java Graphics Device
Author: Simon Urbanek <Simon.Urbanek@R-project.org>
Maintainer: Simon Urbanek <Simon.Urbanek@R-project.org>
Depends: R (>= 2.4.0)
Suggests: rJava (>= 0.5-0)
Description: Graphics device routing all graphics commands to a Java
program. The actual functionality of the JavaGD depends on the
Java-side implementation. Simple AWT and Swing implementations
are included.
License: GPL-2 | GPL-3
URL: http://www.rforge.net/JavaGD/
Packaged: 2012-09-13 16:07:11 UTC; svnuser
SystemRequirements: GNU make
Repository: CRAN
Date/Publication: 2012-09-13 16:23:29

● Cran Task View: Graphics
● 0 images, 1 functions, 0 datasets
Reverse Depends: 4

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'JavaGD' ...
** package 'JavaGD' successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking return type of signal handlers... void
checking for memset... yes
checking for mkdir... yes
checking for rmdir... yes
checking for select... yes
checking for socket... yes
checking Java support in R... present:
interpreter : '/usr/bin/java'
cpp flags   : '-I/usr/lib/jvm/java-8-oracle/jre/../include -I/usr/lib/jvm/java-8-oracle/jre/../include/linux'
java libs   : '-L/usr/lib/jvm/java-8-oracle/jre/lib/amd64/server -ljvm'
checking whether JNI programs can be compiled... yes
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/config.h
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I/usr/lib/jvm/java-8-oracle/jre/../include -I/usr/lib/jvm/java-8-oracle/jre/../include/linux -Iinclude -fpic  -g -O2  -c jGDtalk.c -o jGDtalk.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I/usr/lib/jvm/java-8-oracle/jre/../include -I/usr/lib/jvm/java-8-oracle/jre/../include/linux -Iinclude -fpic  -g -O2  -c javaGD.c -o javaGD.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -I/usr/lib/jvm/java-8-oracle/jre/../include -I/usr/lib/jvm/java-8-oracle/jre/../include/linux -Iinclude -fpic  -g -O2  -c s2u.c -o s2u.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o JavaGD.so jGDtalk.o javaGD.o s2u.o -L/usr/lib/jvm/java-8-oracle/jre/lib/amd64/server -ljvm -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/JavaGD/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'JavaGD'
    finding HTML links ... done
    JavaGD                                  html  
** building package indices
** testing if installed package can be loaded
* DONE (JavaGD)
Making 'packages.html' ... done