Skip to content

Commit

Permalink
prep CRAN v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sborms committed Dec 17, 2018
1 parent 1f15bb7 commit a1ac3a4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions R/sentometrics.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#' \item Corpus features generation: \code{\link{sento_corpus}}, \code{\link{add_features}}
#' \item Sentiment computation and aggregation into sentiment measures: \code{\link{ctr_agg}},
#' \code{\link{sento_lexicons}}, \code{\link{compute_sentiment}}, \code{\link{aggregate.sentiment}},
#' \code{\link{sento_measures}}, \code{\link{peakdocs}}, and a series of \code{measures_xyz}, generic
#' and extractor functions
#' \code{\link{sento_measures}}, \code{\link{peakdocs}}, \code{\link{peakdates}}, and a series of
#' \code{measures_xyz}, generic and extractor functions
#' \item Sparse modelling: \code{\link{ctr_model}}, \code{\link{sento_model}}
#' \item Prediction and post-modelling analysis: \code{\link{predict.sentomodel}}, \code{\link{attributions}}
#' }
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

**new**: very minor update (one function change and a few documentation fixes)

## submission (version 0.5.5) [15/11/2018]
<!--- ## submission (version 0.5.5) [15/11/2018]
**new**: minor additions and simplifications
- resolved failing test for old R version 3.4.4
- diminished the number of Imports
- diminished the number of Imports --->

<!--- ## submission (version 0.5.1) [20/09/2018]
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Outputs a _`sentocorpus`_ object.

**Step 2**: Choose lexicons and compute document--level textual sentiment

Functions: `sento_lexicons()`, `compute_sentiment()`, `to_sentiment()`, and `sentiment_bind()`.
Functions: `sento_lexicons()`, `compute_sentiment()`, `to_sentiment()`, `sentiment_bind()` and `peakdocs()`.

Outputs a _`sentolexicons`_ object, and a _`sentiment`_ object or a sentiment scores `data.table`.

**Step 3**: Aggregate the sentiment into multiple textual sentiment time series

Functions: `ctr_agg()`, `sento_measures()`, `plot()`, `aggregate()`, `peakdocs()`, `diff()`, `scale()`, and `summary()`.
Functions: `ctr_agg()`, `sento_measures()`, `plot()`, `aggregate()`, `peakdates()`, `diff()`, `scale()`, and `summary()`.

A bunch of functions to manipulate the sentiment measures are available (`measures_merge()`, `measures_global()`, `measures_subset()`, `measures_select()`, `measures_delete()`, and `measures_fill()`), as well as a number of convenient extractor functions (`nobs()`, `nmeasures()`, `get_dimensions()`, `get_dates()` and `get_measures()`). Make use of them to facilitate your analysis!

Expand Down
4 changes: 2 additions & 2 deletions man/sentometrics-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1ac3a4

Please sign in to comment.