Skip to content

Commit e22d904

Browse files
committed
Update Rolf's address
1 parent 8efb793 commit e22d904

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Package: spatstat.sparse
2-
Version: 3.0-2
3-
Date: 2023-06-25
2+
Version: 3.0-2.001
3+
Date: 2023-10-08
44
Title: Sparse Three-Dimensional Arrays and Linear Algebra Utilities
55
Authors@R: c(person("Adrian", "Baddeley",
66
role = c("aut", "cre", "cph"),
77
email = "Adrian.Baddeley@curtin.edu.au",
88
comment = c(ORCID="0000-0001-9499-8382")),
99
person("Rolf", "Turner",
1010
role = c("aut", "cph"),
11-
email="r.turner@auckland.ac.nz",
11+
email="rolfturner@posteo.net",
1212
comment=c(ORCID="0000-0001-5521-5218")),
1313
person("Ege", "Rubak",
1414
role = c("aut", "cph"),

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
CHANGES IN spatstat.sparse VERSION 3.0-2.001
3+
4+
OVERVIEW
5+
6+
o Minor improvements.
7+
28
CHANGES IN spatstat.sparse VERSION 3.0-2
39

410
OVERVIEW

inst/doc/packagesizes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
1717
"2021-03-16" "2.0-0" 14 48 0 2059 733
1818
"2022-10-19" "3.0-0" 15 48 0 2092 740
1919
"2023-03-12" "3.0-1" 15 48 0 2092 740
20-
"2023-06-25" "3.0-2" 15 48 0 2092 740
20+
"2023-10-08" "3.0-2.001" 15 48 0 2092 740

man/macros/defns.Rd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
%% macro definitions for spatstat man pages
22
%% Authors
33
\newcommand{\adrian}{Adrian Baddeley \email{Adrian.Baddeley@curtin.edu.au}}
4-
\newcommand{\rolf}{Rolf Turner \email{r.turner@auckland.ac.nz}}
4+
\newcommand{\rolf}{Rolf Turner \email{rolfturner@posteo.net}}
55
\newcommand{\ege}{Ege Rubak \email{rubak@math.aau.dk}}
66
\newcommand{\spatstatAuthors}{\adrian, \rolf and \ege}
7+
\newcommand{\spatstatAuthorsComma}{\adrian, \rolf, \ege}
78
%% Contributors with emails
89
\newcommand{\pavel}{Pavel Grabarnik \email{pavel.grabar@issp.serpukhov.su}}
910
\newcommand{\dominic}{Dominic Schuhmacher \email{dominic.schuhmacher@mathematik.uni-goettingen.de}, URL \code{http://dominic.schuhmacher.name/}}
@@ -15,6 +16,8 @@
1516
\newcommand{\stephenEglen}{Stephen Eglen \email{S.J.Eglen@damtp.cam.ac.uk}}
1617
\newcommand{\mehdi}{Mehdi Moradi \email{m2.moradi@yahoo.com}}
1718
\newcommand{\yamei}{Ya-Mei Chang \email{yamei628@gmail.com}}
19+
\newcommand{\martinH}{Martin Hazelton \email{Martin.Hazelton@otago.ac.nz}}
20+
\newcommand{\tilman}{Tilman Davies \email{Tilman.Davies@otago.ac.nz}}
1821
% Names with accents
1922
\newcommand{\Bogsted}{\ifelse{latex}{\out{B\o gsted}}{Bogsted}}
2023
\newcommand{\Cramer}{\ifelse{latex}{\out{Cram\'er}}{Cramer}}

0 commit comments

Comments
 (0)