-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
executable file
·34 lines (34 loc) · 953 Bytes
/
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
Package: TestingPackage
Type: Package
Title: An Example R Package For BCB410H: Applied Bioinformatics
Version: 0.1.0
Authors@R: person("Anjali", "Silva",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9292-1920"))
Maintainer: Anjali Silva <[email protected]>
Description: Illustrate required and optional components of an
R package as per guidelines of BCB410H: Applied Bioinformatics.
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.1.0)
biocViews:
Remotes: github::hadley/ggplot2
Imports:
mclust,
stats,
edgeR,
ggplot2,
shiny,
shinyalert
License: MIT + file LICENSE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat,
knitr,
rmarkdown,
RTCGA.rnaseq
VignetteBuilder: knitr
URL: https://github.com/anjalisilva/TestingPackage
BugReports: https://github.com/anjalisilva/TestingPackage/issues