-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 821 Bytes
/
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
Package: LinguisticMarkers
Version: 0.2.0
Date: 2021-05-06
Title: Linguistic Markers
Description: Tools to calculate linguistic markers.
Authors@R:
person(
given = "Mark",
family = "Newman",
role = c("aut", "cre"),
email = "mark@trinetteandmark.com",
comment = c(ORCID = "0000-0001-6155-438X"))
Maintainer: Mark Newman <mark@trinetteandmark.com>
Depends:
R (>= 4.0.0)
Imports:
dplyr,
readr,
stringr,
tidyr,
tidytext
Suggests:
gutenbergr,
kableExtra,
knitr,
rmarkdown,
testthat
License: MIT + file LICENSE
URL: https://github.com/markanewman/LinguisticMarkers
BugReports: https://github.com/markanewman/LinguisticMarkers/issues
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true