guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

81/81: gnu: Remove r-rmetasim.


From: guix-commits
Subject: 81/81: gnu: Remove r-rmetasim.
Date: Mon, 1 Jan 2024 08:55:21 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit ff586211aaf0e3b468ff3cedc5ede18e8ab529dd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 1 13:22:06 2024 +0100

    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
---
 gnu/packages/cran.scm | 24 ------------------------
 1 file changed, 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]