Source: r-cran-yaml
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-yaml
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-yaml.git
Homepage: https://cran.r-project.org/package=yaml
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev
Testsuite: autopkgtest-pkg-r

Package: r-cran-yaml
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: 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.
