| jgr.supplements {JGR} | R Documentation |
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)
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()
## S3 method for class 'hsearch'
print(x, ...)
reformat.code(txt)
update |
If set to |
contriburl |
same as in |
type |
JGR uses the package type set in the R options |
file |
file to show |
header |
header for each file |
title |
overall title for the display |
delete.file |
should the files be deleted after display? Used for temporary files. |
url |
url to show |
useJavaGD |
if set to |
useJGRpager |
if set to |
useJGRbrowser |
if set to |
useHTMLHelp |
if set to |
... |
additional parameters or options to set |
x |
result of help.search |
txt |
R code to be made pretty |