Skip to content

Developing guides

Florian Hartig edited this page Apr 7, 2017 · 4 revisions

Developing R packages in general

Documentation

With Roxygen II

How to build the package in RStudio

  1. Download the "PhyloSim" package from github
  2. Open the PhyloSim R project file
  3. Make sure the build configuration in project settings is OK, and use the build button in the upper right corner.
  4. Alternative, you can build with devtools::build
Clone this wiki locally