r-cran-yaml 2.2.1-1build1 source package in Ubuntu

Changelog

r-cran-yaml (2.2.1-1build1) groovy; urgency=medium

  * No-change rebuild against r-api-4.0

 -- Graham Inggs <email address hidden>  Sat, 30 May 2020 10:38:25 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Groovy
Original maintainer:
Debian R Packages Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
r-cran-yaml_2.2.1.orig.tar.gz 90.5 KiB 1115b7bc2a397fa724956eec916df5160c600c99a3be186d21558dd38d782783
r-cran-yaml_2.2.1-1build1.debian.tar.xz 6.5 KiB fbfa69cca0066caf9ee02c173b2b989e6aff2766f67567767927e19ead72a7ac
r-cran-yaml_2.2.1-1build1.dsc 2.0 KiB 86f993f46addd637ade2469960dc16dbc951e78ebb280df67bbe38e0b320a87e

View changes file

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