mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add r-oompadata.
* gnu/packages/cran.scm (r-oompadata): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
cf941786ee
commit
48d90820e4
1 changed files with 23 additions and 0 deletions
|
@ -2314,6 +2314,29 @@ (define-public r-oenb
|
|||
@url{https://www.oenb.at/en/Statistics/User-Defined-Tables/webservice.html}.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-oompadata
|
||||
(package
|
||||
(name "r-oompadata")
|
||||
(version "3.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "oompaData" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gdp7bghgpz3q0h06w8r926x7wkpcvkpyf0v5qfi1qixbpvk5fdf"))))
|
||||
(properties `((upstream-name . "oompaData")))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://oompa.r-forge.r-project.org/")
|
||||
(synopsis "Data to illustrate OOMPA algorithms")
|
||||
(description
|
||||
"OOMPA offers R packages for gene expression and proteomics analysis.
|
||||
OOMPA uses S4 classes to construct object-oriented tools with a consistent
|
||||
user interface. All higher level analysis tools in OOMPA are compatible with
|
||||
the eSet classes defined in BioConductor. The lower level processing tools
|
||||
offer an alternative to parts of BioConductor, but can also be used to enhance
|
||||
existing BioConductor packages.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public r-orgmassspecr
|
||||
(package
|
||||
(name "r-orgmassspecr")
|
||||
|
|
Loading…
Reference in a new issue