-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
27 lines (27 loc) · 840 Bytes
/
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
27
Package: explainr
Type: Package
Title: Explains R in plain English
Version: 0.1
Date: 2015-03-26
Authors@R: c(
person("Hilary", "Parker", email = "hilary@etsy.com", role = c("aut", "cre")),
person("David", "Robinson", email = "admiral.david@gmail.com", role = c("aut")),
person("Stephanie", "Hicks", email = "stephaniechicks@gmail.com", role = c("aut")),
person("Roger", "Peng", email = "rdpeng@gmail.com", role = c("aut"))
)
Imports:
dplyr,
broom,
stringr,
yaml,
knitr
Maintainer: Hilary Parker <hilary@etsy.com>
Description: Explains R objects in plain English, based on a set of templates.
License: MIT + file LICENSE
LazyData: TRUE
URL: http://github.com/hilaryparker/explainr
VignetteBuilder: knitr
BugReports: http://github.com/hilaryparker/explainr/issues
Suggests:
biobroom,
ggplot2