forked from MoisesExpositoAlonso/popgensim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
11 lines (11 loc) · 848 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
Package: popgensim
Title: Wright Fisher simulations: C++ implementation with interactive Shiny app visualization
Version: 0.0.0.9000
Authors@R: person("Moises", "Exposito-Alonso", email = "moisesexpositoalonso@gmail.com", role = c("aut", "cre"))
Description: This package implements the classic equations of a Wright Fisher population found in any textbookk (e.g. Charlesworth & Charlesworth 2010). For speed efficiency, the implementation was done in C++ utilizing Rcpp. Alghouh simulations can be run independently, the package comes with a Shiny app for interactive plotting, where the different parameters of mutations, selection, migration, and effective population size can be modified.
Depends: R (>= 3.3.1)
License: What license is it under?
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp,
Imports: Rcpp, cowplot, ggplot2, shiny, devtools