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

Changelog

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

  * Team Upload.
  * New upstream version 2.3.5

 -- Nilesh Patra <email address hidden>  Thu, 24 Feb 2022 02:02:19 +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
Kinetic release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-yaml_2.3.5-1.dsc 2.0 KiB 8c39a1e008899fea8cf7d20230db2acd6b3191586c6d83ca821e243684b0b5f2
r-cran-yaml_2.3.5.orig.tar.gz 91.8 KiB 7f2efabf5fc744db5430a62fa3176b188210f746ce5c62d29d40c34bda0a18da
r-cran-yaml_2.3.5-1.debian.tar.xz 6.6 KiB c41c1dc59e886f50950ac813b8aeb1f475ad6159bce46f7c3b287c7db8f7e004

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