mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-lemon: Update to 0.4.6.
* gnu/packages/cran.scm (r-lemon): Update to 0.4.6. [propagated-inputs]: Remove r-rlang.
This commit is contained in:
parent
06261e05a7
commit
16a5e39f1d
1 changed files with 2 additions and 3 deletions
|
@ -18813,14 +18813,14 @@ (define-public r-reinforcelearn
|
|||
(define-public r-lemon
|
||||
(package
|
||||
(name "r-lemon")
|
||||
(version "0.4.5")
|
||||
(version "0.4.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lemon" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y3ljidhqdakxlya2npj2w0az820g8kw6gl1cfm4f0cxvzgd1ly4"))))
|
||||
"0v1kbyk64yzsk92h6yq03kp9alc9632qprznsws61r8firiskim5"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggplot2
|
||||
|
@ -18829,7 +18829,6 @@ (define-public r-lemon
|
|||
r-knitr
|
||||
r-lattice
|
||||
r-plyr
|
||||
r-rlang
|
||||
r-scales))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue