-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
58 lines (58 loc) · 1.6 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: VISCtemplates
Title: Tools for writing reproducible reports at VISC
Version: 1.3.2
Authors@R:
person(given = "Jimmy",
family = "Fulp",
role = c("aut"))
person(given = "Marie",
family = "Vendettuoli",
role = c("aut"))
person(given = "Monica",
family = "Gerber",
role = c("aut"))
person(given = "Bryan",
family = "Mayer",
role = c("aut"),
email = "[email protected]")
person(given = "Dave",
family = "Slager",
role = c("aut"),
email = "[email protected]")
person(given = "Kellie",
family = "MacPhee",
role = c("aut", "cre"),
email = "[email protected]")
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:
fs,
DataPackageR,
digest,
bookdown,
rmarkdown,
rprojroot,
stringr,
usethis,
glue,
utils,
VISCfunctions
Encoding: UTF-8
URL: https://github.com/FredHutch/VISCtemplates
BugReports: https://github.com/FredHutch/VISCtemplates/issues
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
conflicted,
dplyr,
ggplot2,
kableExtra,
knitr,
remotes,
testthat (>= 3.0.0),
withr
Remotes:
FredHutch/VISCfunctions
VignetteBuilder: knitr
Config/testthat/edition: 3