mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 15:02:55 +01:00
gnu: r-lgr: Update to 0.4.2.
* gnu/packages/cran.scm (r-lgr): Update to 0.4.2. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
958b735189
commit
cf40cb0cc4
1 changed files with 4 additions and 2 deletions
|
@ -25573,16 +25573,18 @@ Services (AWS) Simple Storage Service (S3) REST API.")
|
|||
(define-public r-lgr
|
||||
(package
|
||||
(name "r-lgr")
|
||||
(version "0.4.1")
|
||||
(version "0.4.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lgr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"196553hmni1ha9y6494f4g3ds0lwcl81v7k4r8wwap4a6acdrgd9"))))
|
||||
"0k4kacjk7swm3gmdpha1rg44xb29vzvhvx48jhpb78glj5c9phyr"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-r6" ,r-r6)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://s-fleck.github.io/lgr/")
|
||||
(synopsis "Fully featured logging framework")
|
||||
(description "This package offers a flexible, feature-rich yet
|
||||
|
|
Loading…
Add table
Reference in a new issue