mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add r-tkrplot.
* gnu/packages/cran.scm (r-tkrplot): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
This commit is contained in:
parent
9f09ac6b21
commit
628c22ec9e
1 changed files with 21 additions and 0 deletions
|
@ -2818,6 +2818,27 @@ (define-public r-tidyverse
|
|||
single step.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-tkrplot
|
||||
(package
|
||||
(name "r-tkrplot")
|
||||
(version "0.0-27")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tkrplot" version))
|
||||
(sha256
|
||||
(base32 "19bj4wn1fs4wrx5k4gakhpz4q59fgx0584wyaw7hnh0ljj8i34n9"))))
|
||||
(properties `((upstream-name . "tkrplot")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list libx11))
|
||||
(home-page "https://cran.r-project.org/package=tkrplot")
|
||||
(synopsis "Place R graphics in a Tk widget")
|
||||
(description
|
||||
"The tkrplot package lets you place R graphics in a @dfn{Tk,
|
||||
cross-platform graphical user interface toolkit} widget.")
|
||||
;; Any version of the GPL.
|
||||
(license (list license:gpl2+ license:gpl3+))))
|
||||
|
||||
(define-public r-rvest
|
||||
(package
|
||||
(name "r-rvest")
|
||||
|
|
Loading…
Reference in a new issue