Skip to content

Contributing to dampack

Caleb Easterly edited this page Apr 18, 2019 · 6 revisions

You'll need devtools

After that, run the following code:

devtools::install_github("DARTH-git/dampack", dependencies = TRUE)

That should install all of the necessary packages to run dampack and its tests.

There are three important stages in package development:

  • build
  • test
  • check
Clone this wiki locally