Skip to content

RHTMLForms Package

2 messages · Ron Michael, Brian Ripley

#
On Sun, 3 Jan 2010, Ron_M wrote:

            
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.