Package: ageproR Type: Package Title: R package interface for AGEPRO (Age Structured Projection Model) data Version: 0.9.1 Authors@R: c( person("Eric", "Fletcher", email = "eric.fletcher@noaa.gov", role = c("aut", "cre")), person("Jon", "Brodziak", role = "aut") ) Maintainer: Eric Fletcher Description: Object-oriented data structures based on the input file format defined in the Age Structured Projection Model Reference Manual. Includes support modules for AGEPRO input file support, and experimental JSON input file format. URL: https://github.com/nmfs-ost/ageproR BugReports: https://github.com/nmfs-ost/ageproR/issues Depends: R (>= 4.1.0) Imports: jsonlite, here, checkmate, cli, collections, rlang, purrr, rstudioapi, utils, withr, R6 License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Collate: 'ageproR-package.R' 'agepro_model.R' 'bootstrap.R' 'case_id.R' 'file.R' 'general_params.R' 'harvest_scenario.R' 'mortality_fraction.R' 'options_flags.R' 'options_max_bounds.R' 'options_output.R' 'options_percentile_summary.R' 'options_reference_points.R' 'options_retrospective_adjustments.R' 'options_scaling_factors.R' 'process_error.R' 'projection_analyses.R' 'projection_years.R' 'recruit_model.R' 'recruitment.R' 'utils.R' 'validation.R' Suggests: knitr, quarto, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/Needs/website: quarto Repository: https://noaa-fisheries-integrated-toolbox.r-universe.dev Date/Publication: 2026-06-19 01:20:09 UTC RemoteUrl: https://github.com/nmfs-ost/ageproR RemoteRef: HEAD RemoteSha: cf9f31fa4beafe7a099ed8a641cc9a10f332e6fd NeedsCompilation: no Packaged: 2026-06-19 03:45:15 UTC; root Author: Eric Fletcher [aut, cre], Jon Brodziak [aut]