The following functions are publicly visible, but with the expection
of JGR
they are usually invoked from the GUI and rarely
directly by the user.
JGR
can be used to update JGR including dependent packages or
to start JGR from within R. JGR is always started as an independent
application and the preferred way to start JGR is using launchers that
are provided from the JGR website http://www.rosuda.org
JGR(update = FALSE, javaArgs = NULL, jgrArgs = "")
broken.gomp()
installPackages(contriburl = NULL, type = getOption("pkgType"))
jgr.pager(file, header, title, delete.file)
jgr.browser(url, ...)
jgr.set.options(..., useJavaGD = TRUE, useJGRpager = TRUE,
useJGRbrowser = TRUE, useHTMLHelp = TRUE)
object.browser()
package.manager()
reformat.code(txt)
If set to TRUE
then JGR is updated for the RoSuDa
repository (internet connection is required).
Arguments for Java.
Arguments passed to the main method of JGR.
same as in install.packages
JGR uses the package type set in the R options
file to show
header for each file
overall title for the display
should the files be deleted after display? Used for temporary files.
url to show
if set to TRUE
, JavaGD
is set as the
default device
if set to TRUE
, jgr.pager
function is
used as the default pager
if set to TRUE
, jgr.browser
function is
used as the default browser
if set to TRUE
, HTML help used as the default
additional parameters or options to set
R code to be made pretty