mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-maxlik: Update to 1.5-2.2.
* gnu/packages/cran.scm (r-maxlik): Update to 1.5-2.2. [properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-tinytest. Change-Id: I616e9660de100a4892e4b617bbeb982b5ecf91d4
This commit is contained in:
parent
530227b170
commit
e35746fcad
1 changed files with 6 additions and 4 deletions
|
|
@ -56313,17 +56313,19 @@ of a small set of carefully designed functions, most of which
|
|||
(define-public r-maxlik
|
||||
(package
|
||||
(name "r-maxlik")
|
||||
(version "1.5-2.1")
|
||||
(version "1.5-2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "maxLik" version))
|
||||
(sha256
|
||||
(base32 "0pcjhf8r7xz93qp4phs6l4i56y30ksivgv5ysnjh6khbdmicfm6h"))))
|
||||
(properties `((upstream-name . "maxLik")))
|
||||
(base32 "06kcddhwih4yjyczfpssg5hliqxfafcwsf5ilzkdf67qhncxqk2m"))))
|
||||
(properties
|
||||
'((upstream-name . "maxLik")
|
||||
(updater-extra-native-inputs . ("r-mass"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-generics r-misctools r-sandwich))
|
||||
(native-inputs (list r-mass))
|
||||
(native-inputs (list r-mass r-tinytest))
|
||||
(home-page "https://cran.r-project.org/package=maxLik")
|
||||
(synopsis "Maximum Likelihood Estimation and related tools")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue