-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
executable file
·41 lines (41 loc) · 1.1 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: dexter
Type: Package
Title: Data Management and Analysis of Tests
Version: 1.6.0
Authors@R: c(
person("Gunter","Maris", role="aut"),
person("Timo","Bechger", role="aut"),
person("Jesse","Koops", role=c("aut","cre"), email="jesse.koops@cito.nl"),
person("Ivailo","Partchev", role="aut"))
Maintainer: Jesse Koops <jesse.koops@cito.nl>
Description: A system for the management, assessment, and psychometric analysis of data from educational and psychological tests.
License: LGPL-3
URL: https://dexter-psychometrics.github.io/dexter/
BugReports: https://github.com/dexter-psychometrics/dexter/issues
Encoding: UTF-8
LazyData: yes
Depends:
R (>= 4.1)
Imports:
RSQLite (>= 2.2.7),
DBI (>= 1.0.0),
MASS (>= 7.3),
tidyr (>= 1.2.0),
rlang (>= 1.0.0),
dplyr (>= 1.1.0),
Rcpp (>= 1.0.1),
RcppArmadillo (>= 0.12.6.6.0),
graphics,
grDevices,
methods,
utils
LinkingTo: Rcpp, RcppArmadillo (>= 0.12.6.6.0), dqrng, BH, sitmo
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
latticeExtra,
testthat,
ggplot2,
Cairo
VignetteBuilder: knitr