-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.36 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
Package: edmcore
Title: Algorithms used across Exploratory Diagnostic Modeling
Version: 0.1.1
Authors@R: c(
person("James Joseph", "Balamuta",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2826-8458")
),
person("Steven Andrew", "Culpepper",
email = "[email protected]",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0003-4226-6176")
),
person("Jeffrey", "Douglas",
email = "[email protected]",
role = c("aut", "cph")
)
)
Description: Provides a common set of functions used in the exploratory
diagnostic ('EDM') framework. These functions include standard
object definitions for Q matrices, model construction, and more.
URL: https://tmsalab.github.io/edmcore, https://github.com/tmsalab/edmcore
BugReports: https://github.com/tmsalab/edmcore/issues
License: GPL (>= 2)
Depends: R (>= 3.5.0)
LinkingTo: Rcpp, RcppArmadillo
Imports:
Rcpp,
gtools,
ggplot2
Suggests:
testthat (>= 2.1.0),
covr,
knitr,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)