bvhar 2.1.2.9016
C++ headers by bvhar package
|
This package provides public C++
header. It is used in both R
and Python
.
R
package developers can use the headers through Rcpp
. You can use these by writing in your R package DESCRIPTION
.
Also, you can use in your single C++
source:
You need to add plugins
attribute because the header in this package should define USE_RCPP
macro. Or you can use instead:
If the USE_RCPP
macro is not defined, the headers are compiled for pybind11
of Python
.