mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add r-gbrd.
* gnu/packages/cran.scm (r-gbrd): New variable.
This commit is contained in:
parent
53718658d2
commit
dd954dd743
1 changed files with 21 additions and 0 deletions
|
@ -4535,6 +4535,27 @@ (define-public r-polynom
|
|||
univariate polynomial manipulations.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-gbrd
|
||||
(package
|
||||
(name "r-gbrd")
|
||||
(version "0.4-11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gbRd" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06x97rw5i6v6cgjxkfhxnw4dn7lghn5q6ra7ri5ag1x9dkfzcl82"))))
|
||||
(properties `((upstream-name . "gbRd")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/gbRd/")
|
||||
(synopsis "Utilities for processing Rd objects and files")
|
||||
(description
|
||||
"This package provides utilities for processing Rd objects and files.
|
||||
Extract argument descriptions and other parts of the help pages of
|
||||
functions.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-writexl
|
||||
(package
|
||||
(name "r-writexl")
|
||||
|
|
Loading…
Reference in a new issue