Displaying 3 results from an estimated 3 matches for "searchrkeyword".
Did you mean:
searchrkeywords
2005 Jul 25
0
New version of Rpad
...show how it's used:
http://www.rpad.org/Rpad/Example1.Rpad
http://www.rpad.org/Rpad/InputExamples.Rpad
Here are two of the fancier demos that show off interactivity using
Rpad (in these examples, the R code is hidden by default):
http://www.rpad.org/Rpad/mapdemo.Rpad
http://www.rpad.org/Rpad/SearchRKeywords.Rpad
Rpad can be downloaded from CRAN or from www.rpad.org.
- Tom
Tom Short
EPRI Solutions, Inc.
[[alternative HTML version deleted]]
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages
2005 Jul 25
0
New version of Rpad
...show how it's used:
http://www.rpad.org/Rpad/Example1.Rpad
http://www.rpad.org/Rpad/InputExamples.Rpad
Here are two of the fancier demos that show off interactivity using
Rpad (in these examples, the R code is hidden by default):
http://www.rpad.org/Rpad/mapdemo.Rpad
http://www.rpad.org/Rpad/SearchRKeywords.Rpad
Rpad can be downloaded from CRAN or from www.rpad.org.
- Tom
Tom Short
EPRI Solutions, Inc.
[[alternative HTML version deleted]]
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages
2009 Apr 30
0
Rpad installation help wanted (from NEWBIE)
...t of help installing Rpad.
My host runs redhat linux and I followed the instruction
given in http://www.rpad.org/Rpad/ServerNote.html. I was
clear for the most part. But I don't know what's going
on with the last step:
To update the javascript database for the R keyword
search page (SearchRKeywords.html), source makeHelpTemplate.R
from within R in the main Rpad directory.
Here's what I did:
$ R --silent --no-save
> source ('/bla/bla/bla/Rpad/inst/basehtml/makeHelpTemplate.R')
It returned:
Error in gzfile(file, "r") : cannot open the connection
In additio...