-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
78 lines (78 loc) · 2.02 KB
/
DESCRIPTION
File metadata and controls
78 lines (78 loc) · 2.02 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: hbcABC
Type: Package
Title: Rmarkdown templates for bioinformatic analysis
Version: 0.3.1
Depends:
R (>= 3.5.0),
biocViews:
ReportWriting
Authors@R: c(
person(
given = "Lorena",
family = "Pantano",
email = "lorena.pantano@gmail.com",
role = c("aut", "cre")),
person(
given = "Michael",
family = "Steinbaugh",
email = "mike@steinbaugh.com",
role = "aut"),
person(
given = "Rory",
family = "Kirchner",
email = "roryk@alum.mit.edu",
role = "aut"),
person(
given = "Victor",
family = "Barrera",
email = "barrera.vic@gmail.com",
role = "aut"),
person(
given = "Mary",
family = "Piper",
email = "mary.piper@gmail.com",
role = "aut"),
person(
given = "Meeta",
family = "Mistry",
email = "meeta.mistry@gmail.com",
role = "aut"),
person(
given = "Radhika",
family = "Khetani",
email = "rkhetani@hsph.harvard.edu",
role = "aut"),
person(
given = "Kayleigh",
family = "Rutherford",
email = "kayrut1@gmail.com",
role = "aut"),
person(
given = "Oliver",
family = "Hofmann",
email = "ohofmann72@gmail.com",
role = "aut"),
person(
given = "John",
family = "Hutchinson",
email = "jnhutchinson@gmail.com",
role = "aut"),
person(
given = "Shannan",
family = "Ho Sui",
email = "shosui@hsph.harvard.edu",
role = "aut"),
person(
given = "Harvard Chan Bioinformatics Core",
email = "bioinformatics@hsph.harvard.edu",
role = c("cph", "fnd"))
)
Description: List of Rmarkdown templates to support
different analysis at http://bioinformatics.sph.harvard.edu.
BugReports: https://github.com/hbc/hbcABC/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1