-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.02 KB
/
Copy pathDESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.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
Package: NetRep
Type: Package
Title: Permutation Testing Network Module Preservation Across Datasets
Version: 1.2.4
Date: 2020-10-07
Authors@R: person(given="Scott", family="Ritchie",
email="sritchie73@gmail.com",
role=c("aut", "cre"))
BugReports: https://github.com/sritchie73/NetRep/issues
Description: Functions for assessing the replication/preservation of a network
module's topology across datasets through permutation testing; Ritchie et al.
(2015) <doi: 10.1016/j.cels.2016.06.012>.
License: GPL-2
Depends:
R (>= 3.0.2),
methods
Imports:
foreach,
Rcpp (>= 0.11),
statmod,
RhpcBLASctl,
abind,
RColorBrewer,
utils,
stats,
graphics,
grDevices
Suggests:
bigmemory,
testthat,
knitr,
rmarkdown
LinkingTo: Rcpp, BH, RcppArmadillo (>= 0.4)
SystemRequirements:
A compiler with C++11 support for the thread library,
Requires Rtools >= 33 (i.e. R >= 3.3.0) to build on Windows.
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Encoding: UTF-8