Skip to content

quickSentiment

A Fast and Flexible Pipeline for Text Classification

v0.3.4 · Apr 16, 2026 · MIT + file LICENSE

Description

A high-level pipeline that simplifies text classification into three streamlined steps: preprocessing, model training, and standardized prediction. It unifies the interface for multiple algorithms (including 'glmnet', 'ranger', 'xgboost', and 'naivebayes') and memory-efficient sparse matrix vectorization methods (Bag-of-Words, Term Frequency, TF-IDF, and Binary). Users can go from raw text to a fully evaluated sentiment model, complete with ROC-optimized thresholds, in just a few function calls. The resulting model artifact automatically aligns the vocabulary of new datasets during the prediction phase, safely appending predicted classes and probability matrices directly to the user's original dataframe to preserve metadata.

Downloads

CRAN

445

Last 30 days

8883rd

1.6K

Last 90 days

2.3K

Last year

Trend: -11% (30d vs prior 30d)

r2u CRAN

9

Last 30 days

45

Last 90 days

60

Last year

Trend: -62.5% (30d vs prior 30d)

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 8, 2026
ERROR r-devel-linux-x86_64-debian-gcc

package dependencies

Package required but not available: ‘textstem’

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Dependency Network

Dependencies Reverse dependencies doParallel foreach glmnet magrittr Matrix naivebayes quanteda ranger stopwords stringr textstem xgboost quickSentiment

Version History

7 tracked
updated 0.3.4 ← 0.3.3 diff Apr 17, 2026
updated 0.3.3 ← 0.3.2 diff Apr 1, 2026
updated 0.3.2 ← 0.3.1 diff Mar 20, 2026
new 0.3.1 Mar 10, 2026
updated 0.3.1 ← 0.2.0 diff Mar 1, 2026
updated 0.2.0 ← 0.1.0 diff Feb 14, 2026
new 0.1.0 Feb 5, 2026