-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 771 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
34 lines (34 loc) · 771 Bytes
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: rtsimpack
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
person(given = "Luis",
family = "Morís Fernández",
role = c("aut", "cre"),
email = "luis.moris.fernandez@gmail.com",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: This package contains the code neccesary to run the simulations in the scientific article "" doi"".
License: What license it uses
Encoding: UTF-8
LazyData: true
Imports:
readr,
dplyr,
drake,
data.table,
magrittr,
rbenchmark,
purrr,
pbapply,
assertthat,
cowplot,
ggplot2,
kableExtra,
ggthemes,
logging,
tidyr,
forcats,
optparse
Suggests:
testthat (>= 2.1.0)
RoxygenNote: 6.1.1