Skip to content

Commit

Permalink
docs: small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
gisler committed Nov 19, 2023
1 parent 55a7f53 commit b783180
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Dropped backward compatibility to major version zero.
* Removed `spatstat.geom` from imported packages list (utilised functionality is now also provided by `terra`).
* Bumped minimum tested R version from 4.2.3 to 4.3.2 using the corresponding _Posit_ public package manager snapshot.
* Slightly improved documentation.
* Major internal code improvements.

# RPhosFate v1.0.4
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.
#' processing, were 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
5 changes: 2 additions & 3 deletions R/input.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ demoProject <- function(cs_dir = tempdir(TRUE)) {
#' @param ns_brn A numeric scalar specifying the stream burning step size in m.
#' @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
#' during computation (no effect in case _OpenMP_ is not supported by the
#' toolchain and/or platform).
#' @param is_ths An integer scalar specifying the number of threads to use for
#' processing, were applicable.
#' @param ls_tmp A logical scalar specifying if the temporary files created
#' during computation shall be kept.
#'
Expand Down
5 changes: 2 additions & 3 deletions 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 b783180

Please sign in to comment.