Skip to content

Commit

Permalink
Add README precision to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qmarcou committed Apr 26, 2024
1 parent d5cbe58 commit aae0940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ This can be accomplished using `devtools`
```{r eval=FALSE}
devtools::dev_mode(on = TRUE)
devtools::install_local(force = TRUE) # force package update
devtools::load_all() # required to make tests visible
testthat::test_package("netidmtpreg")
# or testthat::test_check("netidmtpreg") to run R CMD check
```
Expand Down

0 comments on commit aae0940

Please sign in to comment.