mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05: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 @@ (define-public r-gprofiler
|
|||
(define-public r-gprofiler2
|
||||
(package
|
||||
(name "r-gprofiler2")
|
||||
(version "0.2.1")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gprofiler2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0r0h34b35xzgd9rh55yndn0anxy0z45zdlqa6qfmpn91b6v1bb1g"))))
|
||||
"1zbfvpb4qqj6vipz0ps4pyy14h6rc4jaqfa8q4zrbhi5vvw9805r"))))
|
||||
(properties `((upstream-name . "gprofiler2")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -2186,7 +2186,7 @@ (define-public r-gprofiler2
|
|||
r-rcurl
|
||||
r-tidyr
|
||||
r-viridislite))
|
||||
(native-inputs (list r-knitr))
|
||||
(native-inputs (list r-knitr r-rmarkdown))
|
||||
(home-page "https://cran.r-project.org/web/packages/gprofiler2/")
|
||||
(synopsis "Interface to the g:Profiler toolset")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue