Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelleesk committed Dec 7, 2022
2 parents bcf3328 + 5e6abc2 commit 920e087
Show file tree
Hide file tree
Showing 21 changed files with 48 additions and 74 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,6 @@ importFrom(tidyselect,contains)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,where)
importFrom(units,set_units)
importFrom(vegan,specaccum)
8 changes: 4 additions & 4 deletions docs/articles/apply-models.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/articles/build-models.html

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

20 changes: 10 additions & 10 deletions docs/articles/more/animals-data-summaries.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 3 additions & 15 deletions docs/articles/more/animals-species-analyses.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 14 additions & 17 deletions docs/articles/process-animal.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/process-landscape.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/articles/use-cases.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ articles:
process-animal: process-animal.html
process-landscape: process-landscape.html
use-cases: use-cases.html
last_built: 2022-12-06T02:36Z
last_built: 2022-12-06T13:01Z
urls:
reference: https://ecological-cities.github.io/biodivercity/reference
article: https://ecological-cities.github.io/biodivercity/articles
Expand Down
18 changes: 3 additions & 15 deletions docs/reference/check_taxongrps.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/search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vignettes/use-cases.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ veg_rasterised <-
veg_amended <- terra::mask(veg_remote, vect(bound), inverse = TRUE)
# fill in amended veg raster with rasterised veg
veg_amended <- terra::merge(veg_amended, veg_rasterised)
veg_amended <- terra::mosaic(veg_amended, veg_rasterised)
```

Expand Down

0 comments on commit 920e087

Please sign in to comment.