Skip to content

Commit

Permalink
fix export of generic clamp_predictors
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed May 28, 2024
1 parent 687f58e commit 57b8cf4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export(boyce_cont_vec)
export(calib_class_thresh)
export(check_sdm_presence)
export(check_splits_balance)
export(clamp_predictors)
export(control_ensemble_bayes)
export(control_ensemble_grid)
export(control_ensemble_resamples)
Expand Down
3 changes: 1 addition & 2 deletions R/clamp_predictors.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
#' range.
#' @returns a [`terra::SpatRaster`] or [`terra::SpatRasterDataset`] clamped to
#' the ranges in `training`
#' @keywords export

#' @export

clamp_predictors <- function(x, training, .col, use_na) {
UseMethod("clamp_predictors", object = x)
Expand Down
1 change: 0 additions & 1 deletion man/clamp_predictors.Rd

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

1 change: 1 addition & 0 deletions man/tidysdm-package.Rd

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

0 comments on commit 57b8cf4

Please sign in to comment.