Package: marinepredator Type: Package Title: Marine Predators Algorithm Version: 0.0.1 Authors@R: c(person("Marc", "Grossouvre", , "marc@grossouvre.fr", role = c("trl", "cre"), comment = "R implementation"), person("Afshin", "Faramarzi", , , role = "aut", comment = "Original MATLAB code"), person("Seyedali", "Mirjalili", , , role = "aut", comment = "Original MATLAB code")) Description: Implementation of the Marine Predators Algorithm (MPA) in R. MPA is a nature-inspired optimization algorithm that follows the rules governing optimal foraging strategy and encounter rate policy between predator and prey in marine ecosystems. Based on the paper by Faramarzi et al. (2020) . URL: https://github.com/urbs-dev/marinepredator BugReports: https://github.com/urbs-dev/marinepredator/issues Language: en Encoding: UTF-8 Imports: dplyr, stats Suggests: testthat (>= 3.0.0), covr, pkgdown, knitr, rmarkdown VignetteBuilder: knitr RoxygenNote: 7.3.3 Config/testthat/edition: 3 License: MIT + file LICENSE Repository: https://urbs-dev.r-universe.dev Date/Publication: 2026-02-02 08:34:05 UTC RemoteUrl: https://github.com/urbs-dev/marinepredator RemoteRef: HEAD RemoteSha: bab4fc2b33c968b1521491220081c14fa704a1ab NeedsCompilation: no Packaged: 2026-06-05 09:17:52 UTC; root Author: Marc Grossouvre [trl, cre] (R implementation), Afshin Faramarzi [aut] (Original MATLAB code), Seyedali Mirjalili [aut] (Original MATLAB code) Maintainer: Marc Grossouvre