Skip to content

Commit

Permalink
Increment version number to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
reginalexavier committed May 3, 2024
1 parent b860afb commit 83f90be
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
^cran-comments\.md$
^CRAN-RELEASE$
^\.github$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: OpenLand
Title: Quantitative Analysis and Visualization of LUCC
Version: 1.0.2.9000
Version: 1.0.3
Authors@R: c(
person(given = "Reginal",
family = "Exavier",
Expand Down
8 changes: 4 additions & 4 deletions R/rasters_input.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
#' \code{raster::\link[raster]{stack}}
#'
#' @keywords internal
#' @name dot-input_rasters
#' @rdname dot-input_rasters
#' @exportMethod .input_rasters
#'

if (!isGeneric(".input_rasters")) {
setGeneric(".input_rasters", function(x, ...)

setGeneric(".input_rasters", function(x, ...)
standardGeneric(".input_rasters"))
}



# the methods character
Expand Down
6 changes: 4 additions & 2 deletions man/dot-input_rasters.Rd

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

0 comments on commit 83f90be

Please sign in to comment.