-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
53 lines (53 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
42
43
44
45
46
47
48
49
50
51
52
53
Package: coreLexicon
Title: An open-source web-app for core lexicon analysis in aphasia
Date: 2021-09-21
Version: 0.0.1.0000
Authors@R:
c(
person(given = 'Robert',
family = 'Cavanaugh',
email = 'rob.cavanaugh@pitt.edu',
role = c('cre', 'aut')),
person(given = "S G",
family = "D",
role = "aut"),
person(given = "Jessica",
family = "Richardson",
role = "aut")
)
Description: A Shiny web-app for core lexicon analysis.
License: AGPL (>= 3)
Imports:
config (>= 0.3.1),
golem (>= 0.3.1),
pkgload,
shiny (>= 1.6.0),
htmlwidgets,
shinyjs,
bslib,
dplyr,
tidyr,
tibble,
ggplot2,
textstem,
tidytext,
DT,
scales,
patchwork,
truncnorm,
magrittr,
pkgload,
markdown,
knitr,
rmarkdown,
openxlsx
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
URL: https://github.com/aphasia-apps/coreLexicon
BugReports: https://github.com/aphasia-apps/coreLexicon/issues
Depends:
R (>= 2.10)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3