diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-01 13:22:06 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-01 14:35:16 +0100 |
commit | ff586211aaf0e3b468ff3cedc5ede18e8ab529dd (patch) | |
tree | f9c2d2165c8197e20c0d3067e114e58a68e1608e /gnu | |
parent | 00e6f55ddb08679afa6792ddf4fea3c195151d19 (diff) | |
download | guix-ff586211aaf0e3b468ff3cedc5ede18e8ab529dd.tar.gz |
gnu: Remove r-rmetasim.
This package fails to build and has been archived on CRAN in 2021. * gnu/packages/cran.scm (r-rmetasim): Remove variable. Change-Id: I46a6c98d7e05faac6f83e29dfb21196a69bae56b
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 894767e1de..36c00d2885 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -23102,30 +23102,6 @@ population structure (Fst, Amova) and equilibrium (HWE), haplotype networks, minimum spanning tree and network, and median-joining networks.") (license license:gpl2+))) -(define-public r-rmetasim - (package - (name "r-rmetasim") - (version "3.1.14") - (source - (origin - (method url-fetch) - (uri (cran-uri "rmetasim" version)) - (sha256 - (base32 - "0rdkhfgyr97r2d1kd9g8ipb2pn563qxm1y4m9z678q0kqan2ddl0")))) - (build-system r-build-system) - (propagated-inputs - (list r-ade4 r-adegenet r-gtools r-pegas)) - (home-page "https://cran.r-project.org/web/packages/rmetasim") - (synopsis "Individual-based population genetic simulation environment") - (description - "This package provides an interface between R and the metasim simulation -engine. The simulation environment is documented in: Strand, A.(2002), -Metasim 1.0: an individual-based environment for simulating population -genetics of complex population dynamics.") - ;; Any GPL version - (license license:gpl2+))) - (define-public r-genetics (package (name "r-genetics") |