-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
26 lines (26 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: yamlet
Type: Package
Title: Versatile Curation of Table Metadata
Version: 1.2.0
Authors@R: person(given = "Tim",
family = "Bergsma",
role = c("aut", "cre"),
email = "bergsmat@gmail.com")
Maintainer: Tim Bergsma <bergsmat@gmail.com>
BugReports: https://github.com/bergsmat/yamlet/issues
Description: A YAML-based
mechanism for working with table metadata. Supports
compact syntax for creating, modifying, viewing, exporting,
importing, displaying, and plotting metadata coded as column
attributes. The 'yamlet' dialect is valid 'YAML' with
defaults and conventions chosen to improve readability.
See ?yamlet, ?decorate, ?modify, ?io_csv, and ?ggplot.decorated.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: yaml, csv (>= 0.6.2), encode, units, spork (>= 0.3.3),
ggplot2, scales, dplyr (>= 1.1.0), rlang, xtable, tidyr, vctrs, pillar, knitr
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Suggests: testthat (>= 2.1.0), magrittr, table1, rmarkdown, gridExtra,
haven, tablet (>= 0.6.8), kableExtra