Skip to content

Commit ef0a898

Browse files
committed
Ready for CRAN
1 parent cca1975 commit ef0a898

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: spatstat.linnet
2-
Version: 3.2-2.001
3-
Date: 2024-11-08
2+
Version: 3.2-3
3+
Date: 2024-11-19
44
Title: Linear Networks Functionality of the 'spatstat' Family
55
Authors@R: c(person("Adrian", "Baddeley",
66
role = c("aut", "cre", "cph"),
@@ -25,7 +25,7 @@ Authors@R: c(person("Adrian", "Baddeley",
2525
person("Ottmar", "Cronie",
2626
role = "ctb"))
2727
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>
28-
Depends: R (>= 3.5.0), stats, graphics, grDevices, methods, utils, spatstat.data (>= 3.1-2), spatstat.univar (>= 3.1-1), spatstat.geom (>= 3.3-3), spatstat.random (>= 3.3-2), spatstat.explore (>= 3.3-2), spatstat.model (>= 3.3-1)
28+
Depends: R (>= 3.5.0), stats, graphics, grDevices, methods, utils, spatstat.data (>= 3.1-4), spatstat.univar (>= 3.1-1), spatstat.geom (>= 3.3-4), spatstat.random (>= 3.3-2), spatstat.explore (>= 3.3-3), spatstat.model (>= 3.3-2)
2929
Imports: Matrix, spatstat.utils (>= 3.1-1), spatstat.sparse (>= 3.1-0)
3030
Suggests: goftest, locfit, spatstat (>= 3.0)
3131
Description: Defines types of spatial data on a linear network

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
CHANGES IN spatstat.linnet VERSION 3.2-2.001
2+
CHANGES IN spatstat.linnet VERSION 3.2-3
33

44
OVERVIEW
55

inst/doc/packagesizes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
3333
"2024-02-04" "3.1-4" 148 312 0 12340 3270
3434
"2024-03-24" "3.1-5" 148 312 0 12343 3270
3535
"2024-07-09" "3.2-1" 148 324 0 12882 3270
36-
"2024-11-08" "3.2-2.001" 148 324 0 12980 3270
36+
"2024-11-19" "3.2-3" 148 324 0 12980 3270

inst/info/packagesizes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
3333
"2024-02-04" "3.1-4" 148 312 0 12340 3270
3434
"2024-03-24" "3.1-5" 148 312 0 12343 3270
3535
"2024-07-09" "3.2-1" 148 324 0 12882 3270
36-
"2024-11-08" "3.2-2.001" 148 324 0 12980 3270
36+
"2024-11-19" "3.2-3" 148 324 0 12980 3270

man/plot.linim.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@
157157
\seealso{
158158
\code{\link{linim}},
159159
\code{\link[spatstat.geom]{plot.im}},
160-
\code{\link[graphics]{polygon}}
160+
\code{\link[graphics]{polygon}},
161+
\code{\link[spatstat.geom]{default.image.colours}}
161162
}
162163
\references{
163164
Ang, Q.W., Baddeley, A. and Nair, G. (2012)

0 commit comments

Comments
 (0)