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

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-colorspec 1.8-0
Propagated dependencies: r-logger@0.4.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=colorSpec
Licenses: GPL 3+
Build system: r
Synopsis: Color Calculations with Emphasis on Spectral Data
Description:

Calculate with spectral properties of light sources, materials, cameras, eyes, and scanners. Build complex systems from simpler parts using a spectral product algebra. For light sources, compute CCT, CRI, SSI, and IES TM-30 reports. For object colors, compute optimal colors and Logvinenko coordinates. Work with the standard CIE illuminants and color matching functions, and read spectra from text files, including CGATS files. Estimate a spectrum from its response. A user guide and 9 vignettes are included.

r-charlesschwabapi 1.0.5
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-purrr@1.2.2 r-openssl@2.4.1 r-lubridate@1.9.5 r-httr@1.4.8 r-dplyr@1.2.1 r-anytime@0.3.13
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=charlesschwabapi
Licenses: Expat
Build system: r
Synopsis: Wrapper Functions Around 'Charles Schwab Individual Trader API'
Description:

For those wishing to interact with the Charles Schwab Individual Trader API (<https://developer.schwab.com/products/trader-api--individual>) with R in a simplified manner, this package offers wrapper functions around authentication and the available API calls to streamline the process.

r-chlorpromaziner 0.2.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://docs.ropensci.org/chlorpromazineR/
Licenses: GPL 3
Build system: r
Synopsis: Convert Antipsychotic Doses to Chlorpromazine Equivalents
Description:

As different antipsychotic medications have different potencies, the doses of different medications cannot be directly compared. Various strategies are used to convert doses into a common reference so that comparison is meaningful. Chlorpromazine (CPZ) has historically been used as a reference medication into which other antipsychotic doses can be converted, as "chlorpromazine-equivalent doses". Using conversion keys generated from widely-cited scientific papers, e.g. Gardner et. al 2010 <doi:10.1176/appi.ajp.2009.09060802> and Leucht et al. 2016 <doi:10.1093/schbul/sbv167>, antipsychotic doses are converted to CPZ (or any specified antipsychotic) equivalents. The use of the package is described in the included vignette. Not for clinical use.

r-clarketest 0.2.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=clarkeTest
Licenses: GPL 2+
Build system: r
Synopsis: Distribution-Free Tests of Non-Nested Models
Description:

Implementation of Clarke's distribution-free test of non-nested models. Currently supported model functions are: lm(), glm() ('binomial', poisson', negative binomial links), polr() ('MASS'), clm() ('ordinal'), and multinom() ('nnet'). For more information on the test, see Clarke (2007) <doi:10.1093/pan/mpm004>.

r-cica 1.1.1
Propagated dependencies: r-servr@0.32 r-rnifti@1.9.0 r-rfast@2.1.5.2 r-plotly@4.12.0 r-oro-nifti@0.11.4 r-neurobase@1.34.0 r-multiway@1.0-7 r-mclust@6.1.2 r-magrittr@2.0.5 r-ica@1.0-3 r-htmltools@0.5.9
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://www.sciencedirect.com/science/article/pii/S0165027022002448
Licenses: GPL 3
Build system: r
Synopsis: Clusterwise Independent Component Analysis
Description:

Clustering multi-subject resting state functional Magnetic Resonance Imaging data. This methods enables the clustering of subjects based on multi-subject resting state functional Magnetic Resonance Imaging data. Objects are clustered based on similarities and differences in cluster-specific estimated components obtained by Independent Component Analysis.

r-cpp11armadillo 0.5.4
Propagated dependencies: r-cpp11@0.5.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://pacha.dev/cpp11armadillo/
Licenses: FSDG-compatible
Build system: r
Synopsis: An 'Armadillo' Interface
Description:

This package provides function declarations and inline function definitions that facilitate communication between R and the Armadillo C++ library for linear algebra and scientific computing. This implementation is detailed in Vargas Sepulveda and Schneider Malamud (2024) <doi:10.1016/j.softx.2025.102087>.

r-combss 0.1.0
Propagated dependencies: r-glmnet@5.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/benoit-liquet/combss
Licenses: GPL 3
Build system: r
Synopsis: Continuous Optimisation Towards Best Subset Selection
Description:

