gnu: Add r-rmetasim.

* gnu/packages/cran.scm (r-rmetasim): New variable.
master
Ricardo Wurmus 2019-03-24 23:42:54 +01:00
parent 3d2bc81751
commit cd977b35be
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 27 additions and 0 deletions

View File

@ -12331,3 +12331,30 @@ micro-satellites including coalescent analyses, linkage disequilibrium,
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.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmetasim" version))
(sha256
(base32
"0sz4mdprdi6sgkfwfdvh2hr9nxiwq17sw0vggq3cvs7lzb0i6m9r"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ade4" ,r-ade4)
("r-adegenet" ,r-adegenet)
("r-gtools" ,r-gtools)
("r-pegas" ,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+)))