-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.19 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
Package: piraid
Encoding: UTF-8
Version: 0.5.0
Date: 2023-02-28
Title: An aid for development and diagnosis of pharmacometric 'IRT' models
Authors@R: c(person("Rikard", "Nordgren", role=c("aut", "cre", "cph"), email="[email protected]"),
person("Sebastian", "Ueckert", role=c("aut", "cph")),
person("Mats O.", "Karlsson", role=c("aut", "cph")),
person("Leticia", "Arrington", role=c("ctb")))
Maintainer: Rikard Nordgren <[email protected]>
Depends:
R (>= 3.3.0)
Imports:
methods,
magrittr,
yaml,
dplyr,
stringr,
tidyr,
ggplot2,
ggforce,
scales,
rlang,
mirt,
purrr,
tibble,
tidyselect,
pracma,
glue
Suggests:
knitr,
rmarkdown,
testthat,
mockery,
xpose,
mgcv
VignetteBuilder: knitr
NeedsCompilation: no
Description: Automatic generation of different types of item response theory (IRT) models.
Diagnostic tools for IRT modelling.
URL: https://github.com/UUPharmacometrics/piraid
BugReports: https://github.com/UUPharmacometrics/piraid/issues
License: LGPL (>= 2)
Copyright: 2019-2023 Rikard Nordgren, Sebastian Ueckert and Mats O. Karlsson
RoxygenNote: 7.1.0