Package: slimr Title: Create, Run and Post-Process 'SLiM' Population Genetics Forward Simulations Version: 0.4.1 Authors@R: c(person(given = "Russell", family = "Dinnage", role = c("aut", "cre", "cph"), email = "russell.dinnage@gmail.com", comment = c(ORCID = "0000-0003-0846-2819")), person(given = "Stephen", family = "Sarre", role = "aut"), person(given = "Bernd", family = "Gruber", role = "aut"), person(given = "Richard", family = "Duncan", role = "aut"), person(given = "Benjamin", family = "Haller", role = "ctb"), person(given = "Philip", family = "Messer", role = "ctb")) Description: Lets you write 'SLiM' scripts (population genomics simulation) using your favourite R IDE, using a syntax as close as possible to the original 'SLiM' language. It offer many tools to manipulate those scripts, as well as run them in the 'SLiM' software from R, as well as capture and post-process their output, after or even during a simulation. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true URL: https://rdinnager.github.io/slimr, https://rdinnager.github.io/slimr/index.html, https://github.com/rdinnager/slimr BugReports: https://github.com/rdinnager/slimr/issues RoxygenNote: 7.3.3 Language: en-GB Depends: R (>= 4.1.0) Imports: stringr, processx, readr, glue, magrittr, progress, dplyr, rlang (>= 0.1.2), purrr, prettycode, vctrs, tidyr, zeallot, utils, stats Suggests: ape, covr, testthat (>= 2.1.0), spelling, knitr, rmarkdown, roxygen2, clipr, ggplot2, gganimate, grDevices, fansi, printr, rstudioapi, crayon, adegenet, methods, furrr, future, Biostrings, raster, withr, paletteer, reticulate VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev libx11-dev Repository: https://rdinnager.r-universe.dev Date/Publication: 2025-10-20 18:19:31 UTC RemoteUrl: https://github.com/rdinnager/slimr RemoteRef: HEAD RemoteSha: 4f6c549d39a2deb81fa1ce64a7a4d151253fe112 NeedsCompilation: no Packaged: 2026-06-17 08:44:13 UTC; root Author: Russell Dinnage [aut, cre, cph] (ORCID: ), Stephen Sarre [aut], Bernd Gruber [aut], Richard Duncan [aut], Benjamin Haller [ctb], Philip Messer [ctb] Maintainer: Russell Dinnage