-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.06 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
Package: acom
Title: Aphasia Communication Outcome Measure
Version: 4.0.3
Date: 2021-10-6
Authors@R:
c(
person(given = 'Robert',
family = 'Cavanaugh',
email = '[email protected]',
role = c('cre', 'aut')),
person(given = 'Alexander',
family = 'Swiderski',
role = 'aut'),
person(given = "William D.",
family = "Hula",
role = "aut")
)
Description: A Shiny web-app for administering and scoring the Aphasia Communication Outcome Measure.
License: CC BY 4.0
Imports:
config (>= 0.3.1),
golem (>= 0.3.1),
shiny (>= 1.6.0),
shinyvalidate,
catR,
DT,
shinyjs,
bslib,
tibble,
tidyr,
dplyr,
rmarkdown,
markdown,
magrittr,
glue
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
URL: https://rbcavanaugh.github.io/acom/, https://github.com/rbcavanaugh/acom
BugReports: https://github.com/rbcavanaugh/acom/issues
Suggests:
testthat (>= 3.0.0),
stringr,
readr,
readxl
Config/testthat/edition: 3
Depends:
R (>= 3.6.0)