Skip to content

Commit

Permalink
Bump to version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
baddstats committed Oct 24, 2022
1 parent 1af844a commit ac39d48
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: spatstat.random
Version: 2.999-999.003
Date: 2022-10-23
Version: 3.0-0
Date: 2022-10-24
Title: Random Generation Functionality for the 'spatstat' Family
Authors@R: c(person("Adrian", "Baddeley",
role = c("aut", "cre"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

CHANGES IN spatstat.random VERSION 2.999-999.003
CHANGES IN spatstat.random VERSION 3.0-0

OVERVIEW

Expand Down
2 changes: 1 addition & 1 deletion inst/doc/packagesizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
"2022-01-05" "2.0-0" 77 141 0 8561 7538
"2022-02-12" "2.1-0" 78 144 0 8711 7538
"2022-03-29" "2.2-0" 78 145 0 8924 7538
"2022-10-23" "2.999-999.003" 78 145 0 8978 7403
"2022-10-24" "3.0-0" 78 145 0 8978 7403
5 changes: 4 additions & 1 deletion tests/Random.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cat(paste("--------- Executing",
"test code -----------\n"))
#' tests/randoms.R
#' Further tests of random generation code
#' $Revision: 1.15 $ $Date: 2022/04/08 06:31:47 $
#' $Revision: 1.16 $ $Date: 2022/10/23 06:20:10 $


local({
Expand Down Expand Up @@ -96,6 +96,9 @@ local({
Y <- rMatClust(10, 0.05, Z, saveLambda=TRUE)
Y <- rCauchy(30, 0.01, Z, saveLambda=TRUE)
Y <- rVarGamma(30, 2, 0.02, Z, saveLambda=TRUE)
#' inhomogeneous
Moo <- as.im(function(x,y) { 10 * x }, unit.square())
X <- rMatClust(10, 0.2, Moo)
}

if(FULLTEST) {
Expand Down

0 comments on commit ac39d48

Please sign in to comment.