mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-codedepends: Update to 0.6.6.
* gnu/packages/bioconductor.scm (r-codedepends): Update to 0.6.6. [native-inputs]: Add r-knitr. Change-Id: I38378f3c7406166007da48eed749526d6ddb9277
This commit is contained in:
parent
daf31b4043
commit
a82e38586a
1 changed files with 3 additions and 2 deletions
|
@ -13006,18 +13006,19 @@ (define-public r-pepsnmr
|
|||
(define-public r-codedepends
|
||||
(package
|
||||
(name "r-codedepends")
|
||||
(version "0.6.5")
|
||||
(version "0.6.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "CodeDepends" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0l7kiv3awx50glf5cs841b4zzsff1ml90f0zr868ygvwsr4ps1hq"))))
|
||||
"0msq5ksjqp2pjzl6f1vizw53gdf5lz520bpdr5dbjwz5mc1mp0bz"))))
|
||||
(properties `((upstream-name . "CodeDepends")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-codetools r-graph r-xml))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://cran.r-project.org/web/packages/CodeDepends")
|
||||
(synopsis "Analysis of R code for reproducible research and code comprehension")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue