Package: xutils Title: Utility Functions of Fangzhou Xie Version: 0.0.2 Authors@R: person(given = "Fangzhou", family = "Xie", role = c("aut", "cre"), email = "fangzhou.xie@rutgers.edu", comment = c(ORCID = "https://orcid.org/0000-0001-7702-093X")) Description: This is a collection of some useful functions when dealing with text data. Currently it only contains a very efficient function of decoding HTML entities in character vectors by 'Rcpp' routine. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 URL: https://github.com/fangzhou-xie/xutils, https://fangzhou-xie.github.io/xutils/index.html BugReports: https://github.com/fangzhou-xie/xutils/issues LinkingTo: Rcpp Imports: Rcpp Suggests: knitr, markdown, rmarkdown, textutils, bench, xml2, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Repository: https://fangzhou-xie.r-universe.dev Date/Publication: 2021-11-19 20:07:19 UTC RemoteUrl: https://github.com/fangzhou-xie/xutils RemoteRef: HEAD RemoteSha: 4ddb7be18a760950aeb7c9e3e402477f7d931a76 NeedsCompilation: yes Packaged: 2026-07-04 06:36:58 UTC; root Author: Fangzhou Xie [aut, cre] (ORCID: ) Maintainer: Fangzhou Xie