-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.14 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
Package: VISCtemplates
Title: Tools for writing reproducible reports at VISC
Version: 0.3.0
Authors@R:
person(given = "Jimmy",
family = "Fulp",
role = c("aut", "cre"),
email = "wfulp@fredhutch.org")
person(given = "Marie",
family = "Vendettuoli",
role = c("aut"),
email = "mvendett@fredhutch.org")
person(given = "Monica",
family = "Gerber",
role = c("aut", "cre"),
email = "mwgerber@gmail.com")
Description: The goal of VISCtemplates is to automate project setup provide a common easy-to-understand directory structure across analyses, provide consistency across reports in the same project/protocol, and provide consistency across reports analyzing data from the same assay.
License: GPL-3 + file LICENSE
Depends: R (>= 3.0)
Imports:
bookdown,
here,
rmarkdown,
stringr,
usethis
Encoding: UTF-8
LazyData: true
URL: https://github.com/FredHutch/VISCtemplates
BugReports: https://github.com/FredHutch/VISCtemplates/issues
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
testthat (>= 2.1.0)
VignetteBuilder: knitr