gnu: Add r-spatstat-linnet.

* gnu/packages/cran.scm (r-spatstat-linnet): New variable.
This commit is contained in:
Ricardo Wurmus 2021-03-15 13:39:48 +01:00
parent 3ebae705f9
commit e1240e22f5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")