Best subset selection in generalised linear models via continuous optimisation. Reformulates the NP-hard discrete subset selection problem as a continuous optimisation over the hypercube [0,1]^p, solved via a Frank-Wolfe homotopy algorithm with closed-form ridge inner solves. Supports linear (Gaussian), binary logistic, and multinomial regression. For methodological details see Moka, Liquet, Zhu and Muller (2024) <doi:10.1007/s11222-024-10387-8> and Mathur, Liquet, Muller and Moka (2026) <doi:10.48550/arXiv.2603.21952>.

r-cedmr 0.1.0
Propagated dependencies: r-tidyr@1.3.2 r-rms@8.1-1 r-rlang@1.2.0 r-mediation@4.5.1 r-magrittr@2.0.5 r-lme4@2.0-1 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/causalfragility-lab/CEDMr
Licenses: Expat
Build system: r
Synopsis: Capability-Ecological Developmental Model (CEDM) Analysis
Description:

This package implements the Capability-Ecological Developmental Model (CEDM) for longitudinal and multilevel data. The package supports estimation and interpretation of models examining how socioeconomic status (SES), health indicators, and contextual factors jointly relate to academic outcomes. Functionality includes: (1) classification of ecological capability regimes (amplifying, neutral, compensatory); (2) estimation of moderated multilevel models with higher-order interaction terms; (3) causal mediation analysis using doubly robust estimation; (4) random-effects within-between (REWB) decomposition; (5) nonlinear moderation using restricted cubic splines; (6) clustering of longitudinal health trajectories; and (7) sensitivity analysis using the impact threshold for a confounding variable (ITCV) and robustness-to-replacement (RIR) measures. The package is designed for use with general longitudinal multilevel datasets.

r-cookiecutter 0.1.0
Propagated dependencies: r-whisker@0.4.1 r-stringr@1.6.0 r-rlang@1.2.0 r-readr@2.2.0 r-purrr@1.2.2 r-mime@0.13 r-jsonlite@2.0.0 r-fs@2.1.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/felixhenninger/cookiecutter/
Licenses: FSDG-compatible
Build system: r
Synopsis: Generate Project Files from a Template
Description:

