mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: Add r-acswr.
* gnu/packages/cran.scm (r-acswr): New variable.
This commit is contained in:
parent
0ea0b2dd46
commit
ffecbcbf51
1 changed files with 22 additions and 0 deletions
|
@ -17753,3 +17753,25 @@ (define-public r-acss
|
|||
random process. In addition, two traditional (but problematic) measures of
|
||||
complexity are also provided: entropy and change complexity.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-acswr
|
||||
(package
|
||||
(name "r-acswr")
|
||||
(version "1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ACSWR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"195vjrkang5cl7gwsna0aq4p0h4jym9xg9yh94bnf8vq6wf8j83n"))))
|
||||
(properties `((upstream-name . "ACSWR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-mass" ,r-mass)))
|
||||
(home-page "https://cran.r-project.org/web/packages/ACSWR/")
|
||||
(synopsis "Companion package for the book \"A Course in Statistics with R\"")
|
||||
(description
|
||||
"This is a companion package for the book \"A Course in Statistics with
|
||||
R\" (ISBN 978-1-119-15272-9.)")
|
||||
(license license:gpl2)))
|
||||
|
|
Loading…
Reference in a new issue