Skip to content

Commit

Permalink
pkgdown and check results
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Nov 6, 2019
1 parent efaf428 commit 26b1c63
Show file tree
Hide file tree
Showing 14 changed files with 52 additions and 44 deletions.
2 changes: 1 addition & 1 deletion R/get_nldi.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ navigate_nldi <- function(nldi_feature, mode = "upstreamMain",
return(sf::read_sf(out))
}

return(tibble::tibble())
return(dplyr::tibble())

}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ devtools::install_github("USGS-R/nhdplusTools")
```

### Resources
See the ["Get Started"](https://usgs-r.github.io/nhdplusTools/articles/nhdplusTools.html) vignette showing the gneral workflow and functionality of nhdplusTools.
See the ["Get Started"](https://usgs-r.github.io/nhdplusTools/articles/nhdplusTools.html) vignette showing the gneral workflow and functionality of nhdplusTools.
See a set of [slides](https://usgs-r.github.io/nhdplusTools/awra_2019/) illustrating how to use nhdplusTools with other USGS-R packages.

### Terminology:
Expand Down
2 changes: 1 addition & 1 deletion docs/DISCLAIMER.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 19 additions & 30 deletions docs/articles/plot_nhdplus.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/articles/plot_nhdplus_files/figure-html/ggmap-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/plot_nhdplus_files/figure-html/plot-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/testthat/test_get_nldi.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test_that("navigation works", {
expect_equal(navigate_nldi(list(featureSource = "wqp",
featureID = "TCEQMAIN-16638"),
mode = "upstreamMain",
data_source = "nwissite"), tibble::tibble())
data_source = "nwissite"), dplyr::tibble())
})

test_that("basin works", {
Expand Down

0 comments on commit 26b1c63

Please sign in to comment.