From e7484f414acc579ded1097856adb5388a9dcf443 Mon Sep 17 00:00:00 2001 From: Samuel Borms Date: Mon, 17 Dec 2018 19:10:24 +0100 Subject: [PATCH] prep CRAN v0.5.6 --- R/sentomeasures_main.R | 5 ++--- man/sento_measures.Rd | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/R/sentomeasures_main.R b/R/sentomeasures_main.R index 3fa34a7..84e0c5c 100644 --- a/R/sentomeasures_main.R +++ b/R/sentomeasures_main.R @@ -183,9 +183,8 @@ ctr_agg <- function(howWithin = "proportional", howDocs = "equal_weight", howTim #' \item{stats}{a \code{data.frame} with a series of elementary statistics (mean, standard deviation, maximum, minimum, and #' average correlation with all other measures) for each individual sentiment measure.} #' \item{sentiment}{the sentiment scores \code{data.table} with \code{"date"}, \code{"word_count"} and lexicon--feature -#' sentiment scores columns. The \code{"date"} column has the dates already converted at the frequency for -#' the across-document aggregation. -#' If \code{ctr$do.ignoreZeros = TRUE}, all zeros are replaced by \code{NA}.} +#' sentiment scores columns. The \code{"date"} column has the dates converted at the frequency for +#' across-document aggregation. All zeros are replaced by \code{NA} if \code{ctr$do.ignoreZeros = TRUE}.} #' \item{howDocs}{a single \code{character} vector to remind how sentiment across documents was aggregated.} #' \item{fill}{a single \code{character} vector that specifies if and how missing dates have been added before #' aggregation across time was carried out.} diff --git a/man/sento_measures.Rd b/man/sento_measures.Rd index a530f2a..63b6618 100644 --- a/man/sento_measures.Rd +++ b/man/sento_measures.Rd @@ -23,9 +23,8 @@ A \code{sentomeasures} object, which is a \code{list} containing: \item{stats}{a \code{data.frame} with a series of elementary statistics (mean, standard deviation, maximum, minimum, and average correlation with all other measures) for each individual sentiment measure.} \item{sentiment}{the sentiment scores \code{data.table} with \code{"date"}, \code{"word_count"} and lexicon--feature -sentiment scores columns. The \code{"date"} column has the dates already converted at the frequency for -the across-document aggregation. -If \code{ctr$do.ignoreZeros = TRUE}, all zeros are replaced by \code{NA}.} +sentiment scores columns. The \code{"date"} column has the dates converted at the frequency for +across-document aggregation. All zeros are replaced by \code{NA} if \code{ctr$do.ignoreZeros = TRUE}.} \item{howDocs}{a single \code{character} vector to remind how sentiment across documents was aggregated.} \item{fill}{a single \code{character} vector that specifies if and how missing dates have been added before aggregation across time was carried out.}