Skip to content

Commit

Permalink
Add values field as required by CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
sdray committed Oct 4, 2023
1 parent 55280cb commit d2e9fe4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions R/constr.hclust-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@
#'
#' @seealso \code{\link{hclust}-class}
#'
#' @returns No return value
#'
NULL
1 change: 1 addition & 0 deletions R/listw.explore.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#' @importFrom shiny runApp
#' @author Stéphane Dray \email{stephane.dray@@univ-lyon1.fr}
#' @seealso \code{\link{chooseCN}}
#' @returns No return value
#' @examples
#' \dontrun{
#' ## a matrix or an object of class 'Spatial*' should be in the global environment
Expand Down
2 changes: 1 addition & 1 deletion R/msr.mantelrtest.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' @param method an character specifying which algorithm should be used to
#' produce spatial replicates (see \code{\link{msr.default}}).
#' @param \dots further arguments of the \code{\link{msr.default}} function.
#' @return An object of class \code{randtest}.
#' @returns An object of class \code{randtest}.
#' @author Sylvie Clappe, Stephane Dray \email{stephane.dray@@univ-lyon1.fr}
#' @seealso \code{\link{msr.default}}, \code{\link[ade4]{mantel.randtest}}
#' @references Crabot, J., Clappe, S., Dray, S. and Datry, T. (2019) Testing the
Expand Down
2 changes: 1 addition & 1 deletion R/plot.constr.hclust.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
#'
#' @author Guillaume Guénard \email{[email protected]}
#' and Pierre Legendre \email{pierre.legendre@@umontreal.ca}
#'
#' @returns No return value
#' @examples
#'
#' ## Artificial map data from Legendre & Legendre (2012, Fig. 13.26)
Expand Down

0 comments on commit d2e9fe4

Please sign in to comment.