piLaboratory / GillesCom

Gillespie Simulation of Ecological Communities Dynamics
2 stars 0 forks source link

Rcpp module #21

Closed andrechalom closed 7 years ago

andrechalom commented 8 years ago

This is a very substantial rewriting of the basics from the package to use Rcpp modules instead of a global C object. This makes the usage of the package much more "object oriented" and much more "R-esque". Included here are also many more usage examples in the docs, to help clarifying the new object-oriented usage of the package. This PR should close #19.

andrechalom commented 8 years ago

This now includes the Rcpp trajectories branch as well, see discussion on #23

andrechalom commented 8 years ago

Ready to merge.