Type: Package Package: ss3sim Title: Fisheries Stock Assessment Simulation Testing with Stock Synthesis Version: 1.24.0 Authors@R: c( person(c("Kelli", "F."), "Johnson", , "kelli.johnson@noaa.gov", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5149-451X")), person(c("Sean", "C."), "Anderson", role = "aut", comment = c(ORCID = "0000-0001-9563-1937")), person(c("Kathryn", "L."), "Doering", role = "aut", comment = c(ORCID = "0000-0002-0396-7044")), person(c("Cole", "C."), "Monnahan", role = "aut", comment = c(ORCID = "0000-0003-0871-6700")), person(c("Christine", "C."), "Stawitz", role = "aut", comment = c(ORCID = "0000-0003-3122-4501")), person("Curry", "Cunningham", role = "ctb"), person("Allan", "Hicks", role = "ctb"), person("Felipe", "Hurtado-Ferro", role = "ctb"), person("Peter", "Kuriyama", role = "ctb"), person("Roberto", "Licandeo", role = "ctb"), person("Carey", "McGilliard", role = "ctb"), person(c("Giancarlo", "H."), "Moron Correa", role = "ctb"), person("Melissa", "Murdian", role = "ctb"), person("Kotaro", "Ono", role = "ctb"), person("Merrill", "Rudd", role = "ctb"), person("Cody", "Szuwalski", role = "ctb"), person(c("Ian", "G."), "Taylor", role = "ctb"), person("Juan", "Valero", role = "ctb"), person("Athol", "Whitten", role = "ctb"), person(c("Kiva", "L."), "Oken", role = "ctb") ) Description: A framework for fisheries stock assessment simulation testing with Stock Synthesis (SS3) as described in Anderson et al. (2014) . License: MIT + file LICENSE URL: https://github.com/ss3sim/ss3sim BugReports: https://github.com/ss3sim/ss3sim/issues Depends: R (>= 4.1.0) Imports: cli, dplyr, foreach, fs, ggplot2, graphics, grDevices, gtools, lifecycle, purrr, r4ss (>= 1.50.0), rlang, stats, stringi, tibble, tidyr, utils Suggests: doParallel, knitr, pak, rmarkdown, testthat VignetteBuilder: knitr Remotes: github::r4ss/r4ss@main Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev git make libharfbuzz-dev libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev Repository: https://ss3sim.r-universe.dev Date/Publication: 2026-07-01 12:17:41 UTC RemoteUrl: https://github.com/ss3sim/ss3sim RemoteRef: HEAD RemoteSha: 4ac162d930451640cfb6eaed391b2a885771a782 NeedsCompilation: no Packaged: 2026-07-01 13:20:48 UTC; root Author: Kelli F. Johnson [aut, cre] (ORCID: ), Sean C. Anderson [aut] (ORCID: ), Kathryn L. Doering [aut] (ORCID: ), Cole C. Monnahan [aut] (ORCID: ), Christine C. Stawitz [aut] (ORCID: ), Curry Cunningham [ctb], Allan Hicks [ctb], Felipe Hurtado-Ferro [ctb], Peter Kuriyama [ctb], Roberto Licandeo [ctb], Carey McGilliard [ctb], Giancarlo H. Moron Correa [ctb], Melissa Murdian [ctb], Kotaro Ono [ctb], Merrill Rudd [ctb], Cody Szuwalski [ctb], Ian G. Taylor [ctb], Juan Valero [ctb], Athol Whitten [ctb], Kiva L. Oken [ctb] Maintainer: Kelli F. Johnson