mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: Add r-rcpptoml.
* gnu/packages/cran.scm (r-rcpptoml): New variable.
This commit is contained in:
parent
67d74daf0c
commit
084600e3ca
1 changed files with 21 additions and 0 deletions
|
@ -26528,6 +26528,27 @@ (define-public r-cpp11
|
|||
semantics and supports interaction with @code{ALTREP} vectors.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-rcpptoml
|
||||
(package
|
||||
(name "r-rcpptoml")
|
||||
(version "0.1.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppTOML" version))
|
||||
(sha256
|
||||
(base32 "0h8517ipwqhqkhcfiyqmvsb585g01p0ra0azbpzyxip6pq6g029g"))))
|
||||
(properties `((upstream-name . "RcppTOML")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rcpp))
|
||||
(home-page "http://dirk.eddelbuettel.com/code/rcpp.toml.html")
|
||||
(synopsis "Rcpp bindings to TOML parser")
|
||||
(description
|
||||
"The TOML configuration format specifies an excellent format suitable for
|
||||
both human editing as well as the common uses of a machine-readable format.
|
||||
This package provides Rcpp bindings to a TOML parser.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-rcppziggurat
|
||||
(package
|
||||
(name "r-rcppziggurat")
|
||||
|
|
Loading…
Reference in a new issue