Package: agrobox
Type: Package
Title: Data Visualization and Statistical Tools for Agroindustrial
        Experiments
Version: 0.1.0
Authors@R: 
    c(person(given = c("Joaquin", "Alejandro"),
             family = "Salinas Angeles",
             role = c("aut", "cre"),
             email = "joaquinsa03@gmail.com",
             comment = c(ORCID = "0009-0005-6174-9714")))
Maintainer: Joaquin Alejandro Salinas Angeles <joaquinsa03@gmail.com>
Description: Set of functions to create clear graphics and run common statistical analyses for agricultural experiments (ANOVA with post-hoc tests such as Tukey HSD and Duncan MRR, coefficient of variation, and simple power calculations), streamlining exploratory analysis and reporting. Functions build on 'ggplot2' and base 'stats' and follow methods widely used in agronomy (field trials, plant breeding). Key references include Tukey (1949) <doi:10.2307/3001913>, Duncan (1955) <doi:10.2307/3001478>, Cohen (1988, ISBN:9781138892899); see also 'agricolae' <https://CRAN.R-project.org/package=agricolae> and Wickham (2016, ISBN:9783319242750) for 'ggplot2'. Versión en español: Conjunto de funciones para generar gráficos claros y ejecutar análisis habituales en ensayos agrícolas (ANOVA con pruebas post-hoc como Tukey HSD y Duncan MRR, coeficiente de variación y cálculos simples de potencia), facilitando el análisis exploratorio y la elaboración de reportes. Los métodos implementados se basan en Tukey (1949) <doi:10.2307/3001913>, Duncan (1955) <doi:10.2307/3001478> y Cohen (1988, ISBN:9781138892899); ver también 'agricolae' <https://CRAN.R-project.org/package=agricolae> y Wickham (2016, ISBN:9783319242750) para 'ggplot2'.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en, es
Depends: R (>= 3.5.0)
Imports: dplyr, ggplot2, tidyr, stringr, agricolae, stats, pwr, rlang
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.3
URL: https://github.com/Joa3aquin50/agrobox
BugReports: https://github.com/Joa3aquin50/agrobox/issues
NeedsCompilation: no
Packaged: 2025-11-15 01:39:16 UTC; JOAQUIN SALINAS
Author: Joaquin Alejandro Salinas Angeles [aut, cre] (ORCID:
    <https://orcid.org/0009-0005-6174-9714>)
Repository: CRAN
Date/Publication: 2025-11-19 19:40:02 UTC
Built: R 4.4.1; ; 2025-11-19 21:31:18 UTC; unix
