r-cran-xml 3.99-0.12-1 source package in Ubuntu

Changelog

r-cran-xml (3.99-0.12-1) unstable; urgency=medium

  * New upstream release

  * debian/control: Switch to virtual debhelper-compat (= 12)

 -- Dirk Eddelbuettel <email address hidden>  Fri, 28 Oct 2022 11:46:08 -0500

Upload details

Uploaded by:
Dirk Eddelbuettel
Uploaded to:
Sid
Original maintainer:
Dirk Eddelbuettel
Architectures:
any
Section:
gnu-r
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
r-cran-xml_3.99-0.12-1.dsc 1.8 KiB 6bc2535f3af4f7ee364127d61d6077f9318906f84ec27dbd08609e8338491ba5
r-cran-xml_3.99-0.12.orig.tar.gz 948.0 KiB cb209425c886bf405dc03fda8854e819bd9b2d4e4b031c71c5120b7302a36d14
r-cran-xml_3.99-0.12-1.debian.tar.xz 5.3 KiB c3c2f10cc7fbd38270359f95fc133075973b05399bafaa6a4f6097094e957e15

Available diffs

No changes file available.

Binary packages built by this source

r-cran-xml: GNU R package for XML parsing and generation

 This package provides facilities for the R language to
 .
  * parse XML files, URLs and strings, using either the DOM (Document
    Object Model)/tree-based approach, or the event-driven SAX (Simple
    API for XML) mechanism;
  * generate XML content to buffers, files, URLs, and internal XML trees;
  * read DTDs as R objects.

r-cran-xml-dbgsym: debug symbols for r-cran-xml