Package: wactor
Title: Word Factor Vectors
Version: 0.0.1
Authors@R: c(
    person("Michael W.", "Kearney", ,
      email = "kearneymw@missouri.edu", role = c("aut", "cre"),
      comment = c(ORCID = "0000-0002-0730-4694")),
    person("Lingshu", "Hu", ,
      role = c("ctb"),
      comment = c(ORCID = "0000-0003-0304-882X")))
Description: A user-friendly factor-like interface for converting strings of
    text into numeric vectors and rectangular data structures.
Encoding: UTF-8
LazyData: true
Imports: xgboost, tokenizers, text2vec, R6, utils, tibble, ggplot2,
        stats, Matrix
URL: https://github.com/mkearney/wactor
BugReports: https://github.com/mkearney/wactor/issues
RoxygenNote: 7.0.2
License: MIT + file LICENSE
Suggests: testthat (>= 2.1.0), covr
NeedsCompilation: no
Packaged: 2019-12-13 05:40:20 UTC; kmw
Author: Michael W. Kearney [aut, cre] (<https://orcid.org/0000-0002-0730-4694>),
  Lingshu Hu [ctb] (<https://orcid.org/0000-0003-0304-882X>)
Maintainer: Michael W. Kearney <kearneymw@missouri.edu>
Repository: CRAN
Date/Publication: 2019-12-18 15:30:02 UTC
Built: R 4.6.0; ; 2025-07-18 08:50:38 UTC; unix
