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.
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.