JGR - JGR - Java GUI for R
RForge.net

JGR

About JGR
SVN access
Download/Files
News
Check results
Package R docs

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/JGR/trunk JGR

To install the latest development snapshot of this package, use

install.packages("JGR",,"http://rforge.net/",type="source")

To list branches use

svn ls svn://svn.rforge.net/JGR/branches
and for tags use
svn ls svn://svn.rforge.net/JGR/tags

Most recent SVN commits


r162 | urbanek | 2008-07-23 13:59:34 -0400 (Wed, 23 Jul 2008) | 1 line
   M trunk/run.in
clean up the run script

r161 | helbig | 2008-07-23 13:56:59 -0400 (Wed, 23 Jul 2008) | 1 line
   M trunk/NEWS
release 1.6-2

r160 | helbig | 2008-07-23 13:08:40 -0400 (Wed, 23 Jul 2008) | 1 line
   M trunk/launcher/macosx/English.lproj/InfoPlist.strings
   M trunk/run.in
removed DEFAULT_PACKAGES from run.in

r159 | urbanek | 2008-07-23 10:33:35 -0400 (Wed, 23 Jul 2008) | 1 line
   M trunk/NEWS
update NEWS

r158 | urbanek | 2008-07-23 10:16:14 -0400 (Wed, 23 Jul 2008) | 1 line
   M trunk/R/JGR.R
JGR 1.6-2 (in conjunction with 1.61 loaders it fixes issues with R_DEFUALT_PACKAGES)

r157 | urbanek | 2008-07-23 09:18:49 -0400 (Wed, 23 Jul 2008) | 1 line
   M trunk/launcher/macosx/JGR_App.xcodeproj/project.pbxproj
   M trunk/launcher/macosx/main.c
   M trunk/launcher/windows/jgr.c
update loader version to 1.61 and pass it as jgr.loader.ver to JGR; clean up Mac loader to respect SET_DEFAULT_PACKAGES

r156 | urbanek | 2008-07-22 17:38:51 -0400 (Tue, 22 Jul 2008) | 1 line
   M trunk/launcher/windows/jgr.c
add support for --rhome=xxx, --libpath=xx, stop setting R_DEFAULT_PACKAGES, use -Xmx512m unless specified otherwise

r155 | helbig | 2008-06-18 13:48:53 -0400 (Wed, 18 Jun 2008) | 1 line
   M trunk/NEWS
   M trunk/R/JGR.R
fixed Editor and Object Browser