mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Add r-spatstat-utils.
* gnu/packages/cran.scm (r-spatstat-utils): New variable.
This commit is contained in:
parent
b07b4a7df2
commit
e1bf91c396
1 changed files with 21 additions and 0 deletions
|
@ -22774,3 +22774,24 @@ (define-public r-tensor
|
|||
arrays collapsed in specific extents by summing along the appropriate
|
||||
diagonals. This package allows you to compute the tensor product of arrays.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-spatstat-utils
|
||||
(package
|
||||
(name "r-spatstat-utils")
|
||||
(version "1.17-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "spatstat.utils" version))
|
||||
(sha256
|
||||
(base32
|
||||
"08h9kzkkxvlnngxnv5mdylfali5jj4yhgbr8kvf8l7glswz6ik9r"))))
|
||||
(properties
|
||||
`((upstream-name . "spatstat.utils")))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://www.spatstat.org")
|
||||
(synopsis "Utility functions for spatstat")
|
||||
(description
|
||||
"This package contains utility functions for the @code{spatstat} package
|
||||
which may also be useful for other purposes.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue