-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
53 lines (53 loc) · 1.67 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
Package: CPTtools
Title: Tools for Creating Conditional Probability Tables
Version: 0.8-4
Date: 2024/12/23
Author: Russell Almond
Maintainer: Russell Almond <[email protected]>
Authors@R:
person(given = "Russell",
family = "Almond",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8876-9337"))
Description: Provides support parameterized tables for Bayesian
networks, particularly the IRT-like DiBello tables.
Also, provides some tools for visualing the networks.
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: http://pluto.coe.fsu.edu/RNetica
Depends:
methods,
R (>= 3.5.0)
Imports: grDevices, graphics, stats, utils, einsum, tidyr, dplyr
Suggests:
ggplot2,
lattice,
knitr,
rmarkdown,
tidyverse,
googlesheets4,
cowplot,
vdiffr,
withr,
kableExtra,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Support: c(
'Bill & Melinda Gates Foundation grant
"Games as Learning/Assessment: Stealth Assessment" (no. 0PP1035331,
Val Shute, PI)',
'National Science Foundation grant "DIP:
Game-based Assessment and Support of STEM-related Competencies"
(no. 1628937, Val Shute, PI)',
'National Science Foundation grant "Mathematical Learning via
Architectural Design and Modeling Using E-Rebuild." (no. 1720533,
Fengfeng Ke, PI)',
'Institute of Educational Statistics Grant:
"Exploring adaptive cognitive and affective learning support
for next-generation STEM learning games." (no. R305A170376-20,
Val Shute and Russell Almond, PIs)' )
Config/testthat/edition: 3