Skip to content

Commit

Permalink
Bump version/email + doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Génin committed Sep 4, 2024
1 parent ea055d0 commit 2c7ca54
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 13 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: spatialwarnings
Type: Package
Title: Spatial Early Warning Signals of Ecosystem Degradation
Version: 3.0.99
Version: 3.1.0
Author: Alain Danet, Alexandre Genin, Vishwesha Guttal, Sonia Kefi,
Sabiha Majumder, Sumithra Sankaran, Florian Schneider
License: MIT + file LICENSE
Maintainer: Alexandre Genin <a.a.h.genin@uu.nl>
Maintainer: Alexandre Genin <alexandre.genin@sete.cnrs.fr>
Description: Tools to compute and assess significance of early-warnings signals (EWS) of ecosystem degradation on raster data sets. EWS are metrics derived from the observed spatial structure of an ecosystem -- e.g. spatial autocorrelation -- that increase before an ecosystem undergoes a non-linear transition (Genin et al. (2018) <doi:10.1111/2041-210X.13058>).
URL: https://github.com/spatial-ews/spatialwarnings
Depends: R (>= 3.3.0), future
Expand Down
2 changes: 1 addition & 1 deletion R/extra_doc.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#' as many columns as the number of values returned by the indicator
#' function}
#' \item{\code{null_mean}}{the mean indicator values in the null distribution}
#' \item{code{null_sd}}{the standard deviation of the null distribution}
#' \item{\code{null_sd}}{the standard deviation of the null distribution}
#' \item{\code{null_qsup}}{the upper quantile of the null distribution, by default
#' the 95% upper quantile, but see \code{\link{indictest}} for a way to
#' adjust this}
Expand Down
6 changes: 2 additions & 4 deletions R/lsw_sews.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@
#'
# # TODO other relevant papers ?
#'
#' @seealso dLSW
#'
#' @examples
#'
#' data(dda)
Expand Down Expand Up @@ -214,7 +212,7 @@ fit_lnorm <- function(xs) {
#'
#' @references
#
#TODO: add reference
#TODO: add reference to distribution
#
#' Siteur, Koen, Quan-Xing Liu, Vivi Rottschäfer, Tjisse van der Heide, Max Rietkerk,
#' Arjen Doelman, Christoffer Boström, and Johan van de Koppel. 2023.
Expand All @@ -226,7 +224,7 @@ fit_lnorm <- function(xs) {
#' dLSW gives the density, pLSW gives the distribution function, both as numerical
#' vectors determined by the length of x.
#'
#' @seealso dLSW
#' @seealso lsw_sews
#'
#' @examples
#'
Expand Down
7 changes: 4 additions & 3 deletions man/dLSW.Rd

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

2 changes: 0 additions & 2 deletions man/lsw_sews.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/simple_sews.Rd

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

0 comments on commit 2c7ca54

Please sign in to comment.