mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: Add r-qvcalc.
* gnu/packages/cran.scm (r-qvcalc): New variable. Change-Id: I3ff0497ff140364b1e77bf528844476d285543dc
This commit is contained in:
parent
c02385b462
commit
fc542b2fb3
1 changed files with 20 additions and 0 deletions
|
|
@ -20841,6 +20841,26 @@ assignment problem} (QAP). Currently only a simulated annealing heuristic is
|
|||
available.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-qvcalc
|
||||
(package
|
||||
(name "r-qvcalc")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "qvcalc" version))
|
||||
(sha256
|
||||
(base32 "0ngvv9jr2q92cdd38x08nm81hwhcnbx9gwv7s2xsd0kflnnkqh4h"))))
|
||||
(properties `((upstream-name . "qvcalc")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-mass r-psychotools r-survival r-testthat))
|
||||
(home-page "https://davidfirth.github.io/qvcalc/")
|
||||
(synopsis "Quasi variances for factor effects in statistical models")
|
||||
(description
|
||||
"This package provides functions to compute quasi variances and
|
||||
associated measures of approximation error.")
|
||||
(license (list license:gpl2 license:gpl3))))
|
||||
|
||||
(define-public r-gclus
|
||||
(package
|
||||
(name "r-gclus")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue