Java GUI for R: Difference between revisions
Appearance
Content deleted Content added
InedibleHulk (talk | contribs) It's bad enough we're plugging this doodad, we don't need to plug possibly extant whatevermabobs on top of it. |
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.3 |
||
Line 30: | Line 30: | ||
==External links== |
==External links== |
||
* [https://cran.r-project.org/web/packages/JGR/ JGR] on [[CRAN (R programming language)|CRAN]] |
* [https://cran.r-project.org/web/packages/JGR/ JGR] on [[CRAN (R programming language)|CRAN]] |
||
* [http://www.deducer.org/manual.html Deducer] |
* [http://www.deducer.org/manual.html Deducer] {{Webarchive|url=https://web.archive.org/web/20100207130025/http://www.deducer.org/manual.html |date=2010-02-07 }} |
||
* [https://github.com/markush81/JGR Home of JGR at GitHub] |
* [https://github.com/markush81/JGR Home of JGR at GitHub] |
||
Revision as of 17:25, 3 March 2023
![]() | The topic of this article may not meet Wikipedia's notability guidelines for products and services. (April 2016) |
Developer(s) | Markus Helbig, Simon Urbanek, Ian Fellows |
---|---|
Stable release | 1.8-4
/ September 24, 2017 |
Operating system | Cross-Platform |
Platform | R programming language |
Type | Statistical software |
License | GNU General Public License |
Website | http://rforge.net/JGR/ |
JGR (pronounced 'Jaguar') is a universal and unified Graphical User Interface for the R programming language, licensed under the GNU General Public License.
JGR is a cross-platform stand-alone R terminal, and can be used as a more advanced substitute to the default Rgui (on Windows) or to a simple R session started from a terminal. It provides a friendly R-console complemented by a spreadsheet-like data editor and by a script editor featuring syntax highlighting, autocompletion and (MS Excel-style) arguments-suggestions for entered functions, and direct command transfer.[1]
See also
References
- ^ Helbig, Markus; Theus, Martin; Urbanek, Simon (December 2005). "JGR: JAVA GUI FOR R" (PDF). Statistical Computing and Graphics Newsletter. 16 (2). ASA: 9–12.
External links
- JGR on CRAN
- Deducer Archived 2010-02-07 at the Wayback Machine
- Home of JGR at GitHub