Skip to content

Commit c44c839

Browse files
committed
Updated to new spatstat family
1 parent 78f9787 commit c44c839

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: spatstat.utils
2-
Version: 1.20-3
3-
Date: 2021-01-10
2+
Version: 2.0-0
3+
Date: 2021-01-24
44
Title: Utility Functions for 'spatstat'
55
Authors@R: c(person("Adrian", "Baddeley",
66
role = c("aut", "cre"),
@@ -16,7 +16,7 @@ Authors@R: c(person("Adrian", "Baddeley",
1616
comment=c(ORCID="0000-0002-6675-533X")))
1717
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>
1818
Depends: R (>= 3.3.0), stats, graphics, grDevices, utils, methods
19-
Suggests: spatstat
19+
Suggests: spatstat.core
2020
Description: Contains utility functions for the 'spatstat' package
2121
which may also be useful for other purposes.
2222
License: GPL (>= 2)

inst/doc/packagesizes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
1616
"2020-12-19" "1.19-0" 32 170 0 3330 1965
1717
"2021-01-04" "1.20-0" 32 170 0 3330 1966
1818
"2021-01-06" "1.20-1" 32 170 0 3330 1966
19-
"2021-01-10" "1.20-3" 32 170 0 3330 1966
19+
"2021-01-24" "2.0-0" 32 170 0 3330 1966

man/expand.polynom.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838

3939
If \code{f} is a formula containing a term of the form
4040
\code{polynom(\dots)} then \code{expand.polynom(f)} replaces this term
41-
by its expansion as a sum of homogeneous terms.
41+
by its expansion as a sum of homogeneous terms, as defined in
42+
the help for \code{\link[spatstat.core]{polynom}}.
4243
}
4344
\value{
4445
A \code{formula}.
@@ -47,7 +48,7 @@
4748
\spatstatAuthors.
4849
}
4950
\seealso{
50-
\code{\link[spatstat]{polynom}}
51+
\code{\link[spatstat.core]{polynom}}
5152
}
5253
\examples{
5354
sympoly(A, 4)

0 commit comments

Comments
 (0)