Big updates for the geneorama R package

The geneorama package was heavily updated today.

To install geneorama use devtools: devtools::install_github("geneorama/geneorama")

The main changes include:

  • Documentation! Yes, now there are actual help files complete with examples. I’m using roxygen2 to manage the NAMESPACE and compile the help documents
  • Unit tests – I decided it was time to practice what I preach, and add some unit tests to my package. Now that I’m using it in more and more places it only makes sense that it has some basic tests.

The complete diff is on GitHub if anyone’s interested.

Leave a Reply

Your email address will not be published. Required fields are marked *