_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-anscombiser 1.1.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://paulnorthrop.github.io/anscombiser/
Licenses: GPL 2+
Build system: r
Synopsis: Create Datasets with Identical Summary Statistics
Description:

Anscombe's quartet are a set of four two-variable datasets that have several common summary statistics but which have very different joint distributions. This becomes apparent when the data are plotted, which illustrates the importance of using graphical displays in Statistics. This package enables the creation of datasets that have identical marginal sample means and sample variances, sample correlation, least squares regression coefficients and coefficient of determination. The user supplies an initial dataset, which is shifted, scaled and rotated in order to achieve target summary statistics. The general shape of the initial dataset is retained. The target statistics can be supplied directly or calculated based on a user-supplied dataset. The datasauRus package <https://cran.r-project.org/package=datasauRus> provides further examples of datasets that have markedly different scatter plots but share many sample summary statistics.

r-appraise 0.1.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=appraise
Licenses: GPL 3
Build system: r
Synopsis: Bias-Aware Evidence Synthesis in Systematic Reviews
Description:

This package implements a bias-aware framework for evidence synthesis in systematic reviews and health technology assessments, as described in Kabali (2025) <doi:10.1111/jep.70272>. The package models study-level effect estimates by explicitly accounting for multiple sources of bias through prior distributions and propagates uncertainty using posterior simulation. Evidence across studies is combined using posterior mixture distributions rather than a single pooled likelihood, enabling probabilistic inference on clinically or policy-relevant thresholds. The methods are designed to support transparent decision-making when study relevance and bias vary across the evidence base.

r-archetypal 1.3.1
Propagated dependencies: r-plot3d@1.4.2 r-matrix@1.7-5 r-lpsolve@5.6.23 r-inflection@1.3.7 r-geometry@0.5.2 r-entropy@1.3.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=archetypal
Licenses: GPL 2+
Build system: r
Synopsis: Finds the Archetypal Analysis of a Data Frame
Description:

This package performs archetypal analysis by using Principal Convex Hull Analysis under a full control of all algorithmic parameters. It contains a set of functions for determining the initial solution, the optimal algorithmic parameters and the optimal number of archetypes. Post run tools are also available for the assessment of the derived solution. Morup, M., Hansen, LK (2012) <doi:10.1016/j.neucom.2011.06.033>. Hochbaum, DS, Shmoys, DB (1985) <doi:10.1287/moor.10.2.180>. Eddy, WF (1977) <doi:10.1145/355759.355768>. Barber, CB, Dobkin, DP, Huhdanpaa, HT (1996) <doi:10.1145/235815.235821>. Christopoulos, DT (2016) <doi:10.2139/ssrn.3043076>. Falk, A., Becker, A., Dohmen, T., Enke, B., Huffman, D., Sunde, U. (2018), <doi:10.1093/qje/qjy013>. Christopoulos, DT (2015) <doi:10.1016/j.jastp.2015.03.009> . Murari, A., Peluso, E., Cianfrani, Gaudio, F., Lungaroni, M., (2019), <doi:10.3390/e21040394>.

r-auxveclasso 0.2.0
Propagated dependencies: r-survey@4.5 r-proc@1.19.0.1 r-parallelly@1.47.0 r-matrix@1.7-5 r-glmnet@5.0 r-doparallel@1.0.17 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/gustafanderssons/auxvecLASSO-R-Package
Licenses: Expat
Build system: r
Synopsis: LASSO Auxiliary Variable Selection and Auxiliary Vector Diagnostics
Description:

This package provides tools for assessing and selecting auxiliary variables using LASSO. The package includes functions for variable selection and diagnostics, facilitating survey calibration analysis with emphasis on robust auxiliary vector selection. For more details see Tibshirani (1996) <doi:10.1111/j.2517-6161.1996.tb02080.x> and Caughrey and Hartman (2017) <doi:10.2139/ssrn.3494436>.

r-aipw 0.6.9.3
Propagated dependencies: r-superlearner@2.0-40 r-rsolnp@2.0.1 r-r6@2.6.1 r-progressr@0.19.0 r-ggplot2@4.0.3 r-future-apply@1.20.2
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/yqzhong7/AIPW
Licenses: GPL 3
Build system: r
Synopsis: Augmented Inverse Probability Weighting
Description:

