Skip to content

Commit

Permalink
Merge branch 'develop' into replicates_kh
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinamullin authored Sep 15, 2023
2 parents 14d559e + 0eb2cb8 commit 56fdd86
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions vignettes/TADAModule1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,24 +61,25 @@ but the development version can be downloaded directly from GitHub if
desired (un-comment).

```{r install_TADA, eval = F, results = 'hide', message = FALSE, warning = FALSE}
remotes::install_github("USEPA/TADA",
ref = "develop",
dependencies = TRUE
)
# remotes::install_github("USGS-R/dataRetrieval", dependencies=TRUE)
# if you experience any issues installing TADA, try un-commenting and running
# the line below before the install
# options(download.file.method = "wininet")
remotes::install_github("USEPA/TADA",
ref = "cristinamullin-updates",
dependencies = TRUE
)
```

```{r for-development-only, echo = F}
```{r for-development-only, echo = F, results = 'hide', message = FALSE, warning = FALSE}
# IF YOU ARE NOT DEVELOPING TADA, SKIP THIS CODE CHUNK
# when developing the package, update this chunk to the current repository, so it runs with all of the new features prior to a PR to develop
remotes::install_github("USEPA/TADA",
ref = "081023-cm",
ref = "develop",
dependencies = TRUE
)
```
Expand Down

0 comments on commit 56fdd86

Please sign in to comment.