r-cran-xml2 1.3.1-1 source package in Ubuntu
Changelog
r-cran-xml2 (1.3.1-1) unstable; urgency=medium * Team upload. * New upstream version -- Dylan Aïssi <email address hidden> Sun, 12 Apr 2020 11:59:26 +0200
Upload details
- Uploaded by:
- Debian R Packages Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian R Packages Maintainers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-xml2_1.3.1-1.dsc | 2.0 KiB | ad54b2d41bbef371b8538683418610ce9766ff4970bf8bb897b23a13c33045a0 |
r-cran-xml2_1.3.1.orig.tar.gz | 265.3 KiB | 7f4881c31e527dd41d96bd5aee543d5bb5873b1f6bc1e7336b051d21d2edf964 |
r-cran-xml2_1.3.1-1.debian.tar.xz | 9.2 KiB | c596580ae98d0dbe6aa5af5daf68fb44a37e0a42715ecb4abc5572308138962a |
Available diffs
- diff from 1.2.2-2 to 1.3.1-1 (41.9 KiB)
- diff from 1.2.2-2build1 (in Ubuntu) to 1.3.1-1 (42.0 KiB)
No changes file available.
Binary packages built by this source
- r-cran-xml2: GNU R XML parser
This GNU R package works with XML files using a simple, consistent
interface. Built on top of the 'libxml2' C library.
.
Modifying existing XML can be done in xml2 by using the replacement functions
of the accessors. They all have methods for both individual `xml_node` objects
as well as `xml_nodeset` objects. If a vector of values is provided it is
applied piecewise over the nodeset, otherwise the value is recycled.
- r-cran-xml2-dbgsym: debug symbols for r-cran-xml2