mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: r-gprofiler2: Update to 0.2.2.
* gnu/packages/cran.scm (r-gprofiler2): Update to 0.2.2. [native-inputs]: Add r-rmarkdown.
This commit is contained in:
parent
1223a87a14
commit
95a4fc7e9c
1 changed files with 3 additions and 3 deletions
|
@ -2166,14 +2166,14 @@ organisms via the @code{g:Profiler} toolkit.")
|
||||||
(define-public r-gprofiler2
|
(define-public r-gprofiler2
|
||||||
(package
|
(package
|
||||||
(name "r-gprofiler2")
|
(name "r-gprofiler2")
|
||||||
(version "0.2.1")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "gprofiler2" version))
|
(uri (cran-uri "gprofiler2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r0h34b35xzgd9rh55yndn0anxy0z45zdlqa6qfmpn91b6v1bb1g"))))
|
"1zbfvpb4qqj6vipz0ps4pyy14h6rc4jaqfa8q4zrbhi5vvw9805r"))))
|
||||||
(properties `((upstream-name . "gprofiler2")))
|
(properties `((upstream-name . "gprofiler2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -2186,7 +2186,7 @@ organisms via the @code{g:Profiler} toolkit.")
|
||||||
r-rcurl
|
r-rcurl
|
||||||
r-tidyr
|
r-tidyr
|
||||||
r-viridislite))
|
r-viridislite))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr r-rmarkdown))
|
||||||
(home-page "https://cran.r-project.org/web/packages/gprofiler2/")
|
(home-page "https://cran.r-project.org/web/packages/gprofiler2/")
|
||||||
(synopsis "Interface to the g:Profiler toolset")
|
(synopsis "Interface to the g:Profiler toolset")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue