Skip to content

Commit

Permalink
Removing load_all from vignette build (hoping that'll speed up the …
Browse files Browse the repository at this point in the history
…ubuntu dev R-CMD check)
  • Loading branch information
njlyon0 committed Apr 12, 2024
1 parent 14d8896 commit 4c1e6d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/supportR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
```

```{r pre-setup, echo = FALSE, message = FALSE}
# devtools::install_github("njlyon0/supportR")
devtools::load_all()
# devtools::install_github("njlyon0/supportR", force = TRUE)
```

## Overview
Expand Down

0 comments on commit 4c1e6d8

Please sign in to comment.