Generate project files and directories following a pre-made template. You can specify variables to customize file names and content, and flexibly adapt the template to your needs. cookiecutter for R implements a subset of the excellent cookiecutter package for the Python programming language (<https://github.com/cookiecutter/>), and aims to be largely compatible with the original cookiecutter template format.

r-classifyits 1.0.2
Propagated dependencies: r-seqinr@4.2-44 r-reshape2@1.4.5 r-gridextra@2.3 r-ggplot2@4.0.3 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=ClassifyITS
Licenses: GPL 3
Build system: r
Synopsis: Fungal Assignment Pipeline
Description:

Fungi are ubiquitous in Earth's wonderfully diverse ecosystems. The ClassifyITS package aids in the taxonomic classification of environmental internal transcribed spacer (ITS) short-read barcoding data. Unlike previous methods, it employs taxon-specific e-value and percent identity cutoffs at each taxonomic rank from kingdom to species. The package takes a conservative approach and outputs both graphics and user-friendly files to help users manually inspect fungal operational taxonomic units (OTUs) that fail classification at relevant levels (e.g., Phylum). ClassifyITS is based on taxonomic cutoff criteria from "The Global Soil Mycobiome consortium dataset for boosting fungal diversity research" (Fungal Diversity, Tedersoo, 2021, <doi:10.1007/s13225-021-00493-7>) and "Best practices in metabarcoding of fungi: From experimental design to results" (Molecular Ecology, Tedersoo, 2022, <doi:10.1111/mec.16460>).

r-calibrationcurves 3.1.0
Propagated dependencies: r-zoo@1.8-15 r-survival@3.8-6 r-rms@8.1-1 r-riskregression@2026.03.11 r-pec@2025.06.24 r-metafor@5.0-1 r-meta@8.5-0 r-mertools@1.0.0 r-magrittr@2.0.5 r-lme4@2.0-1 r-hmisc@5.2-5 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://bavodc.github.io/websiteCalibrationCurves/
Licenses: GPL 3+
Build system: r
Synopsis: Calibration Performance
Description:

Plots calibration curves and computes statistics for assessing calibration performance. See Lasai et al. (2025) <doi:10.48550/arXiv.2503.08389>, De Cock Campo (2023) <doi:10.48550/arXiv.2309.08559> and Van Calster et al. (2016) <doi:10.1016/j.jclinepi.2015.12.005>.

r-csdata 2026.3.30
Propagated dependencies: r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://niphr.github.io/csdata/
Licenses: Expat
Build system: r
Synopsis: Structural Data for Norway
Description:

Datasets relating to population in municipalities, municipality/county matching, and how different municipalities have merged/redistricted over time from 2006 to 2024.

r-causalbatch 1.3.0
Propagated dependencies: r-sva@3.60.0 r-nnet@7.3-20 r-matchit@4.7.2 r-magrittr@2.0.5 r-genefilter@1.94.0 r-dplyr@1.2.1 r-cdcsis@2.0.5 r-biocparallel@1.46.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/neurodata/causal_batch
Licenses: GPL 3
Build system: r
Synopsis: Causal Batch Effects
Description:

Software which provides numerous functionalities for detecting and removing group-level effects from high-dimensional scientific data which, when combined with additional assumptions, allow for causal conclusions, as-described in our manuscripts Bridgeford et al. (2024) <doi:10.1101/2021.09.03.458920> and Bridgeford et al. (2023) <doi:10.48550/arXiv.2307.13868>. Also provides a number of useful utilities for generating simulations and balancing covariates across multiple groups/batches of data via matching and propensity trimming for more than two groups.

r-causalslse 0.4-1
Propagated dependencies: r-texreg@1.39.5 r-sandwich@3.1-1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=causalSLSE
Licenses: GPL 2+
Build system: r
Synopsis: Semiparametric Least Squares Inference for Causal Effects
Description:

Several causal effects are measured using least squares regressions and basis function approximations. Backward and forward selection methods based on different criteria are used to select the basis functions.

r-clr 0.1.2
Propagated dependencies: r-magrittr@2.0.5 r-lubridate@1.9.5 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=clr
Licenses: LGPL 2.0+
Build system: r
Synopsis: Curve Linear Regression via Dimension Reduction
Description:

This package provides a new methodology for linear regression with both curve response and curve regressors, which is described in Cho, Goude, Brossat and Yao (2013) <doi:10.1080/01621459.2012.722900> and (2015) <doi:10.1007/978-3-319-18732-7_3>. The key idea behind this methodology is dimension reduction based on a singular value decomposition in a Hilbert space, which reduces the curve regression problem to several scalar linear regression problems.

r-c060 0.5-0
Propagated dependencies: r-tgp@2.4-23 r-survival@3.8-6 r-peperr@1.7 r-penalizedsvm@1.2.0 r-penalized@0.9-53 r-pamr@1.57 r-mlegp@3.1.10 r-lattice@0.22-9 r-glmnet@5.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://fbertran.github.io/c060/
Licenses: GPL 2
Build system: r
Synopsis: Extended Inference for Lasso and Elastic-Net Regularized Cox and Generalized Linear Models
Description:

The c060 package provides additional functions to perform stability selection, model validation and parameter tuning for glmnet models.

r-cragg 0.0.1
Propagated dependencies: r-expm@1.0-0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cragg
Licenses: GPL 3+
Build system: r
Synopsis: Tests for Weak Instruments in R
Description:

This package implements Cragg-Donald (1993) <doi:10.1017/S0266466600007519> and Stock and Yogo (2005) <doi:10.1017/CBO9780511614491.006> tests for weak instruments in R.

r-cmhsu 0.0.6.9
Propagated dependencies: r-tidyr@1.3.2 r-purrr@1.2.2 r-magrittr@2.0.5 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CMHSU
Licenses: GPL 3
Build system: r
Synopsis: Mental Health Status, Substance Use Status and their Concurrent Status in North American Healthcare Administrative Databases
Description:

Patients Mental Health (MH) status, Substance Use (SU) status, and concurrent MH/SU status in the American/Canadian Healthcare Administrative Databases can be identified. The detection is based on given parameters of interest by clinicians including the list of plausible ICD MH/SU codes (3/4/5 characters), the required number of visits of hospital for MH/SU , the required number of visits of service physicians for MH/SU, and the maximum time span within MH visits, within SU visits, and, between MH and SU visits. Methods are described in: Khan S <https://pubmed.ncbi.nlm.nih.gov/29044442/>, Keen C, et al. (2021) <doi:10.1111/add.15580>, Lavergne MR, et al. (2022) <doi:10.1186/s12913-022-07759-z>, Casillas, S M, et al. (2022) <doi:10.1016/j.abrep.2022.100464>, CIHI (2022) <https://www.cihi.ca/en>, CDC (2024) <https://www.cdc.gov>, WHO (2019) <https://icd.who.int/en>.

r-chicane 0.1.8
Dependencies: bedtools@2.31.1
Propagated dependencies: r-rmarkdown@2.31 r-mass@7.3-65 r-knitr@1.51 r-iterators@1.0.14 r-gamlss-tr@5.1-9 r-gamlss@5.5-0 r-foreach@1.5.2 r-doparallel@1.0.17 r-data-table@1.18.4 r-bedr@1.1.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=chicane
Licenses: GPL 2
Build system: r
Synopsis: Capture Hi-C Analysis Engine
Description:

Toolkit for processing and calling interactions in capture Hi-C data. Converts BAM files into counts of reads linking restriction fragments, and identifies pairs of fragments that interact more than expected by chance. Significant interactions are identified by comparing the observed read count to the expected background rate from a count regression model.

r-casecohortcoxsurvival 0.0.36
Propagated dependencies: r-survival@3.8-6 r-nnet@7.3-20
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CaseCohortCoxSurvival
Licenses: GPL 2
Build system: r
Synopsis: Case-Cohort Cox Survival Inference
Description:

Cox model inference for relative hazard and covariate-specific pure risk estimated from stratified and unstratified case-cohort data as described in Etievant, L., Gail, M.H. (Lifetime Data Analysis, 2024) <doi:10.1007/s10985-024-09621-2>.

r-crimedatasets 0.1.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/lightbluetitan/crimedatasets
Licenses: GPL 3
Build system: r
Synopsis: Comprehensive Collection of Crime-Related Datasets
Description:

This package provides a comprehensive collection of datasets exclusively focused on crimes, criminal activities, and related topics. This package serves as a valuable resource for researchers, analysts, and students interested in crime analysis, criminology, social and economic studies related to criminal behavior. Datasets span global and local contexts, with a mix of tabular and spatial data.

r-crtspat 1.4.0
Propagated dependencies: r-tsp@1.2.7 r-tidyr@1.3.2 r-spatstat-random@3.4-5 r-spatstat-geom@3.7-3 r-sp@2.2-1 r-sf@1.1-1 r-rstan@2.32.7 r-oor@0.1.4 r-matrix@1.7-5 r-mass@7.3-65 r-magrittr@2.0.5 r-loo@2.9.0 r-lme4@2.0-1 r-ggplot2@4.0.3 r-gee@4.13-29 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CRTspat
Licenses: Expat
Build system: r
Synopsis: Workflow for Cluster Randomised Trials with Spillover
Description:

Design, workflow and statistical analysis of Cluster Randomised Trials of (health) interventions where there may be spillover between the arms (see <https://thomasasmith.github.io/index.html>).

r-clinify 0.3.1
Propagated dependencies: r-zoo@1.8-15 r-tidyselect@1.2.1 r-officer@0.7.5 r-magrittr@2.0.5 r-knitr@1.51 r-htmltools@0.5.9 r-flextable@0.9.11 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://atorus-research.github.io/clinify/
Licenses: FSDG-compatible
Build system: r
Synopsis: Clinical Table Styling Tools and Utilities
Description:

The primary motivation of this package is to take the things that are great about the R packages flextable <https://davidgohel.github.io/flextable/> and officer <https://davidgohel.github.io/officer/>, take the standard and complex pieces of formatting clinical tables for regulatory use, and simplify the tedious pieces.

r-cdf 0.1.0
Propagated dependencies: r-matrixstats@1.5.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CDF
Licenses: Expat
Build system: r
Synopsis: Centroid Decision Forest for High-Dimensional Classification
Description:

This package implements the Centroid Decision Forest (CDF) as a single user-facing function CDF(). The method selects discriminative features via a multi-class class separability score (CSS), splits by nearest class centroid, and aggregates tree votes to produce predictions and class probabilities. Returns CSS-based feature importance as well. Amjad Ali, Saeed Aldahmani, Zardad Khan (2025) <doi:10.48550/arXiv.2503.19306>.

Total packages: 72693