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

Changelog

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

  * Team upload.
  * New upstream version
  * Reorder sequence of d/control fields by cme (routine-update)
  * Testsuite: autopkgtest-pkg-r (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Set upstream metadata fields: Bug-Database, Repository-Browse.
  * Normalise d/t/run-unit-test
  * Update lintian-overrides

 -- Andreas Tille <email address hidden>  Tue, 19 Dec 2023 11:50:23 +0100

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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-yaml_2.3.8-1.dsc 2.0 KiB 65d26769ec8be7509ed0f33d5e4e31c1b338fea39e92e52fa9c2ca1d352480ef
r-cran-yaml_2.3.8.orig.tar.gz 92.5 KiB 9ed079e2159cae214f3fefcbc4c8eb3b888ceabe902350adbdb1d181eda23fd8
r-cran-yaml_2.3.8-1.debian.tar.xz 6.8 KiB a36746b4a4cc7efac9280b2d55bb734e7f10b00dd01e96e389cdee1bb2c20033

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