fitzsim / JGR

JGR - Java GUI for R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

JGR - Java GUI for R

License:Other


Languages

Language:Java 91.3%Language:C 5.5%Language:R 2.8%Language:Makefile 0.2%Language:Shell 0.2%Language:Batchfile 0.0%