gnu: Add r-spatstat-geom.

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

View file

@ -24859,6 +24859,33 @@ (define-public r-spatstat-data
package.")
(license license:gpl2+)))
(define-public r-spatstat-geom
(package
(name "r-spatstat-geom")
(version "1.65-5")
(source
(origin
(method url-fetch)
(uri (cran-uri "spatstat.geom" version))
(sha256
(base32
"0g0m5b3nbzpyblbp77n56k6aiw3fn23jkk72h9fhqlg1ydn2fzpk"))))
(properties `((upstream-name . "spatstat.geom")))
(build-system r-build-system)
(propagated-inputs
`(("r-deldir" ,r-deldir)
("r-polyclip" ,r-polyclip)
("r-spatstat-data" ,r-spatstat-data)
("r-spatstat-sparse" ,r-spatstat-sparse)
("r-spatstat-utils" ,r-spatstat-utils)))
(home-page "http://spatstat.org/")
(synopsis "Geometrical functionality of the spatstat package")
(description
"This is a subset of the original spatstat package, containing the
user-level code from spatstat which performs geometrical operations, except
for the geometry of linear networks.")
(license license:gpl2+)))
(define-public r-spatstat
(package
(name "r-spatstat")