mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add r-spatstat-linnet.
* gnu/packages/cran.scm (r-spatstat-linnet): New variable.
This commit is contained in:
parent
3ebae705f9
commit
e1240e22f5
1 changed files with 27 additions and 0 deletions
|
@ -24918,6 +24918,33 @@ (define-public r-spatstat-core
|
|||
user-level code from spatstat, except for the code for linear networks.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-spatstat-linnet
|
||||
(package
|
||||
(name "r-spatstat-linnet")
|
||||
(version "1.65-3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "spatstat.linnet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y088r26h5yv006ydgcb4iwpvnc7ql857gky0hbi7xqqciqr8wdv"))))
|
||||
(properties
|
||||
`((upstream-name . "spatstat.linnet")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-matrix" ,r-matrix)
|
||||
("r-spatstat-core" ,r-spatstat-core)
|
||||
("r-spatstat-data" ,r-spatstat-data)
|
||||
("r-spatstat-geom" ,r-spatstat-geom)
|
||||
("r-spatstat-utils" ,r-spatstat-utils)))
|
||||
(home-page "http://spatstat.org/")
|
||||
(synopsis "Linear networks functionality of the spatstat package")
|
||||
(description
|
||||
"This is a subset of the spatstat package, containing its functionality
|
||||
for spatial data on a linear network.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-spatstat
|
||||
(package
|
||||
(name "r-spatstat")
|
||||
|
|
Loading…
Reference in a new issue