Package: IBMPopSim
Type: Package
Title: Individual Based Model Population Simulation
Version: 0.4.3
Date: 2023-05-01
Authors@R: c(
    person('Daphné', 'Giorgi', role = c('aut', 'cre'), 
      email = 'daphne.giorgi@sorbonne-universite.fr'),
    person('Sarah', 'Kaakai', role = 'aut',
      email = 'sarah.kaakai@univ-lemans.fr'),
    person('Vincent', 'Lemaire', role = 'aut',
      email = 'vincent.lemaire@sorbonne-universite.fr')
    )
Maintainer: Daphné Giorgi <daphne.giorgi@sorbonne-universite.fr>
Description: Simulation of the random evolution of structured population dynamics, called stochastic Individual Based Models (IBMs) (see e.g. Ferrière and Tran (2009) <doi:10.1051/proc/2009033>, Bansaye and Méléard (2015) <doi:10.1007/978-3-319-21711-6>, Boumezoued (2016)).
    The package allows users to simulate the random evolution of a population in which individuals are characterised by their date of birth, a set of attributes, and their potential date of death.
URL: https://github.com/DaphneGiorgi/IBMPopSim,
        https://DaphneGiorgi.github.io/IBMPopSim/
BugReports: https://github.com/DaphneGiorgi/IBMPopSim/issues
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
Imports: Rcpp (>= 0.12), checkmate, stats, readr, rlang, dplyr (>=
        0.8.0), ggplot2
Suggests: RcppArmadillo, knitr, rmarkdown, bookdown, ggfortify, magick,
        colorspace, gridExtra
LinkingTo: Rcpp
LazyData: true
SystemRequirements: C++11
NeedsCompilation: yes
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Encoding: UTF-8
Packaged: 2023-01-06 14:54:50 UTC; giorgi
Author: Daphné Giorgi [aut, cre],
  Sarah Kaakai [aut],
  Vincent Lemaire [aut]
Repository: CRAN
Date/Publication: 2023-01-07 12:50:02 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 19:07:00 UTC; windows
Archs: i386, x64
