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:Dirk Eddelbuettel

RcppIconvExample_0.0.1.tar.gz
RcppIconvExample_0.0.1.zip(r-4.7)RcppIconvExample_0.0.1.zip(r-4.6)RcppIconvExample_0.0.1.zip(r-4.5)
RcppIconvExample_0.0.1.tgz(r-4.6-x86_64)RcppIconvExample_0.0.1.tgz(r-4.6-arm64)RcppIconvExample_0.0.1.tgz(r-4.5-x86_64)RcppIconvExample_0.0.1.tgz(r-4.5-arm64)
RcppIconvExample_0.0.1.tar.gz(r-4.7-arm64)RcppIconvExample_0.0.1.tar.gz(r-4.7-x86_64)RcppIconvExample_0.0.1.tar.gz(r-4.6-arm64)RcppIconvExample_0.0.1.tar.gz(r-4.6-x86_64)
RcppIconvExample_0.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION
card.svg |card.png
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

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

1.70 score 1 stars 1 exports 1 dependencies

Last updated from:a51da3c990. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK125
linux-devel-x86_64OK114
source / vignettesOK146
linux-release-arm64OK130
linux-release-x86_64OK103
macos-release-arm64OK72
macos-release-x86_64OK172
macos-oldrel-arm64OK87
macos-oldrel-x86_64OK149
windows-develOK107
windows-releaseOK132
windows-oldrelOK108
wasm-releaseOK123

Exports:read_file

Dependencies:Rcpp