Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ yum Public

❗ This is a read-only mirror of the CRAN R package repository. yum — Utilities to Extract and Process 'YAML' Fragments. Homepage: https://r-packages.gitlab.io/yum Report bugs for this package: https://gitlab.com/r-packages/yum/-/issues

Notifications You must be signed in to change notification settings

cran/yum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yum 📦

yum: ‘YAML’ Utilities & More

The goal of yum is to provide a number of functions to work with files that contain one or more ‘YAML’ fragments. Several packages (the rock, psyverse, and justifier packages) leverage the ‘YAML’ format to facilitate systematic encoding of information in a format that is both machine- and human-readable. The yum package provides a number of functions to facilitate this in a uniform manner with minimal dependencies (i.e. only yaml, suggesting data.tree to enable additional functionality).

Pipeline status

Coverage status

Installation

You can install the released version of yum from CRAN with:

install.packages('yum');

You can install the development version of yum from GitLab with:

remotes::install_gitlab('r-packages/yum');

(assuming you have remotes installed; otherwise, install that first using the install.packages function)

Dependencies

yum was created to have minimal dependencies. It requires yaml to be able to actually load (parse) the extracted YAML fragments, and you will often want to have data.tree available to organise the results in a tree if they have a hierarchical structure. Therefore, yum does have some dependencies through those two suggested packages. Of these, yaml only has one dependency, but data.tree has quite a few more.

About

❗ This is a read-only mirror of the CRAN R package repository. yum — Utilities to Extract and Process 'YAML' Fragments. Homepage: https://r-packages.gitlab.io/yum Report bugs for this package: https://gitlab.com/r-packages/yum/-/issues

Resources

Stars

Watchers

Forks

Packages

No packages published