|
1 | 1 | Package: yaml |
2 | 2 | Type: Package |
3 | 3 | Title: Methods to Convert R Data to YAML and Back |
4 | | -Date:2024-07-22 |
5 | | -Version: 2.3.10 |
| 4 | +Date:2025-11-06 |
| 5 | +Version: 2.3.11 |
6 | 6 | Suggests: RUnit |
7 | | -Author: Shawn P Garbett [aut], Jeremy Stephens [aut, cre], Kirill Simonov [aut], Yihui Xie [ctb], |
8 | | - Zhuoer Dong [ctb], Hadley Wickham [ctb], Jeffrey Horner [ctb], reikoch [ctb], |
9 | | - Will Beasley [ctb], Brendan O'Connor [ctb], Gregory R. Warnes [ctb], |
10 | | - Michael Quinn [ctb], Zhian N. Kamvar [ctb], Charlie Gao [ctb] |
| 7 | +Authors@R: c( person("Shawn", "Garbett", role = c("cre","ctb"), |
| 8 | + email = "shawn.garbett@vumc.org", |
| 9 | + comment = c(ORCID="0000-0003-4079-5621") |
| 10 | + ), |
| 11 | + person("Jeremy", "Stephens", role = c("aut", "ctb")), |
| 12 | + person("Kirill", "Simonov", role = "aut"), |
| 13 | + person("Yihui", "Xie", role = "ctb", |
| 14 | + comment = c(ORCID="0000-0003-0645-5666")), |
| 15 | + person("Zhuoer", "Dong", role = "ctb"), |
| 16 | + person("Hadley", "Wickham", role = "ctb", |
| 17 | + comment = c(ORCID="0000-0003-4757-117X")), |
| 18 | + person("Jeffrey", "Horner", role = "ctb"), |
| 19 | + person("reikoch", role = "ctb"), |
| 20 | + person("Will", "Beasley", role = "ctb", |
| 21 | + comment = c(ORCID="0000-0002-5613-5006")), |
| 22 | + person("Brendan", "O'Connor", role = "ctb"), |
| 23 | + person("Michael", "Quinn", role = "ctb"), |
| 24 | + person("Charlie", "Gao", role = "ctb"), |
| 25 | + person(c("Gregory", "R."), "Warnes", role = "ctb"), |
| 26 | + person(c("Zhian", "N."), "Kamvar", role = "ctb") |
| 27 | + ) |
11 | 28 | Maintainer: Shawn Garbett <shawn.garbett@vumc.org> |
12 | 29 | License: BSD_3_clause + file LICENSE |
13 | 30 | Description: Implements the 'libyaml' 'YAML' 1.1 parser and emitter |
|