Package: RcppIconvExample Type: Package Title: Rcpp Example of Using Iconv Offered by R Version: 0.0.1 Date: 2021-03-06 Author: Dirk Eddelbuettel Maintainer: Dirk Eddelbuettel Description: Character conversion via the 'iconv' library is used by R itself, and can be accessed from compiled code relying on one standard header exported by R. This package illustrates this usage by building on and extending an earlier example in a blog post at . Rcpp is used only for its convenience of seamlessly building the package, and converting between character variable at the R and C++ levels. License: GPL (>= 2) Suggests: tinytest LinkingTo: Rcpp Imports: Rcpp RoxygenNote: 6.0.1 Encoding: UTF-8 Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2021-03-09 01:24:25 UTC RemoteUrl: https://github.com/eddelbuettel/rcppiconvexample RemoteRef: HEAD RemoteSha: a51da3c99081e51fb4673a9fb74de40898525c4b NeedsCompilation: yes Packaged: 2026-07-05 08:52:56 UTC; root