Git Product home page Git Product logo

jgr's Introduction

⚠️ JGR was mainly developed during my study time until 2006. Back then my programming skills where just coming up and evolving, that's why the code looks like it looks.

JGR - Java GUI for R

JGR (speak 'Jaguar') is a universal and unified Graphical User Interface for R (it actually abbreviates Java Gui for R). JGR was introduced at the useR! meeting in 2004 and there is an introductory article in the Statistical Computing and Graphics Newsletter Vol 16 nr 2 p9-12

HowTo

  1. Install R from r-project.org

  2. Install packages from within R install.packages('JGR',,'http://www.rforge.net/')

     R version 3.4.1 (2017-06-30) -- "Single Candle"
     Copyright (C) 2017 The R Foundation for Statistical Computing
     Platform: x86_64-apple-darwin15.6.0 (64-bit)
     
     R ist freie Software und kommt OHNE JEGLICHE GARANTIE.
     Sie sind eingeladen, es unter bestimmten Bedingungen weiter zu verbreiten.
     Tippen Sie 'license()' or 'licence()' für Details dazu.
     
       Natural language support but running in an English locale
     
     R is a collaborative project with many contributors.
     Type 'contributors()' for more information and
     'citation()' on how to cite R or R packages in publications.
     
     Tippen Sie 'demo()' für einige Demos, 'help()' für on-line Hilfe, oder
     'help.start()' für eine HTML Browserschnittstelle zur Hilfe.
     Tippen Sie 'q()', um R zu verlassen.
     
     [Vorher gesicherter Workspace wiederhergestellt]
     
     > install.packages('JGR',,'http://www.rforge.net/') 
     installiere auch Abhängigkeiten ‘rJava’, ‘JavaGD’
     
     
     ...
     
     
     * 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
     * DONE (JGR)
     
     > 
    
    
  3. Run JGR::JGR()

Notes

More information can be found at rforge.net/JGR.

❗ it also contains code from RoSuDa Java package which is based in module ibase to be totally self-contained and have no dependency to iPlots anymore. As well as JavaGD to be able to compile.

jgr's People

Contributors

markush81 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jgr's Issues

Feasible to make it work with Java 1.7?

Its dependencies state Java 1.2+ as a requirement on CRAN. JGR asks for 1.8+.
However, 1.8 is presently broken on macOS PPC, while 1.7 exists. Therefore my inquiry :)

Last JGR version is not on R repository

Hi Markus!
JGR is the best interface for R! I love it!
Do yo please upload the last version to R repositories? It is very handy for me and for the students.
Thank you!
Alejandro

com.apple.eawt.Application.setAboutHandler

Hi

I'm having a hard time getting JGR running ons osx 10.13.6.
java version "9.0.1", rJava installed

But when I run JGR, I keep ending up with this stacktrace:

ERROR: while running main method: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at RJavaClassLoader.bootClass(RJavaClassLoader.java:532)
at RJavaClassLoader.main(RJavaClassLoader.java:602)
Caused by: java.lang.NoSuchMethodError: com.apple.eawt.Application.setAboutHandler(Lcom/apple/eawt/AboutHandler;)V
at org.rosuda.JGR.JGR.main(JGR.java:570)
... 6 more

I've tried reinstalling java, without success. Is there a specific osx java version I should be installing?

JGR starts and closes immediately

After I upgraded ubuntu to version 18.04 JGR is not working.
I executed
sudo R CMD javareconf
sudo R
and then
install.packages("JGR")
library("JGR")
JGR()
After that the JGR windows opens and closes immeditely with an error message

JGR showing splash screen and the nonresposeable console than crashes

Xubuntu 16.04. openjdk 6&7

installing openjdk
running R CMD javareconf
running R -> instal.packages("JGR") -> library("JGR") -> JGR()
The splash screen is shown and irresposible JGR console. Then after a while a crash with segmentation fault in Rinit_with_padding.

Tried in two computers other one is 32bit Xubuntu 14.04. The same result.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.