Skip to content
Prev 394 / 1340 Next

New package: yaml 1.0 released to CRAN

Hi all,

I've released a new package to CRAN called 'yaml'.  It allows R to 
parse YAML documents (http://yaml.org) into R objects, and there are 
a few methods to convert R objects into YAML.  The package uses the 
Syck YAML parser (http://whytheluckystiff.net/syck/), the same parser 
that Ruby and other languages use to parse YAML.

For more information, please visit:
http://biostat.mc.vanderbilt.edu/YamlR

Thanks!
Jeremy