-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.17 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
37
38
39
40
41
42
43
44
45
46
47
Package: sbcrs
Title: R package for implementing simulation based calibration
using rank statistics
Version: 0.0.0.9006
Authors@R:
person(given = "Jason",
family = "Roos",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9764-5128"))
Description: Provides tools to simplify the implementation of
simulation based calibration using rank statistics.
URL: https://github.com/jasonmtroos/sbcrs
BugReports: https://github.com/jasonmtroos/sbcrs/issues
License: GPL-3
Depends:
R (>= 3.2.0)
Imports:
doParallel (>= 1.0.15),
dplyr (>= 0.8.3),
foreach (>= 1.4.7),
ggplot2 (>= 3.2.0),
magrittr (>= 1.5),
plyr (>= 1.8.4),
purrr (>= 0.3.2),
R6 (>= 2.4.0),
Rcpp (>= 1.0.2),
rstan (>= 2.19.2),
stringr (>= 1.4.0),
tibble (>= 2.1.3),
tidyr (>= 0.8.3)
Suggests:
here (>= 0.1),
knitr (>= 1.23),
parallel (>= 3.5.0),
readr (>= 1.3.1),
rmarkdown (>= 1.14),
testthat (>= 2.1.0),
spelling,
covr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Language: en-US