Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 777 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 777 Bytes

SSOAP

This is just a copy of R-package SSOAP. It is removed from CRAN. The homepage www.omegahat.org/SSOAP was not responding. There is also a omegahat github repository but I cannot install from it. So I decided to put a copy of the package here. The author of the package is Duncan Temple Lang.

Install via:

install.packages("devtools")
devtools::install_github("cgu-dados/SSOAP")

Or try

install.packages('SSOAP', repos = 'http://www.omegahat.org/R',   dependencies = TRUE, type = 'source')

If the package XMLSchema is missing it can be installed via

devtools::install_github("omegahat/XMLSchema")