Skip to content

Commit

Permalink
only use log scale in plot if data is not already logged
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Nov 1, 2024
1 parent c1289c7 commit 3dd5afb
Show file tree
Hide file tree
Showing 3 changed files with 4,522 additions and 4,516 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ To run all tests locally:
devtools::test()
```

To run tests in a single file:

```{r}
devtools::test(filter="filename")
```

Some tests are skipped on CI to avoid exorbitantly long build times, but this means
it is important to run all tests locally at least once before merging a pull request.

Expand Down
Loading

0 comments on commit 3dd5afb

Please sign in to comment.