mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add r-mc2d.
* gnu/packages/cran.scm (r-mc2d): New variable.
This commit is contained in:
parent
3b92730212
commit
458832c16e
1 changed files with 20 additions and 0 deletions
|
@ -2981,6 +2981,26 @@ (define-public r-mboost
|
|||
high-dimensional data.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-mc2d
|
||||
(package
|
||||
(name "r-mc2d")
|
||||
(version "0.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mc2d" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07h2gvmdfqjydikxksbqhikihg46fv6xyn8vk5kyni6x75gp9abk"))))
|
||||
(properties `((upstream-name . "mc2d")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-ggplot2 r-ggpubr r-mvtnorm))
|
||||
(home-page "https://cran.r-project.org/package=mc2d")
|
||||
(synopsis "Tools for two-dimensional monte-carlo simulations")
|
||||
(description
|
||||
"This is a framework for construction and analysis of 2D Monte-Carlo
|
||||
simulations. In addition, this package includes various distributions.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-mclogit
|
||||
(package
|
||||
(name "r-mclogit")
|
||||
|
|
Loading…
Reference in a new issue