JGR - Java GUI for R - check results
RForge.net

JGR

About JGR
GIT access
Download/Files
News
Check results
Package R docs
FAQ
Screenshots
JGR on Linux
Snow Leopard

Version: 1.8-7
Result: OK
Check time: 2021-09-08 04:32

Distribution log

--- running mkdist for JGR (project JGR)
Building package ...
Downloading https://services.gradle.org/distributions/gradle-4.10.2-all.zip
...............................................................................................................
Unzipping /home/rforge/.gradle/wrapper/dists/gradle-4.10.2-all/9fahxiiecdb76a5g3aw9oi8rv/gradle-4.10.2-all.zip to /home/rforge/.gradle/wrapper/dists/gradle-4.10.2-all/9fahxiiecdb76a5g3aw9oi8rv
Set executable permissions for: /home/rforge/.gradle/wrapper/dists/gradle-4.10.2-all/9fahxiiecdb76a5g3aw9oi8rv/gradle-4.10.2/bin/gradle

Welcome to Gradle 4.10.2!

Here are the highlights of this release:
- Incremental Java compilation by default
- Periodic Gradle caches cleanup
- Gradle Kotlin DSL 1.0-RC6
- Nested included builds
- SNAPSHOT plugin versions in the `plugins {}` block

For more details see https://docs.gradle.org/4.10.2/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

> Task :ibase:compileJava
warning: [options] source value 6 is obsolete and will be removed in a future release
warning: [options] target value 1.6 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 warnings

> Task :ibase:processResources NO-SOURCE
> Task :ibase:classes
> Task :ibase:jar
> Task :ibase:sourcesJar
> Task :ibase:assemble
> Task :ibase:compileTestJava NO-SOURCE
> Task :ibase:processTestResources NO-SOURCE
> Task :ibase:testClasses UP-TO-DATE
> Task :ibase:test NO-SOURCE
> Task :ibase:check UP-TO-DATE
> Task :ibase:build

> Task :javagd:compileJava
warning: [options] source value 6 is obsolete and will be removed in a future release
warning: [options] target value 1.6 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
/tmp/JGR/javagd/src/main/java/org/rosuda/javaGD/JGDPanel.java:104: warning: non-varargs call of varargs method with inexact argument type for last parameter;
Method m = c.getMethod("getMainEngine", null);
^
cast to Class for a varargs call
cast to Class[] for a non-varargs call and to suppress this warning
/tmp/JGR/javagd/src/main/java/org/rosuda/javaGD/JGDPanel.java:105: warning: non-varargs call of varargs method with inexact argument type for last parameter;
Object o = m.invoke(null, null);
^
cast to Object for a varargs call
cast to Object[] for a non-varargs call and to suppress this warning
/tmp/JGR/javagd/src/main/java/org/rosuda/javaGD/GDCanvas.java:72: warning: non-varargs call of varargs method with inexact argument type for last parameter;
Method m = c.getMethod("getMainEngine", null);
^
cast to Class for a varargs call
cast to Class[] for a non-varargs call and to suppress this warning
/tmp/JGR/javagd/src/main/java/org/rosuda/javaGD/GDCanvas.java:73: warning: non-varargs call of varargs method with inexact argument type for last parameter;
Object o = m.invoke(null, null);
^
cast to Object for a varargs call
cast to Object[] for a non-varargs call and to suppress this warning
/tmp/JGR/javagd/src/main/java/org/rosuda/javaGD/GDInterface.java:268: warning: non-varargs call of varargs method with inexact argument type for last parameter;
Method m = cl.getMethod("getMainEngine", null);
^
cast to Class for a varargs call
cast to Class[] for a non-varargs call and to suppress this warning
/tmp/JGR/javagd/src/main/java/org/rosuda/javaGD/GDInterface.java:269: warning: non-varargs call of varargs method with inexact argument type for last parameter;
Object o = m.invoke(null, null);
^
cast to Object for a varargs call
cast to Object[] for a non-varargs call and to suppress this warning
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
9 warnings

> Task :javagd:processResources NO-SOURCE
> Task :javagd:classes
> Task :javagd:jar
> Task :javagd:sourcesJar
> Task :javagd:assemble
> Task :javagd:compileTestJava NO-SOURCE
> Task :javagd:processTestResources NO-SOURCE
> Task :javagd:testClasses UP-TO-DATE
> Task :javagd:test NO-SOURCE
> Task :javagd:check UP-TO-DATE
> Task :javagd:build

