Skip to content

Commit

Permalink
Ready for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
baddstats committed Feb 1, 2024
1 parent 7f6da9f commit a0795da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: spatstat.linnet
Version: 3.1-3.004
Date: 2024-01-25
Version: 3.1-4
Date: 2024-02-01
Title: Linear Networks Functionality of the 'spatstat' Family
Authors@R: c(person("Adrian", "Baddeley",
role = c("aut", "cre", "cph"),
Expand All @@ -25,7 +25,7 @@ Authors@R: c(person("Adrian", "Baddeley",
person("Ottmar", "Cronie",
role = "ctb"))
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>
Depends: R (>= 3.5.0), spatstat.data (>= 3.0), spatstat.geom (>= 3.2-7), spatstat.random (>= 3.2-1), spatstat.explore (>= 3.2-5), spatstat.model (>= 3.2-8.005), stats, graphics, grDevices, methods, utils
Depends: R (>= 3.5.0), spatstat.data (>= 3.0), spatstat.geom (>= 3.2-7), spatstat.random (>= 3.2-1), spatstat.explore (>= 3.2-5), spatstat.model (>= 3.2-9), stats, graphics, grDevices, methods, utils
Imports: spatstat.utils (>= 3.0-3), Matrix, spatstat.sparse (>= 3.0)
Suggests: goftest, locfit, spatstat (>= 3.0)
Description: Defines types of spatial data on a linear network
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.linnet VERSION 3.1-3.004
CHANGES IN spatstat.linnet VERSION 3.1-4

OVERVIEW

Expand Down
4 changes: 2 additions & 2 deletions R/densitylppVoronoi.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#'
#' densityVoronoi.lpp
#'
#' $Revision: 1.14 $ $Date: 2021/07/01 11:31:50 $
#' $Revision: 1.15 $ $Date: 2024/01/29 08:04:32 $
#'

densityVoronoi.lpp <- function(X, f = 1, ..., nrep = 1, verbose = TRUE){
Expand Down Expand Up @@ -152,7 +152,7 @@ bw.voronoi <- function(X, ..., probrange = c(0.2,0.8), nprob = 10,
creator="bw.voronoi",
criterion="Likelihood Cross-Validation",
warnextreme=warn, hargnames=c("probrange", "prob"),
unitname=NULL)
unitname=NULL, hword="probability")
return(result)
}

Expand Down
2 changes: 1 addition & 1 deletion inst/doc/packagesizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
"2023-05-13" "3.1-1" 148 307 0 12268 3270
"2023-10-22" "3.1-2" 148 307 0 12268 3270
"2023-10-28" "3.1-3" 148 307 0 12268 3270
"2024-01-25" "3.1-3.004" 148 312 0 12340 3270
"2024-02-01" "3.1-4" 148 312 0 12340 3270

0 comments on commit a0795da

Please # to comment.