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

Changelog

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

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

 -- Nilesh Patra <email address hidden>  Sun, 29 Jan 2023 18:53:10 +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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-yaml_2.3.7-1.dsc 1.4 KiB 123f97d84ce38079558fa87b231dc59913baef86ffe27446832a4896eded85e9
r-cran-yaml_2.3.7.orig.tar.gz 92.4 KiB b2ad1e421cbb5747e9fb0a50b865a578faa35486a8f46dc5b73c3a242bac5b56
r-cran-yaml_2.3.7-1.debian.tar.xz 6.6 KiB 3c1a2c84ebeedce6120a65f00ebde67c9442eee251f610e1f5e43df0ef631abb

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