Package: aquacultuR
Title: A Comprehensive R Tool for Zootechnical Metrics
Version: 1.1.1
Authors@R: c(
    person(
      given = c("Anıl", "Axel"),
      family = "Tellbüscher", 
      email = "atellbuscher@frov.jcu.cz", 
      role = c("aut", "cre", "cph"), 
      comment = c(ORCID = "0000-0002-6065-9494")
      ),
    person(
      given = "Davide", 
      family = c("Machado", "e", "Silva"), 
      email = "dams@ua.pt", 
      role = c("aut"),
      comment = c(ORCID = "0000-0003-2892-8292")
      ),
    person(
      given = "Simão", 
      family = "Correia",
      email = "simaodomcorreia@gmail.com", 
      role = c("aut"),
      comment = c(ORCID = "0000-0003-2877-0317")
      ),
    person(
      given = "Madhav", 
      family = "Karthikeyan",
      email = "madhavleo2000@gmail.com", 
      role = c("ctb"),
      comment = c(ORCID = "0000-0002-1284-4652")
      ),
    person(
      given = "Tomáš", 
      family = "Pěnka",
      email = "penkat00@frov.jcu.cz", 
      role = c("dtc"),
      comment = c(ORCID = "0000-0002-5923-3242")
      )
    )
Description: A collection of functions to compute frequently used metrics for 
             nutrition trials in aquaculture. Implementations include metrics 
             to calculate growth, feed conversion, nutrient use efficiency, 
             and feed digestibility. The package supports reproducible 
             workflows for summarising experimental results and reduces manual 
             calculation errors. For additional information see Machado e 
             Silva, Karthikeyan and Tellbüscher (2025) 
             <doi:10.13140/RG.2.2.27322.04808>.
License: GPL (>= 3)
VignetteBuilder: knitr
URL: https://github.com/TellAnAx/aquacultuR
BugReports: https://github.com/TellAnAx/aquacultuR/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Imports: dplyr, magrittr
Suggests: knitr, lubridate, tidyr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends: R (>= 3.5)
NeedsCompilation: no
Packaged: 2026-01-21 20:10:14 UTC; anil
Author: Anıl Axel Tellbüscher [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-6065-9494>),
  Davide Machado e Silva [aut] (ORCID:
    <https://orcid.org/0000-0003-2892-8292>),
  Simão Correia [aut] (ORCID: <https://orcid.org/0000-0003-2877-0317>),
  Madhav Karthikeyan [ctb] (ORCID:
    <https://orcid.org/0000-0002-1284-4652>),
  Tomáš Pěnka [dtc] (ORCID: <https://orcid.org/0000-0002-5923-3242>)
Maintainer: Anıl Axel Tellbüscher <atellbuscher@frov.jcu.cz>
Repository: CRAN
Date/Publication: 2026-01-26 16:50:08 UTC
Built: R 4.6.0; ; 2026-02-28 04:11:59 UTC; windows
