Skip to content

Commit 15eb09e

Browse files
committed
Tweaks to satisfy CRAN
1 parent a3036a6 commit 15eb09e

File tree

7 files changed

+14
-5
lines changed

7 files changed

+14
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: spatstat.linnet
2-
Version: 3.2-4
3-
Date: 2025-01-21
2+
Version: 3.2-5
3+
Date: 2025-01-22
44
Title: Linear Networks Functionality of the 'spatstat' Family
55
Authors@R: c(person("Adrian", "Baddeley",
66
role = c("aut", "cre", "cph"),

NEWS

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

2+
CHANGES IN spatstat.linnet VERSION 3.2-5
3+
4+
OVERVIEW
5+
6+
o Minor changes in documentation to satisfy the package checker.
7+
8+
29
CHANGES IN spatstat.linnet VERSION 3.2-4
310

411
OVERVIEW

inst/doc/packagesizes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
3636
"2024-09-18" "3.2-2" 148 324 0 12882 3270
3737
"2024-11-19" "3.2-3" 148 324 0 12980 3270
3838
"2025-01-21" "3.2-4" 148 324 0 12980 3270
39+
"2025-01-22" "3.2-5" 148 324 0 12980 3270

inst/info/packagesizes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
3636
"2024-09-18" "3.2-2" 148 324 0 12882 3270
3737
"2024-11-19" "3.2-3" 148 324 0 12980 3270
3838
"2025-01-21" "3.2-4" 148 324 0 12980 3270
39+
"2025-01-22" "3.2-5" 148 324 0 12980 3270

man/distfun.lpp.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
\code{f <- distfun(X)} are distances,
6666
expressed as multiples of the unit of length of the spatial
6767
coordinates in \code{X}.
68-
The unit of length is given by \code{\link{unitname}(X)}.
68+
The unit of length is given by \code{\link[spatstat.geom]{unitname}(X)}.
6969

7070
Note that, if the unit of length in \code{X} is
7171
a composite expression such as \sQuote{2 microns},

man/nndist.lpp.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
The values returned by \code{nndist(X)} are distances,
6666
expressed as multiples of the unit of length of the spatial
6767
coordinates in \code{X}.
68-
The unit of length is given by \code{\link{unitname}(X)}.
68+
The unit of length is given by \code{\link[spatstat.geom]{unitname}(X)}.
6969

7070
Note that, if the unit of length in \code{X} is a composite
7171
expression such as \sQuote{2 microns},

man/pairdist.lpp.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
The values returned by \code{pairdist(X)} are distances,
5555
expressed as multiples of the unit of length of the spatial
5656
coordinates in \code{X}.
57-
The unit of length is given by \code{\link{unitname}(X)}.
57+
The unit of length is given by \code{\link[spatstat.geom]{unitname}(X)}.
5858

5959
Note that, if the unit of length in \code{X} is a composite
6060
expression such as \sQuote{2 microns},

0 commit comments

Comments
 (0)