bindrcpp-package {bindrcpp}R Documentation

bindrcpp: An 'Rcpp' Interface to Active Bindings

Description

Provides an easy way to fill an environment with active bindings that call a C++ function.

Details

Use LinkingTo: bindrcpp in DESCRIPTION and ⁠#include <bindrcpp.h>⁠ in your C++ headers and/or modules to access the C++ functions provided by this package:

Author(s)

Maintainer: Kirill Müller krlmlr+r@mailbox.org (ORCID)

Other contributors:

See Also

Useful links:


[Package bindrcpp version 0.2.3 Index]