The AIPW package implements the augmented inverse probability weighting, a doubly robust estimator, for average causal effect estimation with user-defined stacked machine learning algorithms. To cite the AIPW package, please use: "Yongqi Zhong, Edward H. Kennedy, Lisa M. Bodnar, Ashley I. Naimi (2021). AIPW: An R Package for Augmented Inverse Probability Weighted Estimation of Average Causal Effects. American Journal of Epidemiology. <doi:10.1093/aje/kwab207>". Visit: <https://yqzhong7.github.io/AIPW/> for more information.

r-aelab 1.1.3
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-sf@1.1-1 r-rnaturalearth@1.2.0 r-rlang@1.2.0 r-readxl@1.5.0 r-readr@2.2.0 r-rcompanion@2.5.4 r-purrr@1.2.2 r-openxlsx@4.2.8.1 r-multcompview@0.1-11 r-lubridate@1.9.5 r-ggspatial@1.1.11 r-ggplot2@4.0.3 r-fsa@0.10.1 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=aelab
Licenses: GPL 3+
Build system: r
Synopsis: Data Processing for Aquatic Ecology
Description:

Facilitate the analysis of data related to aquatic ecology, specifically the establishment of carbon budget. Currently, the package allows the below analysis. (i) the calculation of greenhouse gas flux based on data obtained from trace gas analyzer using the method described in Lin et al. (2024). (ii) the calculation of Dissolved Oxygen (DO) metabolism based on data obtained from dissolved oxygen data logger using the method described in Staehr et al. (2010). Yong et al. (2024) <doi:10.5194/bg-21-5247-2024>. Staehr et al. (2010) <doi:10.4319/lom.2010.8.0628>.

r-apng 1.1
Propagated dependencies: r-bitops@1.0-9
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=apng
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Convert Png Files into Animated Png
Description:

