Skip to content
Snippets Groups Projects
Unverified Commit 4ce3c287 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: Add r-knitrbootstrap.

* gnu/packages/statistics.scm (r-knitrbootstrap): New variable.
parent b4528110
No related branches found
No related tags found
No related merge requests found
......@@ -792,6 +792,29 @@ (define-public r-knitr
;; here.
(license license:gpl2+)))
(define-public r-knitrbootstrap
(package
(name "r-knitrbootstrap")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "knitrBootstrap" version))
(sha256
(base32
"0pshn2slzqwpryklslsxwh1dmqcnwv6bwi7yfm6m342wjybpk0wl"))))
(properties `((upstream-name . "knitrBootstrap")))
(build-system r-build-system)
(propagated-inputs
`(("r-knitr" ,r-knitr)
("r-rmarkdown" ,r-rmarkdown)))
(home-page "https://github.com/jimhester/knitrBootstrap")
(synopsis "Knitr bootstrap framework")
(description
"This package provides a framework to create Bootstrap 3 HTML reports
from knitr Rmarkdown.")
(license license:expat)))
(define-public r-microbenchmark
(package
(name "r-microbenchmark")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment