mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add r-ouch.
* gnu/packages/cran.scm (r-ouch): New variable.
This commit is contained in:
parent
10483a64ee
commit
e4f4a04a51
1 changed files with 20 additions and 0 deletions
|
@ -7734,3 +7734,23 @@ (define-public r-activity
|
|||
bootstrapping; and evaluate variation in linear variables with time (or other
|
||||
circular variables).")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-ouch
|
||||
(package
|
||||
(name "r-ouch")
|
||||
(version "2.11-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ouch" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xkwwi62vdahlcg3k32zb1nfwsx87zdssk79mvcxgfsw9bw4gahx"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-subplex" ,r-subplex)))
|
||||
(home-page "http://kingaa.github.io/ouch/")
|
||||
(synopsis "Ornstein-Uhlenbeck models for phylogenetic comparative hypotheses")
|
||||
(description
|
||||
"This package provides tools to fit and compare Ornstein-Uhlenbeck models
|
||||
for evolution along a phylogenetic tree.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue