|  | bvhar 2.3.0.9011
    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 BVHAR_USE_RCPP macro. Or you can use instead:
If the BVHAR_USE_RCPP macro is not defined, the headers are compiled for pybind11 of Python.