mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-rstudioapi: Update to 0.18.0.
* gnu/packages/statistics.scm (r-rstudioapi): Update to 0.18.0. [native-inputs]: Remove r-testthat. Change-Id: Ib37c94eea1f72d9e61ba2022b6d2e4d111fee1aa
This commit is contained in:
parent
96e3ec9e5b
commit
2025936c89
1 changed files with 3 additions and 3 deletions
|
|
@ -1781,16 +1781,16 @@ collation, and NAMESPACE files.")
|
|||
(define-public r-rstudioapi
|
||||
(package
|
||||
(name "r-rstudioapi")
|
||||
(version "0.17.1")
|
||||
(version "0.18.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rstudioapi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"029rbfdw9b57mcnx8yblgrwd79v47ky068mr3w9p61lnr21zjzk1"))))
|
||||
"1ggxhrc4zd984y1qx5m2w2dqpmwjhwp7ha39v7ivvlw10gqfwjcn"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-knitr))
|
||||
(home-page "https://cran.r-project.org/web/packages/rstudioapi")
|
||||
(synopsis "Safely access the RStudio API")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue