public
Description: R package for converting objects to and from YAML
Homepage: http://biostat.mc.vanderbilt.edu/twiki/bin/view/Main/YamlR
Clone URL: git://github.com/viking/r-yaml.git
r-yaml / DESCRIPTION
100644 10 lines (9 sloc) 0.413 kb
1
2
3
4
5
6
7
8
9
10
Package: yaml
Type: Package
Title: Methods to convert R to YAML and back
Version: 1.1.0
Date: 2009-09-11
Author: Jeremy Stephens <jeremy.stephens@vanderbilt.edu>
Maintainer: Jeremy Stephens <jeremy.stephens@vanderbilt.edu>
License: BSD
Description: This package implements the Syck YAML parser by _why (formerly http://www.whytheluckystiff.net/syck) for R. There are also methods to convert R objects into YAML.