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

Rcpp models #32

Open
seabbs opened this issue Jul 23, 2019 · 0 comments
Open

Rcpp models #32

seabbs opened this issue Jul 23, 2019 · 0 comments

Comments

@seabbs
Copy link
Owner

seabbs commented Jul 23, 2019

For compute-intensive analysis, R based models are often inadequate. A common approach for working around this is to implement the model in C and to then integrate it into other code using Rcpp.

idmodelr should include examples of Rcpp models that can be compared to their R versions. This should be a great help to those new to Rcpp.

Describe the solution you'd like
Replicas of all currently implemented models using Rcpp.

Additional context
All Rcpp models should work with all other package functionality.

@seabbs seabbs self-assigned this Jul 23, 2019
@seabbs seabbs added this to To do in 0.3.0 - Getting ready for CRAN via automation Jul 23, 2019
@seabbs seabbs added this to To do in 0.4.0 - Extending `idmodelr` via automation Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant