Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cpp11 helps you to interact with R objects using C++ code.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
NotificationsYou must be signed in to change notification settings

r-lib/cpp11

Lifecycle: stableR-CMD-checkCRAN statusCodecov test coverage

cpp11 helps you to interact with R objects using C++ code.Its goals and syntax are similar to the excellentRcpp package.

Using cpp11 in a package

To add cpp11 to an existing package, put your C++ files in thesrc/ directory and add the following to your DESCRIPTION file:

LinkingTo: cpp11

Then decorate C++ functions you want to expose to R with[[cpp11::register]].Note that this is aC++11 attribute, not a comment like is used in Rcpp.

cpp11 is a header only library with no hard dependencies and does not use a shared library, so it is straightforward and reliable to use in packages without fear of compile-time and run-time mismatches.

Alternatively, you canvendor the current installed version of cpp11 headers into your package withcpp11::vendor_cpp11().This ensures the headers will remain unchanged until you explicitly update them.

Getting started

Seevignette("cpp11") to get started using cpp11 in your scripts, particularly if you are new to C++ programming.

Getting help

Posit Community is the best place to ask for help using cpp11 or interfacing C++ with R.

Motivations

Rcpp has been a widely successful project, however over the years a number of issues and additional C++ features have arisen.Adding these features to Rcpp would require a great deal of work, or in some cases would be impossible without severely breaking backwards compatibility.

cpp11 is a ground up rewrite of C++ bindings to R with different design trade-offs and features.

Changes that motivated cpp11 include:

Seevignette("motivations") for full details on the motivations for writing cpp11.

Conversion from Rcpp

Seevignette("converting") if you are already familiar with Rcpp or have an existing package that uses Rcpp and want to convert it to use cpp11.

Learning More

Internals

Seevignette("internals") for details on the cpp11 implementation or if you would like to contribute to cpp11.

Code of Conduct

Please note that the cpp11 project is released with aContributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Thanks

cpp11 would not exist without Rcpp.Thanks to the Rcpp authors, Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou, Nathan Russell, Douglas Bates and John Chambers for their work writing and maintaining Rcpp.

About

cpp11 helps you to interact with R objects using C++ code.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors36


[8]ページ先頭

©2009-2025 Movatter.jp