Skip to content

Commit

Permalink
export .stack()
Browse files Browse the repository at this point in the history
TODO: consider renaming without the dot
  • Loading branch information
achubaty committed Nov 29, 2023
1 parent e6a11a2 commit 62d8cfd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Description: Utilities for 'LandR' suite of landscape simulation models.
URL:
https://landr.predictiveecology.org,
https://github.com/PredictiveEcology/LandR
Date: 2023-10-23
Version: 1.1.0.9075
Date: 2023-11-23
Version: 1.1.0.9076
Authors@R: c(
person("Eliot J B", "McIntire", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6914-8316")),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ S3method(vegTypeMapGenerator,data.table)
S3method(vegTypeMapGenerator,default)
export(.compareCRS)
export(.compareRas)
export(.stack)
export(BioSIM_extractPoints)
export(BioSIM_getMPBSLR)
export(BioSIM_getWindAnnual)
Expand Down
1 change: 1 addition & 0 deletions R/terra-raster-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ utils::globalVariables(c(
#'
#' @return a stacked raster
#'
#' @export
#' @rdname rasterTerraHelpers
.stack <- function(rasList) {
isRaster <- sapply(rasList, function(ras) is(ras, "Raster"))
Expand Down

0 comments on commit 62d8cfd

Please sign in to comment.