Skip to content

Commit

Permalink
Fix #41 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhesselbarth authored Oct 3, 2022
1 parent a0989b1 commit ec8a4f3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Depends:
URL: https://docs.ropensci.org/landscapetools/
BugReports: https://github.com/ropensci/landscapetools/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.2.1
Imports:
ggplot2,
raster,
Expand Down
1 change: 1 addition & 0 deletions R/landscapetools.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#'
#' @useDynLib landscapetools, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @keywords internal
"_PACKAGE"

globalVariables(c("value", ".", "id", "y", "z", "buffer", "freq", "layer"))
2 changes: 2 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ reference:
contents:
- classified_landscape
- fractal_landscape
- gradient_landscape
- random_landscape
- title: Utilities
contents:
- util_as_integer
- util_binarize
- util_classify
- util_extract_multibuffer
- util_merge
- util_raster2tibble
- util_tibble2raster
Expand Down
1 change: 1 addition & 0 deletions man/landscapetools-package.Rd

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

2 changes: 1 addition & 1 deletion man/util_extract_multibuffer.Rd

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

0 comments on commit ec8a4f3

Please sign in to comment.