r-cran-yaml 2.3.6-1 source package in Ubuntu

Changelog

r-cran-yaml (2.3.6-1) unstable; urgency=medium

  * Team Upload.
  * New upstream version 2.3.6
  * Bump Standards-Version to 4.6.1 (no changes needed)

 -- Nilesh Patra <email address hidden>  Sun, 23 Oct 2022 19:26:30 +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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
r-cran-yaml_2.3.6-1.dsc 2.0 KiB c749e66829b851b5ed8e8fdc0ae554d5c362d1d06c30f81b92420e4ae16b4a35
r-cran-yaml_2.3.6.orig.tar.gz 91.9 KiB 36d23a1d9795bba43e827593061aadfa319ee3be62f8374322dff3e010be61f5
r-cran-yaml_2.3.6-1.debian.tar.xz 6.6 KiB 35a34e6a2c6a492fdf669bb425104f2cdbaed0bf8a7d6f9eb39a49f9f582383b

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