Skip to content

Commit

Permalink
Improve help files; reduce check time
Browse files Browse the repository at this point in the history
  • Loading branch information
baddstats committed Oct 7, 2022
1 parent 9a09b30 commit c8013ab
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: spatstat.explore
Version: 2.999-999.029
Date: 2022-08-27
Version: 2.999-999.030
Date: 2022-10-07
Title: Exploratory Data Analysis for the 'spatstat' Family
Authors@R: c(person("Adrian", "Baddeley",
role = c("aut", "cre"),
Expand Down
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

CHANGES IN spatstat.explore VERSION 2.999-999.028
CHANGES IN spatstat.explore VERSION 2.999-999.030

OVERVIEW

Expand All @@ -8,7 +8,8 @@ OVERVIEW
o Package will be initialised at version 3.0-0.
Versions less than 3 are developmental.

o We thank Marie-Colette van Lieshout for contributions.
o We thank Marie-Colette van Lieshout and Daniel Manrique-Castano
for contributions.

o Periodic edge correction for K function.

Expand Down
2 changes: 1 addition & 1 deletion inst/doc/packagesizes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
date version nhelpfiles nobjects ndatasets Rlines srclines
"2022-05-25" "3.0-0" 224 500 0 30319 6183
"2022-08-27" "2.999-999.029" 226 507 0 30634 6183
"2022-10-07" "2.999-999.030" 226 507 0 30634 6183
3 changes: 2 additions & 1 deletion man/Kdot.inhom.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ Kdot.inhom(X, i, lambdaI=NULL, lambdadot=NULL, \dots, r=NULL, breaks=NULL,
# Fit model
if(require("spatstat.model")) {
fit <- ppm(woods ~ marks * polynom(x,y,2))
K <- Kdot.inhom(woods, "maple", lambdaX=fit, update=FALSE)
K <- Kdot.inhom(woods, "maple", lambdaX=fit,
update=FALSE, leaveoneout=FALSE)
}
# synthetic example: type A points have intensity 50,
Expand Down
9 changes: 6 additions & 3 deletions man/dclf.test.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ mad.test(X, \dots, alternative=c("two.sided", "less", "greater"),
determines whether to compare the summary function for the data
to its theoretical value for CSR (\code{use.theory=TRUE})
or to the sample mean of simulations from CSR
(\code{use.theory=FALSE}).
(\code{use.theory=FALSE}). The test statistic \eqn{T} is defined in
equations (10.21) and (10.22) respectively on page 394 of Baddeley,
Rubak and Turner (2015).
The argument \code{leaveout} specifies how to calculate the
discrepancy between the summary function for the data and the
Expand Down Expand Up @@ -197,8 +199,9 @@ mad.test(X, \dots, alternative=c("two.sided", "less", "greater"),
simulation envelopes.
\emph{Ecological Monographs} \bold{84}(3) 477--489.
Baddeley, A., Hardegen, A., Lawrence, T., Milne, R.K. and Nair,
G. (2015) \emph{Pushing the envelope}. In preparation.
Baddeley, A., Rubak, E. and Turner, R. (2015)
\emph{Spatial Point Patterns: Methodology and Applications with R}.
Chapman and Hall/CRC Press.
Besag, J. (1977)
Discussion of Dr Ripley's paper.
Expand Down
2 changes: 2 additions & 0 deletions man/macros/defns.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
% Names with accents
\newcommand{\Bogsted}{\ifelse{latex}{\out{B\o gsted}}{Bogsted}}
\newcommand{\Cramer}{\ifelse{latex}{\out{Cram\'er}}{Cramer}}
\newcommand{\Francois}{\ifelse{latex}{\out{Fran\c{c}ois}}{Francois}}
\newcommand{\Frederic}{\ifelse{latex}{\out{Fr{\'e}d{\'e}ric}}{Frederic}}
\newcommand{\Hogmander}{\ifelse{latex}{\out{H{\"o}gmander}}{Hogmander}}
\newcommand{\Jyvaskyla}{\ifelse{latex}{\out{Jyv\"askyl\"a}}{Jyvaskyla}}
\newcommand{\Lucia}{\ifelse{latex}{\out{Luc\'{\i{}}a}}{Lucia}}
\newcommand{\Matern}{\ifelse{latex}{\out{Mat\'ern}}{Matern}}
\newcommand{\Moller}{\ifelse{latex}{\out{M\o ller}}{Moller}}
\newcommand{\Oehlschlaegel}{\ifelse{latex}{\out{Oehlschl\"{a}gel}}{Oehlschlaegel}}
Expand Down

0 comments on commit c8013ab

Please sign in to comment.