r-cran-yaml 2.2.2-1 source package in Ubuntu
Changelog
r-cran-yaml (2.2.2-1) unstable; urgency=medium [ Debian Janitor ] * Team Upload. * Bump debhelper from old 12 to 13. * Set upstream metadata fields: Archive, Bug-Database, Repository, Repository-Browse. [ Nilesh Patra ] * New upstream version 2.2.2 * Bump Standards-Version to 4.6.0 (no changes needed) * Update lintian override -- Nilesh Patra <email address hidden> Thu, 27 Jan 2022 00:18:43 +0530
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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-yaml_2.2.2-1.dsc | 2.0 KiB | 72de74680612040abd36c75836baa4c3c397c0bac1af9c9b6d4ff2e071af509b |
r-cran-yaml_2.2.2.orig.tar.gz | 90.2 KiB | a5cd548b6d01a774c09e9518f774b62419dafa8a19d39952b965686979c522db |
r-cran-yaml_2.2.2-1.debian.tar.xz | 6.6 KiB | 64cc8263af5e3ee4be614c0b8fb1b03227409576d1d8384179b449650599586f |
Available diffs
No changes file available.
Binary packages built by this source
- r-cran-yaml: Methods to convert R data to YAML and back
This package implements the LibYAML YAML 1.1 parser and emitter for R. YAML is
a human-readable markup language. With it, you can create easily readable
documents that can be consumed by a variety of programming languages, including
R. The r-cran-yaml package has two main functions: yaml.load and as.yaml. The
yaml.load function is the YAML parsing function: it accepts a YAML document as
a string and returns R data structures. The as.yaml function is an S3 method
used to convert R objects into YAML strings.
.
This package is useful for R programmers dealing with YAML documents.
- r-cran-yaml-dbgsym: debug symbols for r-cran-yaml