-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
56 lines (56 loc) · 1.29 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
54
55
56
Package: pnt
Title: Computer adaptive forms of the Philadelphia Naming Test
Version: 0.1.1
Date: 2022-09-27
Authors@R:
c(
person(given = 'Robert',
family = 'Cavanaugh',
email = '[email protected]',
role = c('cre', 'aut')),
person(given = "Alexander",
family = "Swiderski",
role = "aut"),
person(given = "Gerasimos",
family = "Fergadiotis",
role = "aut"),
person(given = "William D.",
family = "Hula",
role = "aut"),
person(given = "Stacey",
family = "Steel",
role = "ctb")
)
Description: A Shiny web-app for administering and scoring the computer adaptive Philadelphia Naming Test.
License: AGPL (>= 3)
Imports:
config (>= 0.3.1),
golem (>= 0.3.1),
shiny (>= 1.6.0),
catR,
DT,
here,
keys,
shinyjs,
tibble,
ggplot2,
bslib (>= 0.2.5.0),
pkgload,
htmltools,
markdown,
magrittr,
utils,
stats,
shinyWidgets,
readxl
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: https://rbcavanaugh.github.io/pnt/, https://github.com/rbcavanaugh/pnt
BugReports: https://github.com/rbcavanaugh/pnt/issues
Suggests:
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)