Package: transforEmotion Title: Sentiment Analysis for Text, Image and Video using Transformer Models Version: 0.1.7 Date: 2026-01-05 Author: Alexander Christensen [aut] (), Hudson Golino [aut] (), Aleksandar Tomašević [aut, cre] () Authors@R: c(person("Alexander", "Christensen", email = "alexpaulchristensen@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-9798-7037")), person("Hudson", "Golino", email = "hfg9s@virginia.edu", role = "aut", comment = c(ORCID = "0000-0002-1601-1447")), person("Aleksandar", "Tomašević", email = "atomashevic@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4863-6051"))) Maintainer: Aleksandar Tomašević Description: Implements sentiment analysis using huggingface transformer zero-shot classification model pipelines for text and image data. The default text pipeline is Cross-Encoder's DistilRoBERTa and default image/video pipeline is Open AI's CLIP . All other zero-shot classification model pipelines can be implemented using their model name from . Depends: R (>= 3.5.0) License: GPL (>= 3.0) Encoding: UTF-8 Imports: dplyr, googledrive, LSAfun, Matrix, methods, pbapply, remotes, reticulate, textdata, jsonlite, ggplot2, reshape2, httr Suggests: knitr, markdown, rmarkdown, rstudioapi, testthat (>= 3.0.0) VignetteBuilder: knitr RoxygenNote: 7.3.3 Config/testthat/edition: 3 Config/pak/sysreqs: cmake libfreetype6-dev git libglu1-mesa-dev make texlive libicu-dev libpng-dev libuv1-dev libgl1-mesa-dev libssl-dev python3 libx11-dev zlib1g-dev Repository: https://atomashevic.r-universe.dev Date/Publication: 2026-02-17 13:03:35 UTC RemoteUrl: https://github.com/atomashevic/transforemotion RemoteRef: HEAD RemoteSha: 92c89ab80160a6f29b7115c2ffca6c613fbabbda NeedsCompilation: no Packaged: 2026-06-21 09:41:03 UTC; root