套件:r-cran-yaml(2.2.0-1)
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 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.4) [armhf, i386]
-
- dep: r-api-3.5
- 本虛擬套件由這些套件填實: r-base-core
-
- dep: r-base-core (>= 3.5.1-1)
- GNU R core of statistical computation and graphics system
-
- rec: r-cran-testthat
- GNU R testsuite
-
- sug: r-cran-runit
- GNU R package providing unit testing framework