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

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-aftpencda 0.1.1
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/seonsy/aftPenCDA
Licenses: GPL 3
Build system: r
Synopsis: Estimating Penalized AFT Models via Coordinate Descent
Description:

This package provides penalized accelerated failure time (AFT) model estimation for right-censored and partly interval-censored survival data using induced smoothing and coordinate descent algorithms. Supported penalties include broken adaptive ridge (BAR), LASSO, adaptive LASSO, and SCAD. Core estimation routines are implemented in C++ via Rcpp and RcppArmadillo for computational efficiency. The methodology is related to Zeng and Lin (2008) <doi:10.1093/biostatistics/kxm034>, Xu et al. (2010) <doi:10.1002/sim.2576>, Dai et al. (2018) <doi:10.1016/j.jmva.2018.08.007>, and Choi et al. (2025) <doi:10.48550/arXiv.2503.11268>.

r-aopdata 1.1.2
Propagated dependencies: r-sf@1.1-1 r-rlang@1.2.0 r-data-table@1.18.4 r-curl@7.1.0 r-cli@3.6.6 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://ipeagit.github.io/aopdata/
Licenses: Expat
Build system: r
Synopsis: Data from the 'Access to Opportunities Project (AOP)'
Description:

Download data from the Access to Opportunities Project (AOP)'. The aopdata package brings annual estimates of access to employment, health, education and social assistance services by transport mode, as well as data on the spatial distribution of population, jobs, health care, schools and social assistance facilities at a fine spatial resolution for all cities included in the project. More info on the AOP website <https://www.ipea.gov.br/acessooportunidades/en/>.

r-admix 2.6.1
Propagated dependencies: r-rdpack@2.6.6 r-rcpp@1.1.1-1.1 r-pracma@2.4.6 r-orthopolynom@1.0-6.1 r-mass@7.3-65 r-iso@0.0-21 r-fdrtool@1.2.18 r-cubature@2.1.4-1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/XavierMilhaud/admix-Rpackage
Licenses: GPL 3+
Build system: r
Synopsis: Package Admix for Admixture (aka Contamination) Models
Description:

