mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Add r-spatstat-geom.
* gnu/packages/cran.scm (r-spatstat-geom): New variable.
This commit is contained in:
parent
78373e394d
commit
ddfe3f77a9
1 changed files with 27 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue