Package: RcppIconvExample 0.0.1
RcppIconvExample: Rcpp Example of Using Iconv Offered by R
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 <https://fishandwhistle.net/post/2021/using-rs-cross-platform-iconv-wrapper-from-cpp11/>. Rcpp is used only for its convenience of seamlessly building the package, and converting between character variable at the R and C++ levels.
Authors:
RcppIconvExample_0.0.1.tar.gz
RcppIconvExample_0.0.1.zip(r-4.5)RcppIconvExample_0.0.1.zip(r-4.4)RcppIconvExample_0.0.1.zip(r-4.3)
RcppIconvExample_0.0.1.tgz(r-4.4-x86_64)RcppIconvExample_0.0.1.tgz(r-4.4-arm64)RcppIconvExample_0.0.1.tgz(r-4.3-x86_64)RcppIconvExample_0.0.1.tgz(r-4.3-arm64)
RcppIconvExample_0.0.1.tar.gz(r-4.5-noble)RcppIconvExample_0.0.1.tar.gz(r-4.4-noble)
RcppIconvExample_0.0.1.tgz(r-4.4-emscripten)RcppIconvExample_0.0.1.tgz(r-4.3-emscripten)
RcppIconvExample.pdf |RcppIconvExample.html✨
RcppIconvExample/json (API)
# Install 'RcppIconvExample' in R: |
install.packages('RcppIconvExample', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/eddelbuettel/rcppiconvexample/issues
Last updated 4 years agofrom:a51da3c990. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 04 2024 |
R-4.5-win-x86_64 | OK | Nov 04 2024 |
R-4.5-linux-x86_64 | OK | Nov 04 2024 |
R-4.4-win-x86_64 | OK | Nov 04 2024 |
R-4.4-mac-x86_64 | OK | Nov 04 2024 |
R-4.4-mac-aarch64 | OK | Nov 04 2024 |
R-4.3-win-x86_64 | OK | Nov 04 2024 |
R-4.3-mac-x86_64 | OK | Nov 04 2024 |
R-4.3-mac-aarch64 | OK | Nov 04 2024 |
Exports:read_file
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Rcpp Example of Using Iconv Offered by R | RcppIconvExample-package RcppIconvExample |
Read an Enconded File, Optionally Converting to Another Encoding | read_file |