From 54cf8541ef40e7c64bc11d67579a72487f1991c5 Mon Sep 17 00:00:00 2001 From: Adrian Baddeley Date: Thu, 25 Jul 2024 09:12:47 +0800 Subject: [PATCH] Tweaks --- DESCRIPTION | 4 ++-- NEWS | 6 ++++++ inst/doc/packagesizes.txt | 1 + inst/info/packagesizes.txt | 1 + man/as.tess.Rd | 6 ++++-- man/markstat.Rd | 8 ++++---- man/spatstat.geom-package.Rd | 2 ++ man/unitname.Rd | 10 +++++----- 8 files changed, 25 insertions(+), 13 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7027791..f001fab 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: spatstat.geom -Version: 3.3-2 -Date: 2024-07-09 +Version: 3.3-2.001 +Date: 2024-07-25 Title: Geometrical Functionality of the 'spatstat' Family Authors@R: c(person("Adrian", "Baddeley", role = c("aut", "cre", "cph"), diff --git a/NEWS b/NEWS index c431c08..da6efd8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ + CHANGES IN spatstat.geom VERSION 3.3-2.001 + +OVERVIEW + + o Tweaks to documentation. + CHANGES IN spatstat.geom VERSION 3.3-2 OVERVIEW diff --git a/inst/doc/packagesizes.txt b/inst/doc/packagesizes.txt index 76b894b..0c48c6e 100755 --- a/inst/doc/packagesizes.txt +++ b/inst/doc/packagesizes.txt @@ -28,3 +28,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines "2024-02-28" "3.2-9" 452 1209 0 36325 15824 "2024-07-05" "3.3-0" 442 1186 0 35638 15596 "2024-07-09" "3.3-2" 442 1186 0 35638 15596 +"2024-07-25" "3.3-2.001" 442 1186 0 35638 15596 diff --git a/inst/info/packagesizes.txt b/inst/info/packagesizes.txt index 76b894b..0c48c6e 100755 --- a/inst/info/packagesizes.txt +++ b/inst/info/packagesizes.txt @@ -28,3 +28,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines "2024-02-28" "3.2-9" 452 1209 0 36325 15824 "2024-07-05" "3.3-0" 442 1186 0 35638 15596 "2024-07-09" "3.3-2" 442 1186 0 35638 15596 +"2024-07-25" "3.3-2.001" 442 1186 0 35638 15596 diff --git a/man/as.tess.Rd b/man/as.tess.Rd index 481cbe1..1bc9c17 100644 --- a/man/as.tess.Rd +++ b/man/as.tess.Rd @@ -47,7 +47,7 @@ in any of several formats, into an object of class \code{"tess"}. tessellation consisting of a single tile. \item a set of quadrat counts (object of class \code{"quadratcount"}) - returned by the command \code{\link{quadratcount}}. + returned by the command \code{\link[spatstat.geom]{quadratcount}}. The quadrats used to generate the counts will be extracted and returned as a tessellation. @@ -65,7 +65,9 @@ in any of several formats, into an object of class \code{"tess"}. various classes, as listed above. } \seealso{ - \code{\link{tess}} + \code{\link[spatstat.geom]{tess}} + + \code{\link[spatstat.geom]{quadratcount}} } \examples{ # pixel image diff --git a/man/markstat.Rd b/man/markstat.Rd index fcbc3e2..5cf34aa 100644 --- a/man/markstat.Rd +++ b/man/markstat.Rd @@ -76,15 +76,15 @@ relatives. See the section on \bold{Value}. This function is just a convenient wrapper for a common use of the - function \code{\link{applynbd}}. For more complex tasks, - use \code{\link{applynbd}}. + function \code{\link[spatstat.geom]{applynbd}}. For more complex tasks, + use \code{\link[spatstat.geom]{applynbd}}. To simply tabulate the marks in every \code{R}-neighbourhood, use \code{\link[spatstat.explore]{marktable}}. } \seealso{ - \code{\link{applynbd}}, + \code{\link[spatstat.geom]{applynbd}}, \code{\link[spatstat.explore]{marktable}}, - \code{\link{ppp.object}}, + \code{\link[spatstat.geom]{ppp.object}}, \code{\link{apply}} } \examples{ diff --git a/man/spatstat.geom-package.Rd b/man/spatstat.geom-package.Rd index 72aa0e8..53f9a7b 100644 --- a/man/spatstat.geom-package.Rd +++ b/man/spatstat.geom-package.Rd @@ -46,6 +46,8 @@ \item \pkg{spatstat.utils} containing basic utilities \item \pkg{spatstat.data} containing datasets \item \pkg{spatstat.sparse} containing linear algebra utilities + \item \pkg{spatstat.univar} containing functions for estimating + probability distributions of random variables \item \pkg{spatstat.geom} containing geometrical objects and geometrical operations \item \pkg{spatstat.random} containing code for generating diff --git a/man/unitname.Rd b/man/unitname.Rd index d8426c7..79bf563 100644 --- a/man/unitname.Rd +++ b/man/unitname.Rd @@ -72,21 +72,21 @@ unitname(x) <- value Note that re-setting the name of the unit of length \emph{does not} affect the numerical values in \code{x}. It changes only the string containing the name of the unit of length. To rescale the numerical - values, use \code{\link{rescale}}. + values, use \code{\link[spatstat.geom]{rescale}}. } \value{ The return value of \code{unitname} is an object of class \code{"unitname"} containing the name of the unit of length in \code{x}. There are methods for \code{print}, \code{summary}, \code{as.character}, - \code{\link{rescale}} and \code{\link{compatible}}. + \code{\link[spatstat.geom]{rescale}} and \code{\link[spatstat.geom]{compatible}}. } \author{ \spatstatAuthors. } \seealso{ - \code{\link{rescale}}, - \code{\link{owin}}, - \code{\link{ppp}} + \code{\link[spatstat.geom]{rescale}}, + \code{\link[spatstat.geom]{owin}}, + \code{\link[spatstat.geom]{ppp}} } \examples{