forked from VanAndelInstitute/WorldsSimplestCodeReview
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 828 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
Package: WorldsSimplestCodeReview
Type: Package
Title: Like it says on the tin.
Description: Does the original TET2 hypermethylation phenotype data check out?
Version: 0.0.4
Date: 2021-01-22
Authors@R: person(c("Anon", "E."), "Mouse", role=c("aut", "cre"), email="[email protected]")
Author: Anon E. Mouse [aut, cre]
Maintainer: Anon E. Mouse <[email protected]>
URL: https://github.com/VanAndelInstitute/WorldsSimplestCodeReview
BugReports: https://github.com/VanAndelInstitute/WorldsSimplestCodeReview/issues
License: CC0
Depends:
R (>= 3.0.0),
BiocManager,
ComplexHeatmap,
dplyr,
janitor,
limma,
magrittr,
pheatmap,
purrrlyr,
tibble
Imports:
Biobase
Suggests:
covr,
GEOquery,
plotly,
testthat,
tidyverse
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)