mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Add r-emoa.
* gnu/packages/cran.scm (r-emoa): New variable.
This commit is contained in:
parent
aae5f41b36
commit
cd7900c71f
1 changed files with 19 additions and 0 deletions
|
@ -26155,6 +26155,25 @@ (define-public r-showtext
|
|||
such as Ghostscript is needed to use this package.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public r-emoa
|
||||
(package
|
||||
(name "r-emoa")
|
||||
(version "0.5-0.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "emoa" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fr4ia3hkv8c7wkl64a51s6ynldppc812ynwldvbwy25dhlbvs6r"))))
|
||||
(properties `((upstream-name . "emoa")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/emoa/")
|
||||
(synopsis "Evolutionary multiobjective optimization algorithms")
|
||||
(description
|
||||
"This package provides building blocks for the design and analysis of
|
||||
multiobjective optimization algorithms.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-emojifont
|
||||
(package
|
||||
(name "r-emojifont")
|
||||
|
|
Loading…
Reference in a new issue