diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-16 16:56:19 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-07 11:57:20 +0100 |
| commit | 1ca4675b5df7caafc015671cd84f41311346fa3f (patch) | |
| tree | ef61b1984f122135f1c2a592a200b32e869df556 /gnu/packages/statistics.scm | |
| parent | 7f92fbe75c0a3a5cf8c4030467e90bc44e55e2f7 (diff) | |
gnu: r-rlrsim: Move to (gnu packages cran).
* gnu/packages/statistics.scm (r-rlrsim): Move from here...
* gnu/packages/cran.scm (r-rlrsim): ...to here.
Change-Id: I13fa5af69ebe38ae5f035d0d76eeb0ef1b4518ee
Diffstat (limited to 'gnu/packages/statistics.scm')
| -rw-r--r-- | gnu/packages/statistics.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index a22ee6e5c26..6cf92dbc9ae 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -3032,29 +3032,6 @@ files into/from Pandas DataFrames. It is a wrapper around the C library @code{readstat}.") (license license:asl2.0))) -(define-public r-rlrsim - (package - (name "r-rlrsim") - (version "3.1-9") - (source - (origin - (method url-fetch) - (uri (cran-uri "RLRsim" version)) - (sha256 - (base32 "1xb353f2bfm27rkgc008n0vf8y6ggy2ql7lx0z2azc4k13mn0szp")))) - (properties `((upstream-name . "RLRsim"))) - (build-system r-build-system) - (propagated-inputs (list r-lme4 r-mgcv r-nlme r-rcpp)) - (home-page "https://github.com/fabian-s/RLRsim") - (synopsis - "Exact (Restricted) Likelihood Ratio Tests for Mixed and Additive Models") - (description - "Rapid, simulation-based exact (restricted) likelihood ratio tests for testing -the presence of variance components/nonparametric terms for models fit with -@code{nlme::lme()}, @code{lme4::lmer()}, @code{lmeTest::lmer()}, -@code{gamm4::gamm4()}, @code{mgcv::gamm()} and @code{SemiPar::spm()}.") - (license (list license:gpl2+ license:gpl3+)))) - (define-public r-simr (package (name "r-simr") |
