mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add r-xpose4.
* gnu/packages/statistics.scm(r-xpose4): New variable. Change-Id: I12ff5087299fdc4fbd3760c8e2376c5217ad0196 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
3460c6249a
commit
5068c9e7ef
1 changed files with 34 additions and 0 deletions
|
@ -671,6 +671,40 @@ like tidy evaluation.")
|
||||||
and printing capabilities than traditional data frames.")
|
and printing capabilities than traditional data frames.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public r-xpose4
|
||||||
|
(package
|
||||||
|
(name "r-xpose4")
|
||||||
|
(version "4.7.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/UUPharmacometrics/xpose4")
|
||||||
|
(commit (string-append "V" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1p1mrgb3s7iz61366v36xswn36ivpgqiy7qwxy6yh3hi6y6rjf2j"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(native-inputs (list r-testthat))
|
||||||
|
(propagated-inputs (list r-lattice
|
||||||
|
r-hmisc
|
||||||
|
r-survival
|
||||||
|
r-dplyr
|
||||||
|
r-tibble
|
||||||
|
r-lazyeval
|
||||||
|
r-gam
|
||||||
|
r-readr))
|
||||||
|
(home-page "https://uupharmacometrics.github.io/xpose4/")
|
||||||
|
(synopsis "Diagnostics for nonlinear mixed-effect models")
|
||||||
|
(description
|
||||||
|
"This package is a model building aid for nonlinear mixed-effects
|
||||||
|
(population) model analysis using NONMEM, facilitating data set checkout,
|
||||||
|
exploration and visualization, model diagnostics, candidate covariate
|
||||||
|
identification and model comparison. The methods are described in
|
||||||
|
Keizer et al. (2013) <doi:10.1038/psp.2013.24>, and Jonsson et al.
|
||||||
|
(1999) <doi:10.1016/s0169-2607(98)00067-4>.")
|
||||||
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
(define-public python-vega-datasets
|
(define-public python-vega-datasets
|
||||||
(package
|
(package
|
||||||
(name "python-vega-datasets")
|
(name "python-vega-datasets")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue