Skip to content

Commit

Permalink
docs: fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
gisler committed Nov 19, 2023
1 parent b783180 commit 6289578
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RPhosFate v1.0.4.9000

* Switched to utilising the `SpatRaster` and `SpatVector` classes from the `terra` package instead of the `RasterLayer` class from the `raster` and the `Spatial*DataFrame` classes from the `sp` packages.
* Added `is_ths` argument to `RPhosFate()` and `catchment()` constructors: allows for specifying the number of threads to use for processing, were applicable.
* Added `is_ths` argument to `RPhosFate()` and `catchment()` constructors: allows for specifying the number of threads to use for processing, where applicable.
* Ceased support for _ERDAS IMAGINE_ (\*.img) raster files. `img2tif()` can be used to convert all _ERDAS IMAGINE_ raster files in a directory and its subdirectories into _GeoTIFF_ raster files.
* Dropped backward compatibility to major version zero.
* Removed `spatstat.geom` from imported packages list (utilised functionality is now also provided by `terra`).
Expand Down
2 changes: 1 addition & 1 deletion R/aaa.R
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ setMethod(
#' @slot ls_ini A logical scalar specifying if the state of an existing project
#' was loaded from disk.
#' @slot is_ths An integer scalar holding the number of threads to use for
#' processing, were applicable.
#' processing, where applicable.
#' @slot is_MCi An integer scalar holding the current Monte Carlo iteration if
#' applicable.
#' @slot cv_MCl A character vector holding the names of the layers, which shall
Expand Down
2 changes: 1 addition & 1 deletion R/input.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ demoProject <- function(cs_dir = tempdir(TRUE)) {
#' @param is_adj A numeric scalar specifying how many cells adjacent to channels
#' shall be burnt.
#' @param is_ths An integer scalar specifying the number of threads to use for
#' processing, were applicable.
#' processing, where applicable.
#' @param ls_tmp A logical scalar specifying if the temporary files created
#' during computation shall be kept.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/DEMrelatedInput.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/RPhosFate-class.Rd

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

0 comments on commit 6289578

Please sign in to comment.