mrc-ide/deterministic-malaria-model

Testing code whilst repository is private

Closed this issue · 0 comments

Since hanojoel package is in an academic repository, cannot integrate it with travis. Therefore before making a pull request please check you can build the code.

If your repository isn't stored locally on a network drive on your computer:

devtools::check()

If it is stored on a network drive, in a terminal run:

R CMD build deterministic-malaria-model
R CMD check hanojoel_0.1.0.tar.gz

Then run pkgdown::build_site() and check that the page in the browser that pops up looks right.