Skip to content

Commit

Permalink
update README.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
schalkdaniel committed Dec 15, 2018
1 parent b251cc2 commit dd342a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.Rmd
Expand Up @@ -135,6 +135,17 @@ To cite `compboost` in publications, please use:

## Testing

### On your local machine

In order to test the pacakge functionality you can use devtools to test the pacakge on your local machine:

```{r, eval=FALSE}
devtools::test()
```


### Using docker

You can test the package locally using docker and the [`compboost-test` repository](https://hub.docker.com/r/schalkdaniel/compboost-test/):

- Latest `R` release:
Expand Down

0 comments on commit dd342a1

Please sign in to comment.