Package: xutils
Title: Utility Functions of Fangzhou Xie
Version: 0.0.1
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
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/fangzhou-xie/xutils
BugReports: https://github.com/fangzhou-xie/xutils/issues
LinkingTo: Rcpp
Imports: Rcpp
Suggests: knitr, rmarkdown, textutils, bench, xml2
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2021-02-17 03:12:17 UTC; xiefangzhou
Author: Fangzhou Xie [aut, cre] (<https://orcid.org/0000-0001-7702-093X>)
Maintainer: Fangzhou Xie <fangzhou.xie@rutgers.edu>
Repository: CRAN
Date/Publication: 2021-02-17 19:50:02 UTC
