[R] RHTMLForms Package

Prof Brian Ripley ripley at stats.ox.ac.uk
Sun Jan 3 12:45:34 CET 2010


On Sun, 3 Jan 2010, Ron_M wrote:

> Can anyone tell me from where to download the package "RHTMLForms" ? CRAN
> seems not holding this anymore. I am using Windows Vista OS.

It never did: it is an Omegahat package, see 
http://www.omegahat.org/RHTMLForms/.

(I don't understand why a Google search on RHTMLForms did not get you
to Omegahat.)

As far as I know it is available as source only, so you need to do
(untested) something like

install.packages(c("RCurl", "XML"))
# dependencies for which binaries are available on CRANextras
options(pkgType="source")
setRepositories() # select Omegahat
install.packages('RHTMLForms')

assuming a current version of R.

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list