gnu: Add r-statnet-common.
* gnu/packages/cran.scm (r-statnet-common): New variable.
This commit is contained in:
parent
5f4565b18f
commit
07a2f34d5c
1 changed files with 20 additions and 0 deletions
|
@ -2245,3 +2245,23 @@ (define-public r-network
|
|||
@code{network} class can represent a range of relational data types, and
|
||||
supports arbitrary vertex/edge/graph attributes.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-statnet-common
|
||||
(package
|
||||
(name "r-statnet-common")
|
||||
(version "4.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "statnet.common" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0yw6l5b4qv0jqlg4zyczas7m12a5pyqghs6ydxy2f6v6vxkijvi0"))))
|
||||
(properties
|
||||
`((upstream-name . "statnet.common")))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://www.statnet.org")
|
||||
(synopsis "R scripts and utilities used by the Statnet software")
|
||||
(description "This package provides non-statistical utilities used by the
|
||||
software developed by the Statnet Project.")
|
||||
(license license:gpl3)))
|
||||
|
|
Loading…
Reference in a new issue