Package: Rceattle Title: Fits the Multispecies Assessment Model (CEATTLE) Using TMB Version: 4.6.0 Authors@R: person(given = "Grant", family = "Adams", role = c("aut", "cre"), email = "grant.adams@noaa.gov", comment = c(ORCID = "0000-0003-0297-8347")) Description: Implements the CEATTLE model using Template Model Builder ('TMB'; Kristensen et al. 2015), which can be installed following . Structured similar to the original manuscript in terms of modularization. Separate functions estimate retrospective temperature- and size-specific predator rations, prey preference, and weight-at-age. These are then used as inputs to the CEATTLE model to evaluate how predation mortality, recruitment, and survival of three target species change under historical climate conditions and harvest rates. URL: https://grantdadams.github.io/Rceattle/, https://github.com/grantdadams/Rceattle BugReports: https://github.com/grantdadams/Rceattle/issues License: GPL (>= 2) Encoding: UTF-8 LazyData: true LazyDataCompression: xz Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: dplyr, ggplot2, MASS, oce, readxl, TMB (>= 1.7.16), writexl, reshape2, gplots, parallel, tidyr, R.utils, stats, graphics, grDevices, cowplot, rlang, plyr, tidyselect, magrittr, Matrix LinkingTo: TMB, RcppEigen Suggests: testthat (>= 2.0.0), rmarkdown, knitr, mvtnorm, pkgdown, TMBhelper, RcppEigen Remotes: TMBhelper=github::kaskr/TMB_contrib_R/TMBhelper VignetteBuilder: knitr Depends: R (>= 4.1.0) Config/pak/sysreqs: libicu-dev zlib1g-dev Repository: https://noaa-fisheries-integrated-toolbox.r-universe.dev Date/Publication: 2026-07-07 21:19:03 UTC RemoteUrl: https://github.com/grantdadams/Rceattle RemoteRef: HEAD RemoteSha: 3d1ae28efb90344e2217f5ccb1f7304bbc87f87f NeedsCompilation: yes Packaged: 2026-07-07 21:28:24 UTC; root Author: Grant Adams [aut, cre] (ORCID: ) Maintainer: Grant Adams