Convert several png files into an animated png file. This package exports only a single function `apng'. Call the apng function with a vector of file names (which should be png files) to convert them to a single animated png file.

r-adaptivetau 2.3-2
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/plfjohnson/adaptivetau
Licenses: GPL 3+
Build system: r
Synopsis: Tau-Leaping Stochastic Simulation
Description:

This package implements adaptive tau leaping to approximate the trajectory of a continuous-time stochastic process as described by Cao et al. (2007) The Journal of Chemical Physics <doi:10.1063/1.2745299> (aka. the Gillespie stochastic simulation algorithm). This package is based upon work supported by NSF DBI-0906041 and NIH K99-GM104158 to Philip Johnson and NIH R01-AI049334 to Rustom Antia.

r-autostsm 3.1.5
Propagated dependencies: r-strucchange@1.5-4 r-sandwich@3.1-1 r-progress@1.2.3 r-maxlik@1.5-2.2 r-lubridate@1.9.5 r-lmtest@0.9-40 r-kalmanfilter@2.2.0 r-gridextra@2.3 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-forecast@9.0.2 r-foreach@1.5.2 r-dosnow@1.0.20 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=autostsm
Licenses: GPL 2+
Build system: r
Synopsis: Automatic Structural Time Series Models
Description:

Automatic model selection for structural time series decomposition into trend, cycle, and seasonal components, plus optionality for structural interpolation, using the Kalman filter. Koopman, Siem Jan and Marius Ooms (2012) "Forecasting Economic Time Series Using Unobserved Components Time Series Models" <doi:10.1093/oxfordhb/9780195398649.013.0006>. Kim, Chang-Jin and Charles R. Nelson (1999) "State-Space Models with Regime Switching: Classical and Gibbs-Sampling Approaches with Applications" <doi:10.7551/mitpress/6444.001.0001><http://econ.korea.ac.kr/~cjkim/>.

r-arthistory 0.1.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/saralemus7/arthistory
Licenses: Expat
Build system: r
Synopsis: Art History Textbook Data
Description:

Data from Gardner and Janson art history textbooks about both the artists featured in these books as well as their works. See Helen Gardner ("Art through the ages; an introduction to its history and significance," 1926, <https://find.library.duke.edu/catalog/DUKE000104481>. Helen Gardner, revised by Horst de la Croix and Richard G. Tansey ("Gardnerâ s Art through the ages," 1980, ISBN: 0155037587). Fred S. Kleiner ("Gardnerâ s art through the ages: a global history," 2020, ISBN: 9781337630702). Horst de la Croix and Richard G. Tansey ("Gardner's art through the ages," 1986, ISBN: 0155037633). Helen Gardner ("Art through the ages; an introduction to its history and significance," 1936, <https://find.library.duke.edu/catalog/DUKE001199463>). Helen Gardner ("Art through the ages," 1948, <https://find.library.duke.edu/catalog/DUKE001199466>). Helen Gardner, revised under the editorship of Sumner M. Crosby ("Art through the ages," 1959, <https://find.library.duke.edu/catalog/DUKE001199469>). Helen Gardner, revised by Horst de la Croix and Richard G. Tansey ("Gardnerâ s Art through the ages," 1975, ISBN: 0155037560). Fred S. Kleiner ("Gardnerâ s Art through the ages: a global history," 2013, ISBN: 9780495915423. Fred S. Kleiner, Christin J. Mamiya, Richard G. Tansey ("Gardnerâ s art through the ages," 2001, ISBN: 0155083155). Fred S. Kleiner ("Gardnerâ s Art through the ages: a global history," 2016, ISBN: 9781285837840). Fred S. Kleiner, Christin J. Mamiya ("Gardnerâ s art through the ages," 2005, ISBN: 0534640958). Helen Gardner, revised by Horst de la Croix and Richard G. Tansey ("Gardnerâ s Art through the ages," 1970, ISBN: 0155037528). Helen Gardner, Richard G. Tansey, Fred S. Kleiner ("Gardnerâ s Art through the ages," 1996, ISBN: 0155011413). Helen Gardner, Horst de la Croix, Richard G. Tansey, Diane Kirkpatrick ("Gardnerâ s Art through the ages," 1991, ISBN: 0155037692). Helen Gardner, Fred S. Kleiner ("Gardnerâ s Art through the ages: a global history," 2009, ISBN: 9780495093077). Davies, Penelope J.E., Walter B. Denny, Frima Fox Hofrichter, Joseph F. Jacobs, Ann S. Roberts, David L. Simon ("Jansonâ s history of art: the western tradition," 2007, ISBN: 0131934554). Davies, Penelope J.E., Walter B. Denny, Frima Fox Hofrichter, Joseph F. Jacobs, Ann S. Roberts, David L. Simon ("Jansonâ s history of art: the western tradition," 2011, ISBN: 9780205685172). H. W. Janson, Anthony F. Janson ("History of Art," 2001, ISBN: 0810934469). H. W. Janson, revised and expanded by Anthony F. Janson ("History of art," 1986, ISBN: 013389388). H. W. Janson, Dora Jane Janson ("History of art: a survey of the major visual arts from the dawn of history to present day," 1977, ISBN: 0810910527). H. W. Janson, Dora Jane Janson ("History of art: a survey of the major visual arts from the dawn of history to present day," 1969, <https://find.library.duke.edu/catalog/DUKE000005734>). H. W. Janson, Dora Jane Janson ("History of art: a survey of the major visual arts from the dawn of history to present day," 1963, <https://find.library.duke.edu/catalog/DUKE001521852>). H. W. Janson, revised and expanded by Anthony F. Janson ("History of art," 1991, ISBN: 0810934019). H. W. Janson, revised and expanded by Anthony F. Janson ("History of art," 1995, ISBN: 0810934213).

r-acled-api 1.1.8
Propagated dependencies: r-jsonlite@2.0.0 r-httr@1.4.8
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: <https://gitlab.com/chris-dworschak/acled.api>
Licenses: FSDG-compatible
Build system: r
Synopsis: Automated Retrieval of ACLED Conflict Event Data
Description:

Access and manage the application programming interface (API) of the Armed Conflict Location & Event Data Project (ACLED) at <https://acleddata.com/>. The package makes it easy to retrieve a user-defined sample (or all of the available data) of ACLED, enabling a seamless integration of regular data updates into the research work flow. It requires a minimal number of dependencies. See the package's README file for a note on replicability when drawing on ACLED data. When using this package, you acknowledge that you have read ACLED's terms and conditions of use, and that you agree with their attribution requirements.

r-aspace 4.1.2
Propagated dependencies: r-splancs@2.01-45 r-hmisc@5.2-5
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=aspace
Licenses: GPL 3
Build system: r
Synopsis: Functions for Estimating Centrographic Statistics
Description:

This package provides a collection of functions for computing centrographic statistics (e.g., standard distance, standard deviation ellipse, standard deviation box) for observations taken at point locations. Separate plotting functions have been developed for each measure. Users interested in writing results to ESRI shapefiles can do so by using results from aspace functions as inputs to the convert.to.shapefile() and write.shapefile() functions in the shapefiles library. We intend to provide terra integration for geographic data in a future release. The aspace package was originally conceived to aid in the analysis of spatial patterns of travel behaviour (see Buliung and Remmel 2008 <doi:10.1007/s10109-008-0063-7>).

r-aprscenario 0.0.4.2
Dependencies: lapack@3.12.1
Propagated dependencies: r-tidyr@1.3.2 r-rcppprogress@0.4.2 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-psych@2.6.5 r-mass@7.3-65 r-lubridate@1.9.5 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/giannilmbd/APRScenario
Licenses: GPL 3+
Build system: r
Synopsis: Structural Scenario Analysis for Bayesian Structural Vector Autoregression Models
Description:

This package implements the scenario analysis proposed by Antolin-Diaz, Petrella and Rubio-Ramirez (2021) "Structural scenario analysis with SVARs" <doi:10.1016/j.jmoneco.2020.06.001>.

r-actuary 0.1.2
Propagated dependencies: r-yardstick@1.4.0 r-tidyr@1.3.2 r-scales@1.4.0 r-rlang@1.2.0 r-purrr@1.2.2 r-progress@1.2.3 r-pracma@2.4.6 r-mass@7.3-65 r-ggtext@0.1.2 r-ggplot2@4.0.3 r-gamlss-dist@6.1-1 r-future@1.70.0 r-furrr@0.4.0 r-forcats@1.0.1 r-dtplyr@1.3.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=actuary
Licenses: Expat
Build system: r
Synopsis: Actuarial Functions and Utilities
Description:

This package provides actuarial modeling tools for Monte Carlo loss simulations, loss reserving, and reinsurance layer loss calculations. It enables users to generate stochastic loss datasets with customisable frequency and severity distributions, fit development patterns to claim triangles, and calculate reinsurance losses for occurrence and aggregate layers with user-defined retentions, limits, and reinstatements. For development pattern selection, the package includes a machine learning approach that evaluates multiple reserving models using holdout validation to identify the best-fitting pattern based on predictive accuracy, this is based on the algorithm described in Richman, R and Balona, C (2020)<https://www.ssrn.com/abstract=3697256>.

r-ampliconduo 1.1.1
Propagated dependencies: r-xtable@1.8-8 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=AmpliconDuo
Licenses: GPL 3+
Build system: r
Synopsis: Statistical Analysis of Amplicon Data of the Same Sample to Identify Artefacts
Description:

Increasingly powerful techniques for high-throughput sequencing open the possibility to comprehensively characterize microbial communities, including rare species. However, a still unresolved issue are the substantial error rates in the experimental process generating these sequences. To overcome these limitations we propose an approach, where each sample is split and the same amplification and sequencing protocol is applied to both halves. This procedure should allow to detect likely PCR and sequencing artifacts, and true rare species by comparison of the results of both parts. The AmpliconDuo package, whereas amplicon duo from here on refers to the two amplicon data sets of a split sample, is intended to help interpret the obtained read frequency distribution across split samples, and to filter the false positive reads.

r-ansm5 1.1.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=ANSM5
Licenses: GPL 3+
Build system: r
Synopsis: Functions and Data for the Book "Applied Nonparametric Statistical Methods", 5th Edition
Description:

This package provides functions and data to accompany the 5th edition of the book "Applied Nonparametric Statistical Methods" (4th edition: Sprent & Smeeton, 2024, ISBN:158488701X), the revisions from the 4th edition including a move from describing the output from a miscellany of statistical software packages to using R. While the output from many of the functions can also be obtained using a range of other R functions, this package provides functions in a unified setting and give output using both p-values and confidence intervals, exemplifying the book's approach of treating p-values as a guide to statistical importance and not an end product in their own right. Please note that in creating the ANSM5 package we do not claim to have produced software which is necessarily the most computationally efficient nor the most comprehensive.

r-ags 1.0.1
Propagated dependencies: r-stringr@1.6.0 r-rlang@1.2.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://sumtxt.github.io/ags/
Licenses: GPL 3
Build system: r
Synopsis: Crosswalk Municipality and District Statistics in Germany
Description:

Construct time series for Germany's municipalities (Gemeinden) and districts (Kreise) using a annual crosswalk constructed by the Federal Office for Building and Regional Planning (BBSR).

r-arpobservation 1.2.2
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=ARPobservation
Licenses: GPL 3
Build system: r
Synopsis: Tools for Simulating Direct Behavioral Observation Recording Procedures Based on Alternating Renewal Processes
Description:

This package provides tools for simulating data generated by direct observation recording. Behavior streams are simulated based on an alternating renewal process, given specified distributions of event durations and interim times. Different procedures for recording data can then be applied to the simulated behavior streams. Functions are provided for the following recording methods: continuous duration recording, event counting, momentary time sampling, partial interval recording, whole interval recording, and augmented interval recording.

r-ade4tkgui 0.3.4
Propagated dependencies: r-lattice@0.22-9 r-adegraphics@1.0-22 r-ade4@1.7-24
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/adeverse/ade4TkGUI
Licenses: GPL 2+
Build system: r
Synopsis: 'ade4' Tcl/Tk Graphical User Interface
Description:

This package provides a Tcl/Tk GUI for some basic functions in the ade4 package.

r-anovashiny 0.1.0
Propagated dependencies: r-shiny@1.13.0 r-rmarkdown@2.31 r-rhandsontable@0.3.8 r-hh@3.1-53 r-dplyr@1.2.1 r-desctools@0.99.60
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=ANOVAShiny
Licenses: GPL 2
Build system: r
Synopsis: Interactive Document for Working with Analysis of Variance
Description:

An interactive document on the topic of one-way and two-way analysis of variance using rmarkdown and shiny packages. Runtime examples are provided in the package function as well as at <https://kartikeyab.shinyapps.io/ANOVAShiny/>.

r-alfr 1.2.1
Propagated dependencies: r-stringr@1.6.0 r-magrittr@2.0.5 r-jsonlite@2.0.0 r-httr@1.4.8
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/rwetherall/alfr
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Connectivity to 'Alfresco' Content Management Repositories
Description:

Allows you to connect to an Alfresco content management repository and interact with its contents using simple and intuitive functions. You will be able to establish a connection session to the Alfresco repository, read and upload content and manage folder hierarchies. For more details on the Alfresco content management repository see <https://www.alfresco.com/ecm-software/document-management>.

r-ardec 2.1-1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=ArDec
Licenses: GPL 2+
Build system: r
Synopsis: Time Series Autoregressive-Based Decomposition
Description:

Autoregressive-based decomposition of a time series based on the approach in West (1997). Particular cases include the extraction of trend and seasonal components.

r-amoudsurv 0.1.0
Propagated dependencies: r-pracma@2.4.6 r-flexsurv@2.3.2 r-ahsurv@0.1.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=AmoudSurv
Licenses: GPL 3
Build system: r
Synopsis: Tractable Parametric Odds-Based Regression Models
Description:

Fits tractable fully parametric odds-based regression models for survival data, including proportional odds (PO), accelerated failure time (AFT), accelerated odds (AO), and General Odds (GO) models in overall survival frameworks. Given at least an R function specifying the survivor, hazard rate and cumulative distribution functions, any user-defined parametric distribution can be fitted. We applied and evaluated a minimum of seventeen (17) various baseline distributions that can handle different failure rate shapes for each of the four different proposed odds-based regression models. For more information see Bennet et al., (1983) <doi:10.1002/sim.4780020223>, and Muse et al., (2022) <doi:10.1016/j.aej.2022.01.033>.

r-agridat 1.26
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://kwstat.github.io/agridat/
Licenses: Expat
Build system: r
Synopsis: Agricultural Datasets
Description:

Datasets from books, papers, and websites related to agriculture. Example graphics and analyses are included. Data come from small-plot trials, multi-environment trials, uniformity trials, yield monitors, and more.

Total packages: 73978