> Task :rJava:compileJava
warning: [options] source value 6 is obsolete and will be removed in a future release
warning: [options] target value 1.6 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 warnings

> Task :rJava:processResources NO-SOURCE
> Task :rJava:classes
> Task :rJava:jar

> Task :REngine:compileJava
warning: [options] source value 6 is obsolete and will be removed in a future release
warning: [options] target value 1.6 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 warnings

> Task :REngine:processResources NO-SOURCE
> Task :REngine:classes
> Task :REngine:jar

> Task :jgr-java:compileJava
warning: [options] source value 6 is obsolete and will be removed in a future release
warning: [options] target value 1.6 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 warnings

> Task :jgr-java:processResources
> Task :jgr-java:classes
> Task :jgr-java:jar
> Task :jgr-java:shadowJar
> Task :jgr-java:sourcesJar
> Task :jgr-java:assemble
> Task :jgr-java:compileTestJava NO-SOURCE
> Task :jgr-java:processTestResources NO-SOURCE
> Task :jgr-java:testClasses UP-TO-DATE
> Task :jgr-java:test NO-SOURCE
> Task :jgr-java:check UP-TO-DATE
> Task :jgr-java:build
> Task :jgr-r:assemble UP-TO-DATE
> Task :jgr-r:check UP-TO-DATE
> Task :jgr-r:copyJGR
> Task :jgr-r:copyJGRSource
> Task :jgr-r:prepareJGR
> Task :jgr-r:build
> Task :REngine:sourcesJar SKIPPED
> Task :REngine:assemble
> Task :REngine:compileTestJava NO-SOURCE
> Task :REngine:processTestResources NO-SOURCE
> Task :REngine:testClasses UP-TO-DATE
> Task :REngine:test NO-SOURCE
> Task :REngine:check UP-TO-DATE
> Task :REngine:build
> Task :rJava:sourcesJar SKIPPED
> Task :rJava:assemble
> Task :rJava:compileTestJava NO-SOURCE
> Task :rJava:processTestResources NO-SOURCE
> Task :rJava:testClasses UP-TO-DATE
> Task :rJava:test NO-SOURCE
> Task :rJava:check UP-TO-DATE
> Task :rJava:build

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.10.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 20s
18 actionable tasks: 18 executed
Creating package ...
Done.
-rw-rw-r-- 1 rforge rforge 1271001 Sep 8 04:32 ../JGR_1.8-7.tar.gz

Distribution log

SVN checkout/GIT clone log


Build log for Windows (R 2.11.x)

* checking for file 'JGR/DESCRIPTION' ... OK
* preparing 'JGR':
* checking DESCRIPTION meta-information ... OK
* removing junk files
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building binary distribution
WARNING: some HTML links may not be found
* installing *source* package 'JGR' ...
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices ...
** MD5 sums
** testing if installed package can be loaded

Please use the corresponding JGR launcher to start JGR.
Run JGR() for details. You can also use JGR(update=TRUE) to update JGR.

packaged installation of 'JGR' as JGR_1.7-4.zip

* DONE (JGR)


Build log for Windows 64-bit (R 2.11.x)

* checking for file 'JGR/DESCRIPTION' ... OK
* preparing 'JGR':
* checking DESCRIPTION meta-information ... OK
* removing junk files
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building binary distribution
WARNING: some HTML links may not be found
* installing *source* package 'JGR' ...
** R
** inst
** preparing package for lazy loading
Error : package 'rJava' 0.8-5 was found, but >= 0.8.6 is required by 'JGR'
ERROR: lazy loading failed for package 'JGR'
* removing 'c:/tmp/Rinst275649053/JGR'
ERROR
* installation failed


Build log for Mac OS X 10.5 (R 2.16.x)

ERROR: dependency 'iplots' is not available for package 'JGR'
* removing '/Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/JGR'

Build log for Windows 7 (R 3.0.x)

(JGR 1.7-16)
* installing to library 'z:/rforge/Rlib/win7-3.0'
* installing *source* package 'JGR' ...
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* MD5 sums
packaged installation of 'JGR' as JGR_1.7-16.zip
* DONE (JGR)