Browse Source
gnu: r-htmltable: Update to 2.0.0.
* gnu/packages/cran.scm (r-htmltable): Update to 2.0.0.
[native-inputs]: Add r-knitr.
wip-haskell-updates-2
Ricardo Wurmus
2 years ago
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with
4 additions and
2 deletions
-
gnu/packages/cran.scm
|
|
@ -894,14 +894,14 @@ applications.") |
|
|
|
(define-public r-htmltable |
|
|
|
(package |
|
|
|
(name "r-htmltable") |
|
|
|
(version "1.13.3") |
|
|
|
(version "2.0.0") |
|
|
|
(source |
|
|
|
(origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (cran-uri "htmlTable" version)) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"0g9r156k9yl1f092hfw3b9wjx11akf0shbi3x0d0mvpnflvc8nfl")))) |
|
|
|
"1a1al4kld7lrapc2i086crr78kbgrskahs221iy9v77x0nhin2q3")))) |
|
|
|
(properties `((upstream-name . "htmlTable"))) |
|
|
|
(build-system r-build-system) |
|
|
|
(propagated-inputs |
|
|
@ -912,6 +912,8 @@ applications.") |
|
|
|
("r-magrittr" ,r-magrittr) |
|
|
|
("r-rstudioapi" ,r-rstudioapi) |
|
|
|
("r-stringr" ,r-stringr))) |
|
|
|
(native-inputs |
|
|
|
`(("r-knitr" ,r-knitr))) |
|
|
|
(home-page "http://gforge.se/packages/") |
|
|
|
(synopsis "Advanced tables for Markdown/HTML") |
|
|
|
(description |
|
|
|