Skip to content

Commit

Permalink
Update TADAAssessmentUnitUseCase.Rmd
Browse files Browse the repository at this point in the history
potential bug fix
  • Loading branch information
hillarymarler committed Jan 13, 2025
1 parent 48eb622 commit e09e5b7
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions vignettes/articles/TADAAssessmentUnitUseCase.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,21 @@ for TADA package installation instructions.)
We'll also record the start time for our analysis, beginning after
loading packages.

```{r install_TADA_dev, eval = T, include = F}
# help with knit and pass the checks, but we want to make sure this chunk does not show up in the final website, just for development.
remotes::install_github("USEPA/EPATADA", ref = "482-create-tadamonitoringlocationidentifier-in-tada_autoclean", dependencies = TRUE )
```

```{r install_TADA, eval = F, results = 'hide'}
remotes::install_github("USEPA/EPATADA", ref = "develop", dependencies = TRUE )
```

```{r library, results = 'hide'}
# Load required packages
library(EPATADA)
# Load other packages
library(dplyr)
library(yaml)
library(lwgeom)
Expand Down

0 comments on commit e09e5b7

Please sign in to comment.