mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-reportingtools: Add missing inputs.
* gnu/packages/bioconductor.scm (r-reportingtools)[native-inputs]: Add r-all, r-genefilter, r-hgu95av2-db, r-org-hs-eg-db, r-org-mm-eg-db, r-org-sc-sgd-db, r-pasilla, and r-shiny. [properties]: Tell updater to ignore r-gsealm. Change-Id: I9512bbc7a96c328ee05e15bc898969494dca4be0
This commit is contained in:
parent
f8bbfe1ea9
commit
dedc157d71
1 changed files with 15 additions and 2 deletions
|
@ -11946,7 +11946,10 @@ region sets and other genomic features.")
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file "inst/extdata/jslib/jquery-1.8.0.min.js"))))
|
'(delete-file "inst/extdata/jslib/jquery-1.8.0.min.js"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ReportingTools")))
|
`((upstream-name . "ReportingTools")
|
||||||
|
;; This is mentioned in microarrayAnalysis.Rnw, but the package doesn't
|
||||||
|
;; exist and apparently isn't needed after all.
|
||||||
|
(updater-ignored-native-inputs . ("r-gsealm"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -11987,7 +11990,17 @@ region sets and other genomic features.")
|
||||||
r-r-utils
|
r-r-utils
|
||||||
r-xml))
|
r-xml))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list esbuild r-rmarkdown r-runit
|
(list esbuild
|
||||||
|
r-all
|
||||||
|
r-genefilter
|
||||||
|
r-hgu95av2-db
|
||||||
|
r-org-hs-eg-db
|
||||||
|
r-org-mm-eg-db
|
||||||
|
r-org-sc-sgd-db
|
||||||
|
r-pasilla
|
||||||
|
r-rmarkdown
|
||||||
|
r-runit
|
||||||
|
r-shiny
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri "https://code.jquery.com/jquery-1.8.0.js")
|
(uri "https://code.jquery.com/jquery-1.8.0.js")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue