-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 1021 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 1021 Bytes
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
Package: textclassificationexamples
Type: Package
Title: Example Datasets and Functions for Text Classification MEAs
Version: 0.3.0
Author: Authors@R: person("Phebe", "Palmer", email = "ppalmer21@amherst.edu",
role = a("aut", "cre"),
person("Nicholas", "Horton", email = "nhorton@amherst.edu", role = "aut"))
Maintainer: The package maintainer <yourself@somewhere.net>
Description: This package contains example datasets for the classification of
SPAM emails and clickbait headlines intended to familiarize students with
unstructured text data. Through utilization of functions within the package,
students are guided to consider which structural elements of their given text
hold relevance, and make decisions on which of these elements will ultimately
be used within their models.
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
stringr,
tidytext,
mosaic
RoxygenNote: 7.1.0
Depends:
R (>= 3.5)
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr