mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add r-gee.
* gnu/packages/cran.scm (r-gee): New variable.
This commit is contained in:
parent
5a0beca3aa
commit
5ba865a73f
1 changed files with 21 additions and 0 deletions
|
@ -7851,6 +7851,27 @@ (define-public r-survey
|
|||
;; Either version of the GPL.
|
||||
(license (list license:gpl2 license:gpl3))))
|
||||
|
||||
(define-public r-gee
|
||||
(package
|
||||
(name "r-gee")
|
||||
(version "4.13-20")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gee" version))
|
||||
(sha256
|
||||
(base32
|
||||
"167pzgnmj4cjc41ykps1mfwi6s7y32zxyycn5z17vn4v0pp4q0ak"))))
|
||||
(properties `((upstream-name . "gee")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
(home-page "https://cran.r-project.org/web/packages/gee/")
|
||||
(synopsis "Generalized estimation equation solver")
|
||||
(description
|
||||
"This package provides a solver for generalized estimation equations.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-dvmisc
|
||||
(package
|
||||
(name "r-dvmisc")
|
||||
|
|
Loading…
Reference in a new issue