guix-commits
[Top][All Lists]
Advanced

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

branch r-updates updated: gnu: Remove r-rmetasim.


From: guix-commits
Subject: branch r-updates updated: gnu: Remove r-rmetasim.
Date: Mon, 01 Jan 2024 07:23:27 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/r-updates by this push:
     new 74b741e5ac gnu: Remove r-rmetasim.
74b741e5ac is described below

commit 74b741e5ace41326e898b440c6e5819a0a534525
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]