Skip to content

Commit 44f0b97

Browse files
committed
Update package info and references
1 parent 97a4ae7 commit 44f0b97

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-9
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: spatstat.model
2-
Version: 3.2-1.004
3-
Date: 2023-03-03
2+
Version: 3.2-1.005
3+
Date: 2023-03-04
44
Title: Parametric Statistical Modelling and Inference for the 'spatstat' Family
55
Authors@R: c(person("Adrian", "Baddeley",
66
role = c("aut", "cre", "cph"),

NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11

2-
CHANGES IN spatstat.model VERSION 3.2-1.004
2+
CHANGES IN spatstat.model VERSION 3.2-1.005
33

44
OVERVIEW
55

66
o Internal reorganisation of files.
77

88
o Internal efficiencies.
99

10+
o Minor changes to documentation.
11+
1012
CHANGES IN spatstat.model VERSION 3.2-1
1113

1214
OVERVIEW

inst/doc/packagesizes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
33
"2022-11-06" "3.0-3" 263 692 0 37739 1155
44
"2023-01-26" "3.1-2" 267 706 0 38848 1155
55
"2023-02-14" "3.2-0" 269 709 0 38930 1155
6-
"2023-03-03" "3.2-1.004" 269 709 0 38931 1155
6+
"2023-03-04" "3.2-1.005" 269 709 0 38931 1155

man/cauchy.estK.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ cauchy.estK(X, startpar=c(kappa=1,scale=1), lambda=NULL,
114114
}
115115
}
116116
\references{
117-
Ghorbani, M. (2012) Cauchy cluster process.
118-
\emph{Metrika}, to appear.
117+
Ghorbani, M. (2013) Cauchy cluster process.
118+
\emph{Metrika} \bold{76}, 697--706.
119119

120120
Jalilian, A., Guan, Y. and Waagepetersen, R. (2013)
121121
Decomposition of variance for spatial Cox processes.

man/cauchy.estpcf.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ cauchy.estpcf(X, startpar=c(kappa=1,scale=1), lambda=NULL,
121121
}
122122
}
123123
\references{
124-
Ghorbani, M. (2012) Cauchy cluster process.
125-
\emph{Metrika}, to appear.
124+
Ghorbani, M. (2013) Cauchy cluster process.
125+
\emph{Metrika} \bold{76}, 697--706.
126126

127127
Jalilian, A., Guan, Y. and Waagepetersen, R. (2013)
128128
Decomposition of variance for spatial Cox processes.

man/macros/defns.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
\newcommand{\rmhInteractionsList}{\code{\link[spatstat.model]{AreaInter}}, \code{\link[spatstat.model]{BadGey}}, \code{\link[spatstat.model]{DiggleGatesStibbard}}, \code{\link[spatstat.model]{DiggleGratton}}, \code{\link[spatstat.model]{Fiksel}}, \code{\link[spatstat.model]{Geyer}}, \code{\link[spatstat.model]{Hardcore}}, \code{\link[spatstat.model]{Hybrid}}, \code{\link[spatstat.model]{LennardJones}}, \code{\link[spatstat.model]{MultiStrauss}}, \code{\link[spatstat.model]{MultiStraussHard}}, \code{\link[spatstat.model]{PairPiece}}, \code{\link[spatstat.model]{Penttinen}}, \code{\link[spatstat.model]{Poisson}}, \code{\link[spatstat.model]{Softcore}}, \code{\link[spatstat.model]{Strauss}}, \code{\link[spatstat.model]{StraussHard}} and \code{\link[spatstat.model]{Triplets}}}
3939
%% Frequent references
4040
\newcommand{\baddrubaturnbook}{Baddeley, A., Rubak, E. and Turner, R. (2015) \emph{Spatial Point Patterns: Methodology and Applications with R}. Chapman and Hall/CRC Press. }
41-
\newcommand{\baddchangclustersim}{Baddeley, A. and Chang, Y.-M. (2023) Robust algorithms for simulating cluster point processes. \emph{Journal of Statistical Computation and Simulation}. To appear.}
41+
%% Citations of recent articles that will change rapidly
42+
\newcommand{\baddchangclustersim}{Baddeley, A. and Chang, Y.-M. (2023) Robust algorithms for simulating cluster point processes. \emph{Journal of Statistical Computation and Simulation}. In Press. DOI \code{10.1080/00949655.2023.2166045}.}
4243
4344

0 commit comments

Comments
 (0)