Package: cpp11 0.5.0.9000
cpp11: A C++11 Interface for R's C Interface
Provides a header only, C++11 interface to R's C interface. Compared to other approaches 'cpp11' strives to be safe against long jumps from the C API as well as C++ exceptions, conform to normal R function semantics and supports interaction with 'ALTREP' vectors.
Authors:
cpp11_0.5.0.9000.tar.gz
cpp11_0.5.0.9000.zip(r-4.5)cpp11_0.5.0.9000.zip(r-4.4)cpp11_0.5.0.9000.zip(r-4.3)
cpp11_0.5.0.9000.tgz(r-4.4-any)cpp11_0.5.0.9000.tgz(r-4.3-any)
cpp11_0.5.0.9000.tar.gz(r-4.5-noble)cpp11_0.5.0.9000.tar.gz(r-4.4-noble)
cpp11_0.5.0.9000.tgz(r-4.4-emscripten)cpp11_0.5.0.9000.tgz(r-4.3-emscripten)
cpp11.pdf |cpp11.html✨
cpp11/json (API)
NEWS
# Install 'cpp11' in R: |
install.packages('cpp11', repos = c('https://fastverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/cpp11/issues
Last updated 3 months agofrom:dc93fb84f4. Checks:OK: 7. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-win | OK | Nov 22 2024 |
R-4.5-linux | OK | Nov 22 2024 |
R-4.4-win | OK | Nov 22 2024 |
R-4.4-mac | OK | Nov 22 2024 |
R-4.3-win | OK | Nov 22 2024 |
R-4.3-mac | OK | Nov 22 2024 |
Exports:cpp_evalcpp_functioncpp_registercpp_sourcecpp_vendor
Dependencies:
Converting from Rcpp
Rendered fromconverting.Rmd
usingknitr::rmarkdown
on Nov 22 2024.Last update: 2024-07-26
Started: 2020-06-10
cpp11 internals
Rendered frominternals.Rmd
usingknitr::rmarkdown
on Nov 22 2024.Last update: 2024-07-28
Started: 2020-06-10
FAQ
Rendered fromFAQ.Rmd
usingknitr::rmarkdown
on Nov 22 2024.Last update: 2024-08-26
Started: 2021-07-02
Get started with cpp11
Rendered fromcpp11.Rmd
usingknitr::rmarkdown
on Nov 22 2024.Last update: 2024-07-26
Started: 2020-06-10
Motivations for cpp11
Rendered frommotivations.Rmd
usingknitr::rmarkdown
on Nov 22 2024.Last update: 2024-08-07
Started: 2020-06-10
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Generates wrappers for registered C++ functions | cpp_register |
Compile C++ code | cpp_eval cpp_function cpp_source |
Vendor the cpp11 dependency | cpp_vendor |