-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.21 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.21 KB
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: dcmdata
Title: Data Sets for Diagnostic Classification Modeling
Version: 0.2.0.9000
Authors@R: c(
person("W. Jake", "Thompson", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7339-0300")),
person("University of Kansas", role = "cph"),
person("Institute of Education Sciences", role = "fnd")
)
Description: Access data sets for demonstrating or testing diagnostic
classification models. Simulated data sets can be used to compare estimated
model output to true data-generating values. Real data sets can be used to
demonstrate real-world applications of diagnostic models.
License: MIT + file LICENSE
URL: https://dcmdata.r-dcm.org, https://github.com/r-dcm/dcmdata
BugReports: https://github.com/r-dcm/dcmdata/issues
Depends:
R (>= 3.5)
Imports:
cli,
rlang (>= 1.1.0),
tibble
Config/testthat/edition: 3
Config/Needs/website: r-dcm/rdcmtemplate
Config/Needs/documentation: openpharma/roxylint
Config/roxylint: list(linters = roxylint::tidy)
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("namespace", "rd", "roxylint::roxylint"))
RoxygenNote: 7.3.3
Suggests:
spelling,
testthat (>= 3.0.0)