mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
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
This commit is contained in:
parent
00e6f55ddb
commit
ff586211aa
1 changed files with 0 additions and 24 deletions
|
@ -23102,30 +23102,6 @@ (define-public r-pegas
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue