Skip to content

Commit

Permalink
Now depends on spatstat.univar
Browse files Browse the repository at this point in the history
  • Loading branch information
baddstats committed Apr 21, 2024
1 parent 02783c0 commit ef6866f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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-5
Date: 2024-03-24
Version: 3.1-5.001
Date: 2024-04-21
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 <[email protected]>
Depends: R (>= 3.5.0), spatstat.data (>= 3.0-4), spatstat.geom (>= 3.2-9), spatstat.random (>= 3.2-3), spatstat.explore (>= 3.2-7), spatstat.model (>= 3.2-11), stats, graphics, grDevices, methods, utils
Depends: R (>= 3.5.0), spatstat.data (>= 3.0-4), spatstat.univar (>= 2.0-3), spatstat.geom (>= 3.2-9.007), spatstat.random (>= 3.2-3.001), spatstat.explore (>= 3.2-7.003), spatstat.model (>= 3.2-11.003), stats, graphics, grDevices, methods, utils
Imports: spatstat.utils (>= 3.0-4), Matrix, spatstat.sparse (>= 3.0-3)
Suggests: goftest, locfit, spatstat (>= 3.0)
Description: Defines types of spatial data on a linear network
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import(stats,graphics,grDevices,methods,utils)

import(spatstat.utils,Matrix,spatstat.sparse)
import(spatstat.utils,spatstat.univar,Matrix,spatstat.sparse)
import(spatstat.data,spatstat.geom,spatstat.random)
import(spatstat.explore,spatstat.model)

Expand Down
2 changes: 1 addition & 1 deletion inst/doc/packagesizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
"2023-10-28" "3.1-3" 148 307 0 12268 3270
"2024-02-04" "3.1-4" 148 312 0 12340 3270
"2024-03-24" "3.1-5" 148 312 0 12343 3270
"2024-03-24" "3.1-5" 148 312 0 12343 3270
"2024-04-21" "3.1-5.001" 148 312 0 12343 3270

0 comments on commit ef6866f

Please sign in to comment.