Package: themescopeR
Title: Social Representation Analysis via Semantic Network Mapping
Version: 0.1.1
Authors@R: c(
    person("Luca", "D'Aniello", , "luca.daniello@unina.it", role = c("aut", "cre"),
    comment = c(ORCID = "0000-0003-1019-9212")),
    person("Michelangelo", "Misuraca", , "mmisuraca@unisa.it", role = "aut", 
    comment = c(ORCID = "0000-0002-8794-966X")),
    person("Maria", "Spano", , "maria.spano@unina.it", role = "aut", 
    comment = c(ORCID = "0000-0002-3103-2342")))
Description: Implements the ThemeScope framework for detecting and visualising
    social representations in large-scale digital text corpora. From raw
    documents it builds, via 'udpipe' annotation, sentence-level word
    co-occurrence networks and derives two community-level indicators grounded
    in Social Representation Theory: the Prototypical Salience Index (PSI) for
    anchoring and the Concreteness Score (CS) for objectification. Communities
    are located in a two-dimensional, theoretically grounded representational
    map. The whole pipeline is usable from the R console; an optional 'shiny'
    graphical interface calls the same exported functions. The method is
    described in Misuraca, Spano and D'Aniello (2026)
    <doi:10.1177/01655515261454276>.
License: MIT + file LICENSE
URL: https://github.com/lucadaniello/themescopeR
BugReports: https://github.com/lucadaniello/themescopeR/issues
Encoding: UTF-8
Language: en-GB
LazyData: true
Depends: R (>= 4.1.0)
Imports: cli (>= 3.6.0), dplyr (>= 1.1.0), ggplot2 (>= 3.4.0), ggrepel
        (>= 0.9.0), igraph (>= 2.1.0), Matrix (>= 1.6.0), methods,
        readr, readxl, rlang, stats, tools, udpipe (>= 0.8.11), utils
Suggests: bslib, DT, ggraph (>= 2.1.0), htmltools, knitr, plotly,
        rmarkdown, shiny, shinycssloaders, testthat (>= 3.0.0),
        visNetwork, writexl
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-08-19 10:10:22 UTC; lucadaniello
Author: Luca D'Aniello [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1019-9212>),
  Michelangelo Misuraca [aut] (ORCID:
    <https://orcid.org/0000-0002-8794-966X>),
  Maria Spano [aut] (ORCID: <https://orcid.org/0000-0002-3103-2342>)
Maintainer: Luca D'Aniello <luca.daniello@unina.it>
Repository: CRAN
Date/Publication: 2026-08-20 14:10:02 UTC
Built: R 4.6.0; ; 2026-08-20 16:12:48 UTC; unix
