Type: Package Package: text2map Title: R Tools for Text Matrices, Embeddings, and Networks Version: 0.3.0 Authors@R: c(person(given = "Dustin", family = "Stoltz", email = c("dss219@lehigh.edu"), role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4774-0765")), person(given = "Marshall", family = "Taylor", email = "mtaylor2@nmsu.edu", role = c("aut"), comment = c(ORCID = "0000-0002-7440-0723"))) Author: Dustin Stoltz [aut, cre] (), Marshall Taylor [aut] () Description: This is a collection of functions optimized for working with various kinds of text matrices. Focusing on the text matrix as the primary object - represented either as a base R dense matrix or a 'Matrix' package sparse matrix - allows for a consistent and intuitive interface that stays close to the underlying mathematical foundation of computational text analysis. In particular, the package includes functions for working with word embeddings, text networks, and document-term matrices. Methods developed in Stoltz and Taylor (2019) , Taylor and Stoltz (2020) , Taylor and Stoltz (2020) , and Stoltz and Taylor (2021) . URL: https://culturalcartography.gitlab.io/text2map License: MIT + file LICENSE Encoding: UTF-8 BugReports: https://gitlab.com/culturalcartography/text2map/-/issues Roxygen: list(markdown = TRUE) Depends: R (>= 4.1.0), Matrix (>= 1.4.2) Imports: parallel, doParallel, foreach, stringi, dplyr, kit, fastmatch, methods, rlang, tibble, rsvd, permute, cli, pillar, tidyselect Suggests: testthat (>= 3.0.0), covr, tm, quanteda, knitr, rmarkdown, text2vec, igraph (>= 1.2.6), ClusterR, RSpectra Config/testthat/edition: 3 Config/Needs/website: rmarkdown Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev Repository: https://dustinstoltz.r-universe.dev Date/Publication: 2026-06-03 17:04:23 UTC RemoteUrl: https://gitlab.com/culturalcartography/text2map RemoteRef: HEAD RemoteSha: c62b1d13399eb247aaa9befce1240604e5ff4e80 NeedsCompilation: no Packaged: 2026-07-03 09:11:29 UTC; root Maintainer: Dustin Stoltz