Package: xmlrpc2 Type: Package Title: Implementation of the Remote Procedure Call Protocol ('XML-RPC') Version: 1.2 Authors@R: person("Florian", "Schwendinger", role = c("aut", "cre"), email = "FlorianSchwendinger@gmx.at") Description: The 'XML-RPC' is a remote procedure call protocol based on 'XML'. The 'xmlrpc2' package is inspired by the 'XMLRPC' package but uses the 'curl' and 'xml2' packages instead 'RCurl' and 'XML'. License: GPL-3 Imports: curl, xml2, base64enc Encoding: UTF-8 Config/pak/sysreqs: libxml2-dev libssl-dev Repository: https://florianschwendinger.r-universe.dev Date/Publication: 2025-05-02 19:32:25 UTC RemoteUrl: https://github.com/florianschwendinger/xmlrpc2 RemoteRef: HEAD RemoteSha: d935d99bfd99c1e513e6878b7e8694a4c22b720c NeedsCompilation: no Packaged: 2026-07-04 00:13:40 UTC; root Author: Florian Schwendinger [aut, cre] Maintainer: Florian Schwendinger