-
Notifications
You must be signed in to change notification settings - Fork 86
/
DESCRIPTION
42 lines (42 loc) · 1.4 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: rrtools
Type: Package
Title: Creates a Reproducible Research Compendium
Version: 0.1.6
Authors@R: c(person("Ben", "Marwick", role = c("aut", "cre"), email = "[email protected]"),
person("Daniel", "Knitter", role = "ctb"),
person("Patrick", "Kennedy", role = "ctb"),
person("Nils", "Muller-Scheessel", role = "ctb"),
person("Martin", "Hinz", role = "ctb"),
person("Clemens", "Schmid", role = "ctb"),
person("Ricarda", "Braun", role = "ctb"),
person("Wojciech", "Francuzik", role = "ctb"),
person("Charles", "Gray", role = "ctb"),
person("Joseph de la Torre", "Dwyer", role = "ctb"),
person("Max", "Czapanskiy", role = "ctb"),
person("Joana","Belmiro", role = "ctb"))
Maintainer: Ben Marwick <[email protected]>
Description: Instructions, templates, and functions for making a basic
compendium suitable for doing reproducible research with R.
License: MIT + file LICENSE
Imports:
whisker,
rstudioapi,
rmarkdown,
jsonlite,
methods,
httr,
usethis,
clisymbols,
crayon,
glue,
here,
devtools,
git2r
Encoding: UTF-8
LazyData: true
URL: https://github.com/benmarwick/rrtools
BugReports: https://github.com/benmarwick/rrtools/issues
Suggests: testthat, quarto, knitr
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Date: 2019-01-15