gnu: Add r-gdtools.
* gnu/packages/statistics.scm (r-gdtools): New variable.
This commit is contained in:
parent
6baa83d283
commit
c5940b157e
|
@ -610,6 +610,30 @@ multidimensional conditioning system and a consistent interface to map data to
|
||||||
aesthetic attributes.")
|
aesthetic attributes.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-gdtools
|
||||||
|
(package
|
||||||
|
(name "r-gdtools")
|
||||||
|
(version "0.0.7")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "gdtools" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1bmnf9d677f2jy8jnb9ymjz1qzm4yrd0qp6k5qrrly06jfffyx7g"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("r-rcpp" ,r-rcpp)
|
||||||
|
("pkg-config" ,pkg-config)))
|
||||||
|
(inputs
|
||||||
|
`(("cairo" ,cairo)))
|
||||||
|
(home-page "http://cran.r-project.org/web/packages/gdtools")
|
||||||
|
(synopsis "Utilities for graphical rendering")
|
||||||
|
(description
|
||||||
|
"The @code{gdtools} package provides functionalities to get font metrics
|
||||||
|
and to generate base64 encoded string from raster matrix.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-assertthat
|
(define-public r-assertthat
|
||||||
(package
|
(package
|
||||||
(name "r-assertthat")
|
(name "r-assertthat")
|
||||||
|
|
Loading…
Reference in New Issue