-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.25 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
Package: loose.rock
Title: Tools for Survival Analysis and Data Science
Version: 1.2.1
Authors@R: c(person("André", "Veríssimo", email = "[email protected]", role = c("aut", "cre")),
person("Susana", "Vinga", email = "[email protected]", role = "aut"))
Description: Collection of functions to improve work-flow in survival analysis and data science.
The package features include: the generation of balanced datasets, live retrieval of
protein coding genes from two public databases, generation of random
matrix based on covariance matrix, cache function to store function results.
This work was supported by two grants from the Portuguese Foundation for Science
and technology, and the EU Commission under SOUND project.
Depends:
R (>= 3.4)
License: GPL (>= 3)
Encoding: UTF-8
LazyData: no
NeedsCompilation: no
RoxygenNote: 7.2.1
Imports: digest,
futile.options,
ggplot2,
graphics,
MASS,
methods,
httr,
dplyr,
reshape2
Suggests: biomaRt,
knitr,
rmarkdown,
roxygen2,
testthat,
survival
VignetteBuilder: knitr
BugReports: https://github.com/averissimo/loose.rock/issues
URL: https://github.com/averissimo/loose.rock