Package: Rpath Type: Package Title: R implementation of Ecopath with Ecosim Version: 1.1.0 Authors@R: c( person("Kerim", "Aydin", email = "kerim.aydin@noaa.gov", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3792-9828")), person("Sean", "Lucey", email = "sean.m.lucey@noaa.gov", role = "aut", comment = c(ORCID = "0000-0001-6675-5500")), person("Sarah", "Gaichas", email = "sgaichas@hydrascientificllc.com", role = "aut", comment = c(ORCID = "0000-0002-5788-3073")), person("Sarah", "Weisberg", email = "sarahjweisberg@gmail.com", role= "aut", comment = c(ORCID = "0000-0003-4271-9534")), person("Andy", "Whitehouse",email = "gaw@uw.edu", role="aut", comment = c(ORCID = "0000-0002-9130-9403")), person("Bia", "Dias", email = "bia.dias@noaa.gov", role="ctb", comment = c(ORCID = "0000-0001-5905-4044")), person("Ron", "Klasky", email = "ronald.klasky@noaa.gov", role="ctb"), person("Andy", "Beet", email = "andrew.beet@noaa.gov", role="ctb", comment = c(ORCID = "0000-0001-8270-7090")), person("Max", "Grezlik",email = "maxwell.grezlik@noaa.gov", role="ctb") ) Description: This package implements the core mass balance equations made popular by Ecopath with Ecosim. There are two parts to the package, the static snapshot of energy flow through the system using rpath and dynamic simulations run using the rsim family of functions. License: file LICENSE Encoding: UTF-8 Imports: data.table, methods, graphics, grDevices, MASS, Rcpp (>= 0.11.3), stats, utils, ggrepel, ggplot2, janitor, xml2 LinkingTo: Rcpp Suggests: here, knitr, rmarkdown, distillery, ggpubr, rlist, stringr, viridis, qpdf, usethis, dplyr, generics, DT, testthat (>= 3.0.0) VignetteBuilder: knitr RoxygenNote: 7.3.2 URL: https://noaa-edab.github.io/Rpath/,https://github.com/NOAA-EDAB/Rpath/ BugReports: https://github.com/NOAA-EDAB/Rpath/issues Depends: R (>= 3.6.0) Config/testthat/edition: 3 LazyData: true Config/pak/sysreqs: libicu-dev libxml2-dev Repository: https://noaa-fisheries-integrated-toolbox.r-universe.dev Date/Publication: 2025-09-05 17:56:43 UTC RemoteUrl: https://github.com/NOAA-EDAB/Rpath RemoteRef: HEAD RemoteSha: 55fe84d6dc5fe50b9b45d9e931c07b23d0437fe5 NeedsCompilation: yes Packaged: 2026-06-07 07:50:14 UTC; root Author: Kerim Aydin [aut, cre] (ORCID: ), Sean Lucey [aut] (ORCID: ), Sarah Gaichas [aut] (ORCID: ), Sarah Weisberg [aut] (ORCID: ), Andy Whitehouse [aut] (ORCID: ), Bia Dias [ctb] (ORCID: ), Ron Klasky [ctb], Andy Beet [ctb] (ORCID: ), Max Grezlik [ctb] Maintainer: Kerim Aydin