-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
65 lines (65 loc) · 1.46 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: maars
Title: Tidy Inference Under Misspecified Statistical Models in R
Version: 1.2.0
Authors@R:
c(person(given = "Shamindra",
family = "Shrotriya",
role = c("aut", "cre", "cph"),
email = "[email protected]"),
person(given = "Riccardo",
family = "Fogliato",
role = c("aut", "cph"),
email = "[email protected]"),
person(given = "Arun Kumar",
family = "Kuchibhotla",
role = c("aut", "cph"),
email = "[email protected]"))
Description: Tidy Inference Under Misspecified Statistical Models in R. An
implementation of the Models As Approximations series of statistics papers.
License: MIT + file LICENSE
Imports:
magrittr,
rlang (>= 0.1.2),
broom,
Matrix,
sandwich,
tibble,
assertthat,
glue,
here,
dplyr,
tidyr,
purrr,
vroom,
Rdpack,
ggplot2,
stringr,
utf8,
cli,
lmtest
Suggests:
bench,
kableExtra,
knitr,
furrr,
xtable,
forcats,
spelling,
testthat,
roxygen2,
covr,
rmarkdown,
devtools,
patchwork,
DT
RdMacros: Rdpack
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
URL: https://github.com/shamindras/maars, https://shamindras.github.io/maars/
BugReports: https://github.com/shamindras/maars/issues
Depends:
R (>= 2.10)