-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
46 lines (46 loc) · 1.65 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
Package: sentometrics
Type: Package
Title: An Integrated Framework for Textual Sentiment Time Series Aggregation and Prediction
Version: 1.0.0
Authors@R: c(person("Samuel", "Borms", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9533-1870")),
person("David", "Ardia", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-2823-782X")),
person("Keven", "Bluteau", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-2990-4807")),
person("Kris", "Boudt", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-1000-5142")),
person("Jeroen", "Van Pelt", email = "[email protected]", role = c("ctb")),
person("Andres", "Algaba", email = "[email protected]", role = c("ctb")))
Maintainer: Samuel Borms <[email protected]>
Description: Optimized prediction based on textual sentiment, accounting for the intrinsic challenge that sentiment can be computed and pooled across texts and time in various ways. See Ardia et al. (2021) <doi:10.18637/jss.v099.i02>.
Depends: R (>= 3.3.0)
License: GPL (>= 2)
BugReports: https://github.com/SentometricsResearch/sentometrics/issues
URL: https://sentometrics-research.com/sentometrics/
Encoding: UTF-8
LazyData: true
Suggests: covr,
doParallel,
e1071,
lexicon,
MCS,
NLP,
parallel,
randomForest,
stopwords,
testthat,
tm
Imports: caret,
compiler,
data.table,
foreach,
ggplot2,
glmnet,
ISOweek,
quanteda,
Rcpp (>= 0.12.13),
RcppRoll,
RcppParallel,
stats,
stringi,
utils
LinkingTo: Rcpp, RcppArmadillo, RcppParallel
RoxygenNote: 7.1.1
SystemRequirements: GNU make