diff --git a/DESCRIPTION b/DESCRIPTION index 97da7a0..79a6a2d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,7 +23,7 @@ Authors@R: c( role = c("aut"), comment = c(ORCID = "0000-0001-8123-7058")) ) -Description: Use the spatial association marginal contributions derived from spatial stratified heterogeneity to capture the degree of correlation between spatial patterns. +Description: Utilizes spatial association marginal contributions derived from spatial stratified heterogeneity to capture the degree of correlation between spatial patterns. License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) @@ -50,6 +50,4 @@ Suggests: knitr, rmarkdown, spEDM -Remotes: - stscl/gdverse VignetteBuilder: knitr diff --git a/R/ssh_marginalcontri.R b/R/ssh_marginalcontri.R index b8fc78e..f7247e7 100644 --- a/R/ssh_marginalcontri.R +++ b/R/ssh_marginalcontri.R @@ -9,7 +9,7 @@ #' #' @return A list. #' \describe{ -#' \item{\code{pd}}{robust power of determinants} +#' \item{\code{pd}}{power of determinants} #' \item{\code{spd}}{shap power of determinants} #' \item{\code{determination}}{determination of the optimal interaction of variables} #' } diff --git a/cran-comments.md b/cran-comments.md index bfd418e..20257fd 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,3 @@ ## R CMD check results -0 errors | 0 warnings | 1 note - -* This release enhances support for spatial patterns correlation and pathway analysis. -See `NEWS.md` for details. +0 errors | 0 warnings | 0 note diff --git a/man/ssh_marginalcontri.Rd b/man/ssh_marginalcontri.Rd index 9f086ab..11addec 100644 --- a/man/ssh_marginalcontri.Rd +++ b/man/ssh_marginalcontri.Rd @@ -20,7 +20,7 @@ use parallel computing.} \value{ A list. \describe{ -\item{\code{pd}}{robust power of determinants} +\item{\code{pd}}{power of determinants} \item{\code{spd}}{shap power of determinants} \item{\code{determination}}{determination of the optimal interaction of variables} }