This package implements techniques to estimate the unknown quantities related to two-component admixture models, where the two components can belong to any distribution (note that in the case of multinomial mixtures, the two components must belong to the same family). Estimation methods depend on the assumptions made on the unknown component density; see Bordes and Vandekerkhove (2010) <doi:10.3103/S1066530710010023>, Patra and Sen (2016) <doi:10.1111/rssb.12148>, and Milhaud, Pommeret, Salhi, Vandekerkhove (2024) <doi:10.3150/23-BEJ1593>. In practice, one can estimate both the mixture weight and the unknown component density in a wide variety of frameworks. On top of that, hypothesis tests can be performed in one and two-sample contexts to test the unknown component density (see Milhaud, Pommeret, Salhi and Vandekerkhove (2022) <doi:10.1016/j.jspi.2021.05.010>, and Milhaud, Pommeret, Salhi, Vandekerkhove (2024) <doi:10.3150/23-BEJ1593>). Finally, clustering of unknown mixture components is also feasible in a K-sample setting (see Milhaud, Pommeret, Salhi, Vandekerkhove (2024) <https://jmlr.org/papers/v25/23-0914.html>).

r-adegraphics 1.0-22
Propagated dependencies: r-sp@2.2-1 r-rcolorbrewer@1.1-3 r-latticeextra@0.6-31 r-lattice@0.22-9 r-kernsmooth@2.23-26 r-ade4@1.7-24
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: http://pbil.univ-lyon1.fr/ADE-4/
Licenses: GPL 2+
Build system: r
Synopsis: An S4 Lattice-Based Package for the Representation of Multivariate Data
Description:

Graphical functionalities for the representation of multivariate data. It is a complete re-implementation of the functions available in the ade4 package.

r-apml0 0.11
Propagated dependencies: r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1 r-matrix@1.7-5
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/LeeSprite/APML0
Licenses: GPL 2+
Build system: r
Synopsis: Augmented and Penalized Minimization Method L0
Description:

Fit linear, logistic and Cox models regularized with L0, lasso (L1), elastic-net (L1 and L2), or net (L1 and Laplacian) penalty, and their adaptive forms, such as adaptive lasso / elastic-net and net adjusting for signs of linked coefficients. It solves the L0 penalty problem by simultaneously selecting regularization parameters and performing hard-thresholding or selecting the number of non-zeros. This augmented and penalized minimization method provides an approximation solution to the L0 penalty problem, but runs as fast as L1 regularization. The package uses a one-step coordinate descent algorithm and runs extremely fast by taking into account the sparsity structure of coefficients. It can handle very high dimensional data and has superior selection performance.

r-av1r 0.1.3
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/Zabis13/AV1R
Licenses: Expat
Build system: r
Synopsis: 'AV1' Video Encoding for Biological Microscopy Data
Description:

Converts legacy microscopy video formats (H.264/H.265, AVI/MJPEG, TIFF stacks) to the modern AV1 codec with minimal quality loss. Typical use cases include compressing large TIFF stacks from confocal microscopy and time-lapse experiments from hundreds of gigabytes to manageable sizes, re-encoding MP4 files exported from CellProfiler', ImageJ'/'Fiji', and microscope software with approximately 2x better compression at the same visual quality, and converting legacy AVI (MJPEG) and H.265 recordings to a single patent-free format suited for long-term archival. Automatically selects the best available backend: GPU hardware acceleration via Vulkan VK_KHR_VIDEO_ENCODE_AV1 or VAAPI (tested on AMD RDNA4; bundled headers, builds with any Vulkan SDK >= 1.3.275), with automatic fallback to CPU encoding through FFmpeg and SVT-AV1'. User controls quality via a single CRF parameter; each backend adapts automatically (CPU and Vulkan use CRF directly, VAAPI targets 55 percent of input bitrate). TIFF stacks use near-lossless CRF 5 by default, with optional proportional scaling via tiff_scale (multiplier or bounding box, aspect ratio always preserved). Small frames are automatically scaled up to meet hardware encoder minimums. Audio tracks are preserved automatically. Provides a simple R API for batch conversion of entire experiment folders.

r-airports 0.1.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/OpenIntroStat/airports
Licenses: GPL 3
Build system: r
Synopsis: Data on Airports
Description:

Geographic, use, and property related data on airports.

r-annoprobe 0.1.7
Propagated dependencies: r-xml2@1.5.2 r-pheatmap@1.0.13 r-httr@1.4.8 r-ggpubr@0.6.3 r-ggplot2@4.0.3 r-dt@0.34.0 r-curl@7.1.0 r-biobase@2.72.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/jmzeng1314/AnnoProbe
Licenses: FSDG-compatible
Build system: r
Synopsis: Annotate the Gene Symbols for Probes in Expression Array
Description:

We curated 147 of expression array, from 3 species(human,mouse,rat), 3 companies('Affymetrix','Illumina','Agilent'), by aligning the Fasta sequences of all probes of each platform to their corresponding reference genome, and then annotate them to genes.

r-autoharp 0.3.2
Propagated dependencies: r-xfun@0.57 r-tibble@3.3.1 r-stringr@1.6.0 r-shiny@1.13.0 r-rmarkdown@2.31 r-rlang@1.2.0 r-magrittr@2.0.5 r-lintr@3.3.0-1 r-knitr@1.51 r-igraph@2.3.1 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://namanlab.github.io/autoharp/
Licenses: Expat
Build system: r
Synopsis: Semi-Automatic Grading of R and Rmd Scripts
Description:

This package provides a customisable set of tools for assessing and grading R or R-markdown scripts from students. It allows for checking correctness of code output, runtime statistics and static code analysis. The latter feature is made possible by representing R expressions using a tree structure.

r-aovbay 0.1.0
Propagated dependencies: r-waiter@0.2.5-1.927501b r-tibble@3.3.1 r-stringr@1.6.0 r-stanheaders@2.32.10 r-shinydashboardplus@2.0.6 r-shinydashboard@0.7.3 r-shinycssloaders@1.1.0 r-shiny@1.13.0 r-rstantools@2.6.0 r-rstan@2.32.7 r-reshape@0.8.10 r-rcppparallel@5.1.11-2 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1 r-purrr@1.2.2 r-nortest@1.0-4 r-moments@0.14.1 r-htmltools@0.5.9 r-highcharter@0.9.5 r-dt@0.34.0 r-dplyr@1.2.1 r-car@3.1-5 r-broom@1.0.13 r-bh@1.90.0-1 r-bayesfactor@0.9.12-4.8
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=AovBay
Licenses: Expat
Build system: r
Synopsis: Classic, Nonparametric and Bayesian One-Way Analysis of Variance Panel
Description:

It covers various approaches to analysis of variance, provides an assumption testing section in order to provide a decision diagram that allows selecting the most appropriate technique. It provides the classical analysis of variance, the nonparametric equivalent of Kruskal Wallis, and the Bayesian approach. These results are shown in an interactive shiny panel, which allows modifying the arguments of the tests, contains interactive graphics and presents automatic conclusions depending on the tests in order to contribute to the interpretation of these analyzes. AovBay uses Stan and FactorBayes for Bayesian analysis and Highcharts for interactive charts.

r-adwave 1.4
Propagated dependencies: r-waveslim@1.8.5
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://doi.org/10.1534/genetics.115.176842
Licenses: GPL 2+
Build system: r
Synopsis: Wavelet Analysis of Genomic Data from Admixed Populations
Description:

This package implements wavelet-based approaches for describing population admixture. Principal Components Analysis (PCA) is used to define the population structure and produce a localized admixture signal for each individual. Wavelet summaries of the PCA output describe variation present in the data and can be related to population-level demographic processes. For more details, see J Sanderson, H Sudoyo, TM Karafet, MF Hammer and MP Cox. 2015. Reconstructing past admixture processes from local genomic ancestry using wavelet transformation. Genetics 200:469-481 <doi:10.1534/genetics.115.176842>.

r-amylogram 1.1
Propagated dependencies: r-shiny@1.13.0 r-seqinr@4.2-44 r-ranger@0.18.0 r-biogram@1.6.3
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/michbur/AmyloGram
Licenses: GPL 3
Build system: r
Synopsis: Prediction of Amyloid Proteins
Description:

Predicts amyloid proteins using random forests trained on the n-gram encoded peptides. The implemented algorithm can be accessed from both the command line and shiny-based GUI.

r-azurecontainers 1.3.3
Propagated dependencies: r-r6@2.6.1 r-processx@3.9.0 r-openssl@2.4.1 r-httr@1.4.8 r-azurermr@2.4.5 r-azuregraph@1.3.5
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=AzureContainers
Licenses: Expat
Build system: r
Synopsis: Interface to 'Container Instances', 'Docker Registry' and 'Kubernetes' in 'Azure'
Description:

An interface to container functionality in Microsoft's Azure cloud: <https://azure.microsoft.com/en-us/products/category/containers/>. Manage Azure Container Instance (ACI), Azure Container Registry (ACR) and Azure Kubernetes Service (AKS) resources, push and pull images, and deploy services. On the client side, lightweight shells to the docker', docker-compose', kubectl and helm commandline tools are provided. Part of the AzureR family of packages.

r-ahocorasick 0.2.0
Dependencies: xz@5.4.5
Propagated dependencies: r-rlang@1.2.0 r-fs@2.1.0 r-cli@3.6.6 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://yousa-mirage.github.io/r-ahocorasick/
Licenses: Expat
Build system: r
Synopsis: Fast Multi-Pattern String Matching with the 'Aho-Corasick' Algorithm
Description:

Provide fast multi-pattern string matching for R using the Aho-Corasick algorithm, powered by the Rust aho-corasick crate. It builds reusable automatons for detecting matches, counting matches, locating character, extracting matched text, and replacing matches in character vectors. For more details on the Aho-Corasick algorithm, please see Aho and Corasick (1975) <doi:10.1145/360825.360855>.

r-arttransfer 1.0.0
Propagated dependencies: r-randomforest@4.7-1.2 r-nnet@7.3-20 r-glmnet@5.0 r-gbm@2.2.3
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=ARTtransfer
Licenses: GPL 2
Build system: r
Synopsis: Adaptive and Robust Pipeline for Transfer Learning
Description:

Adaptive and Robust Transfer Learning (ART) is a flexible framework for transfer learning that integrates information from auxiliary data sources to improve model performance on primary tasks. It is designed to be robust against negative transfer by including the non-transfer model in the candidate pool, ensuring stable performance even when auxiliary datasets are less informative. See the paper, Wang, Wu, and Ye (2023) <doi:10.1002/sta4.582>.

r-atrisk 0.2.0
Propagated dependencies: r-sn@2.1.3 r-quantreg@6.1 r-ggridges@0.5.7 r-ggplot2@4.0.3 r-dfoptim@2023.1.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=atRisk
Licenses: GPL 3
Build system: r
Synopsis: At-Risk
Description:

The at-Risk (aR) approach is based on a two-step parametric estimation procedure that allows to forecast the full conditional distribution of an economic variable at a given horizon, as a function of a set of factors. These density forecasts are then be used to produce coherent forecasts for any downside risk measure, e.g., value-at-risk, expected shortfall, downside entropy. Initially introduced by Adrian et al. (2019) <doi:10.1257/aer.20161923> to reveal the vulnerability of economic growth to financial conditions, the aR approach is currently extensively used by international financial institutions to provide Value-at-Risk (VaR) type forecasts for GDP growth (Growth-at-Risk) or inflation (Inflation-at-Risk). This package provides methods for estimating these models. Datasets for the US and the Eurozone are available to allow testing of the Adrian et al. (2019) model. This package constitutes a useful toolbox (data and functions) for private practitioners, scholars as well as policymakers.

r-afcharts 0.5.1
Propagated dependencies: r-scales@1.4.0 r-rlang@1.2.0 r-purrr@1.2.2 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/best-practice-and-impact/afcharts
Licenses: Expat
Build system: r
Synopsis: Produce Charts Following UK Government Analysis Function Guidance
Description:

Colour palettes and a ggplot2 theme to follow the UK Government Analysis Function best practice guidance for producing data visualisations, available at <https://analysisfunction.civilservice.gov.uk/policy-store/data-visualisation-charts/>. Includes continuous and discrete colour and fill scales, as well as a ggplot2 theme.

r-aprean3 1.0.2
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/lbraglia/aprean3
Licenses: GPL 3
Build system: r
Synopsis: Datasets from Draper and Smith "Applied Regression Analysis" (3rd Ed., 1998)
Description:

An unofficial companion to the textbook "Applied Regression Analysis" by N.R. Draper and H. Smith (3rd Ed., 1998) including all the accompanying datasets.

r-alphabetr 0.2.2
Propagated dependencies: r-rcpp@1.1.1-1.1 r-multicool@1.0.1 r-dplyr@1.2.1 r-clue@0.3-68
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: http://github.com/edwardslee/alphabetr
Licenses: AGPL 3+
Build system: r
Synopsis: Algorithms for High-Throughput Sequencing of Antigen-Specific T Cells
Description:

This package provides algorithms for frequency-based pairing of alpha-beta T cell receptors.

r-arht 0.1.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=ARHT
Licenses: GPL 2+
Build system: r
Synopsis: Adaptable Regularized Hotelling's T^2 Test for High-Dimensional Data
Description:

Perform the Adaptable Regularized Hotelling's T^2 test (ARHT) proposed by Li et al., (2016) <arXiv:1609.08725>. Both one-sample and two-sample mean test are available with various probabilistic alternative prior models. It contains a function to consistently estimate higher order moments of the population covariance spectral distribution using the spectral of the sample covariance matrix (Bai et al. (2010) <doi:10.1111/j.1467-842X.2010.00590.x>). In addition, it contains a function to sample from 3-variate chi-squared random vectors approximately with a given correlation matrix when the degrees of freedom are large.

r-arc 1.4.2
Propagated dependencies: r-r-utils@2.13.0 r-matrix@1.7-5 r-discretization@1.0-1.1 r-arules@1.7.14
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/kliegr/arc
Licenses: GPL 3
Build system: r
Synopsis: Association Rule Classification
Description:

This package implements the Classification-based on Association Rules (CBA) algorithm for association rule classification. The package, also described in Hahsler et al. (2019) <doi:10.32614/RJ-2019-048>, contains several convenience methods that allow to automatically set CBA parameters (minimum confidence, minimum support) and it also natively handles numeric attributes by integrating a pre-discretization step. The rule generation phase is handled by the arules package. To further decrease the size of the CBA models produced by the arc package, postprocessing by the qCBA package is suggested.

r-asremlplus 4.4.58
Propagated dependencies: r-trycatchlog@1.3.3 r-stringr@1.6.0 r-sticky@0.5.6.1 r-rlang@1.2.0 r-reshape2@1.4.5 r-rcolorbrewer@1.1-3 r-qqplotr@0.0.7 r-nloptr@2.2.1 r-ggplot2@4.0.3 r-foreach@1.5.2 r-dplyr@1.2.1 r-doparallel@1.0.17 r-devtools@2.5.2 r-dae@3.2.32
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: http://chris.brien.name
Licenses: Expat
Build system: r
Synopsis: Augments 'ASReml-R' in Fitting Mixed Models and Packages Generally in Exploring Prediction Differences
Description:

Assists in automating the selection of terms to include in mixed models when asreml is used to fit the models. Procedures are available for choosing models that conform to the hierarchy or marginality principle, for fitting and choosing between two-dimensional spatial models using correlation, natural cubic smoothing spline and P-spline models. A history of the fitting of a sequence of models is kept in a data frame. Also used to compute functions and contrasts of, to investigate differences between and to plot predictions obtained using any model fitting function. The content falls into the following natural groupings: (i) Data, (ii) Model modification functions, (iii) Model selection and description functions, (iv) Model diagnostics and simulation functions, (v) Prediction production and presentation functions, (vi) Response transformation functions, (vii) Object manipulation functions, and (viii) Miscellaneous functions (for further details see asremlPlus-package in help). The asreml package provides a computationally efficient algorithm for fitting a wide range of linear mixed models using Residual Maximum Likelihood. It is a commercial package and a license for it can be purchased from VSNi <https://vsni.co.uk/> as asreml-R', who will supply a zip file for local installation/updating (see <https://asreml.kb.vsni.co.uk/>). It is not needed for functions that are methods for alldiffs and data.frame objects. The package asremPlus can also be installed from <http://chris.brien.name/rpackages/>.

r-adobeanalyticsr 0.5.1
Propagated dependencies: r-vctrs@0.7.3 r-tidyr@1.3.2 r-stringr@1.6.0 r-scales@1.4.0 r-rlang@1.2.0 r-r6@2.6.1 r-purrr@1.2.2 r-progress@1.2.3 r-openssl@2.4.1 r-memoise@2.0.1 r-lubridate@1.9.5 r-lifecycle@1.0.5 r-jsonlite@2.0.0 r-jose@2.0.0 r-httr2@1.2.2 r-httr@1.4.8 r-glue@1.8.1 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://adobeanalyticsr.com
Licenses: Expat
Build system: r
Synopsis: R Client for 'Adobe Analytics' API 2.0
Description:

Connect to the Adobe Analytics API v2.0 <https://github.com/AdobeDocs/analytics-2.0-apis> which powers Analysis Workspace'. The package was developed with the analyst in mind, and it will continue to be developed with the guiding principles of iterative, repeatable, timely analysis.

r-airgriwrm 0.7.0
Propagated dependencies: r-zlib@1.0.3 r-rlang@1.2.0 r-png@0.1-9 r-jsonlite@2.0.0 r-dplyr@1.2.1 r-airgr@1.7.8
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://inrae.github.io/airGRiwrm/
Licenses: AGPL 3
Build system: r
Synopsis: 'airGR' Integrated Water Resource Management
Description:

Semi-distributed Precipitation-Runoff Modeling based on airGR package models integrating human infrastructures and their managements.

Total packages: 72693