Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

header-only C++ library #11

Open
1 task
coatless opened this issue Jan 31, 2019 · 0 comments
Open
1 task

header-only C++ library #11

coatless opened this issue Jan 31, 2019 · 0 comments

Comments

@coatless
Copy link
Contributor

  • Switch from autogeneration of header linking (slowed calls) to pure in-line embedding.

Notes:
Remove // [[Rcpp::interfaces(r, cpp)]]

Build definitions in inst/include

simcdm.h

namespace simcdm{
   #include "sim_rrum.h"
}

Benefits:

Ship as a detached C++ library from R.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant