-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
49 lines (48 loc) · 1.74 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
Package: BiocSwirl
Title: Install and Launch BiocSwirl Courses
Version: 0.99.0
Authors@R:
c(person(given = "Lisa",
family = "Cao",
role = "cre",
email = "[email protected]"),
person(given = "Julia",
family = "Philipp",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7236-7379")),
person(given = "Matthew",
family = "Moss",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9079-3830")),
person(given = "Mariam",
family = "Arab",
role = "aut",
email = "[email protected]"),
person(given = "Jasdeep",
family = "Singh",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5377-0709")),
person(given = "Sourav",
family = "Singh",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-9184-3091")),
person(given = "Almas",
family = "Khan",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8577-1140")))
Description: This package is a thin wrapper for swirl, aiding in the installation of BiocSwirl coding classes. BiocSwirl is a series of in-depth swirlify generated courses used to teach bioinformatics workflows in R/Bioconductor using an interactive and easy to digest format.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
swirl
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
BugReports: https://github.com/biocswirl-dev-team/BiocSwirl/issues