The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

xmlrpc2

Implementation of the Remote Procedure Call Protocol (‘XML-RPC’)

Description

The ‘XML-RPC’ is a remote procedure call protocol based on ‘XML’. The xmlrpc2 package provides an implementation of this protocol for R.

This package is inspired by the XMLRPC package but utilizes the curl and xml2 packages for improved performance and modern dependencies, replacing the older RCurl and XML packages.

Installation

You can install the development version of xmlrpc2 from CRAN with:

install.packages("xmlrpc2")

Dependencies

xmlrpc2 relies on the following packages: * curl * xml2 * base64enc

License

This package is licensed under the GPL-3 License.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.