Skip to content

Commit bdf1ca0

Browse files
committed
Merge branch 'develop' of github.com:DOI-USGS/dataRetrieval into develop
2 parents a2b7001 + 23fe02e commit bdf1ca0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.gitlab/issue_templates/waterdata_additions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ New features should include all of the following work:
2222
* [ ] Update tutorial.Rmd vignette
2323
* [ ] Update NEWS
2424
* [ ] Update _pkgdown.yml
25-
* [ ] Check if README needs to be update
25+
* [ ] Check if README needs to be updated
2626
* [ ] Update version (for development, only bump up last 4 digits)
2727
* [ ] Create PR for "develop" branch on GitHub
2828
* [ ] Create and merge MR for "develop" branch on code.usgs.gov. This will generate development version of documentation.

tutorials/basic_slides_deck.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ By default will look like:
7979

8080
![](images/default_rstudio.png)
8181

82-
## RStudio Appearences
82+
## RStudio Appearances
8383

8484
Go to Tools -> Global Options -> Appearances to change style.
8585

@@ -338,7 +338,7 @@ See next slide for a demonstration.
338338

339339
## USGS Water Data API Token: Example {.smaller}
340340

341-
My favorite method to do add your token to .Renviorn is to use the `usethis` package. Let's pretend the token sent you was "abc123":
341+
My favorite method to do add your token to .Renviron is to use the `usethis` package. Let's pretend the token sent you was "abc123":
342342

343343
1. Run in R:
344344
```{r}

tutorials/changes_slides_deck.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Open Geospatial Consortium (OGC), a non-profit international organization that d
168168

169169
## USGS Water Data API Token
170170

171-
* The Water Data API limit how many queries a single IP address can make per hour
171+
* The Water Data APIs limit how many queries a single IP address can make per hour
172172

173173
* You **can** run new `dataRetrieval` functions without a token
174174

@@ -185,7 +185,7 @@ error: HTTP 403 Forbidden.
185185

186186
2. Save it in a safe place (KeyPass or other password management tool)
187187

188-
3. Add it to your .Renviorn file as API_USGS_PAT.
188+
3. Add it to your .Renviron file as API_USGS_PAT.
189189

190190
4. Restart R
191191

@@ -204,7 +204,7 @@ See next slide for a demonstration.
204204

205205
## Water Data API Token: Example {.smaller}
206206

207-
My favorite method to do add your token to .Renviorn is to use the `usethis` package. Let's pretend the token sent you was "abc123":
207+
My favorite method to do add your token to .Renviron is to use the `usethis` package. Let's pretend the token sent you was "abc123":
208208

209209
1. Run in R:
210210
```{r}

0 commit comments

Comments
 (0)