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

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-coxicpen 1.1.0
Propagated dependencies: r-foreach@1.5.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://doi.org/10.1080/01621459.2018.1537922
Licenses: FSDG-compatible
Build system: r
Synopsis: Variable Selection for Cox's Model with Interval-Censored Data
Description:

Perform variable selection for Cox regression model with interval-censored data. Can deal with both low-dimensional and high-dimensional data. Case-cohort design can be incorporated. Two sets of covariates scenario can also be considered. The references are listed in the URL below.

r-ciflyr 0.1.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cifly.dev/
Licenses: Expat
Build system: r
Synopsis: Reachability-Based Primitives for Graphical Causal Inference
Description:

This package provides a framework for specifying and running flexible linear-time reachability-based algorithms for graphical causal inference. Rule tables are used to encode and customize the reachability algorithm to typical causal and probabilistic reasoning tasks such as finding d-connected nodes or more advanced applications. For more information, see Wienöbst, Weichwald and Henckel (2025) <doi:10.48550/arXiv.2506.15758>.

r-countsplit 4.0.0
Propagated dependencies: r-rcpp@1.1.1-1.1 r-matrix@1.7-5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/anna-neufeld/countsplit
Licenses: Expat
Build system: r
Synopsis: Splitting a Count Matrix into Independent Folds
Description:

This package implements the count splitting methodology from Neufeld et al. (2022) <doi:10.1093/biostatistics/kxac047> and Neufeld et al. (2023) <arXiv:2307.12985>. Intended for turning a matrix of single-cell RNA sequencing counts, or similar count datasets, into independent folds that can be used for training/testing or cross validation. Assumes that the entries in the matrix are from a Poisson or a negative binomial distribution.

r-codalm 0.1.3
Propagated dependencies: r-squarem@2026.1 r-future-apply@1.20.2 r-future@1.70.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/jfiksel/codalm
Licenses: GPL 2
Build system: r
Synopsis: Transformation-Free Linear Regression for Compositional Outcomes and Predictors
Description:

This package implements the expectation-maximization (EM) algorithm as described in Fiksel et al. (2022) <doi:10.1111/biom.13465> for transformation-free linear regression for compositional outcomes and predictors.

r-causalnet 0.1.0
Propagated dependencies: r-tidyr@1.3.2 r-scales@1.4.0 r-ggplot2@4.0.3 r-cowplot@1.2.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/KyuriP/causalnet
Licenses: GPL 3
Build system: r
Synopsis: Directed Causal Network Enumeration and Simulation
Description:

Enumerate orientation-consistent directed networks from an undirected or partially directed skeleton, detect feedback loops, summarize topology, and simulate node dynamics via stochastic differential equations.

r-calmate 0.13.0
Propagated dependencies: r-r-utils@2.13.0 r-r-oo@1.27.1 r-r-methodss3@1.8.2 r-r-filesets@2.15.1 r-matrixstats@1.5.0 r-mass@7.3-65 r-aroma-core@3.3.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/HenrikBengtsson/calmate/
Licenses: LGPL 2.1+
Build system: r
Synopsis: Improved Allele-Specific Copy Number of SNP Microarrays for Downstream Segmentation
Description:

The CalMaTe method calibrates preprocessed allele-specific copy number estimates (ASCNs) from DNA microarrays by controlling for single-nucleotide polymorphism-specific allelic crosstalk. The resulting ASCNs are on average more accurate, which increases the power of segmentation methods for detecting changes between copy number states in tumor studies including copy neutral loss of heterozygosity. CalMaTe applies to any ASCNs regardless of preprocessing method and microarray technology, e.g. Affymetrix and Illumina.

r-curriculr 0.3.0
Propagated dependencies: r-readr@2.2.0 r-quarto@1.5.1 r-openxlsx2@1.27 r-lifecycle@1.0.5 r-fs@2.1.0 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/erwinlares/curriculr
Licenses: Expat
Build system: r
Synopsis: Data-Driven CVs with 'Quarto' and 'Typst'
Description:

This package provides tools for producing data-driven curriculum vitae documents from structured data stored in an Excel workbook. The core workflow reads CV content from a workbook, converts it into Typst layout blocks, and renders a polished PDF via the Quarto publishing system. Includes functions for reading and cleaning CV data, building Typst section headings and entries, rendering CV sections from data frames, and scaffolding new CV projects with a standard folder structure and template workbook. Designed to separate content from layout: CV data lives in the spreadsheet, rendering configuration lives in Quarto', and transformation logic lives in small, reusable R functions. See the Typst typesetting system at <https://typst.app> and the Quarto publishing system at <https://quarto.org>. Inspired by the vitae package <https://CRAN.R-project.org/package=vitae> and the Awesome CV LaTeX template <https://github.com/posquit0/Awesome-CV>.

r-chillr 0.77
Propagated dependencies: r-xml@3.99-0.23 r-tidyr@1.3.2 r-stringr@1.6.0 r-scales@1.4.0 r-rmawgen@1.3.9.3 r-rlang@1.2.0 r-reshape2@1.4.5 r-readxl@1.5.0 r-rcurl@1.98-1.18 r-rcpp@1.1.1-1.1 r-raster@3.6-32 r-r-utils@2.13.0 r-purrr@1.2.2 r-progress@1.2.3 r-plyr@1.8.9 r-pls@2.9-0 r-patchwork@1.3.2 r-metr@0.18.3 r-magrittr@2.0.5 r-lubridate@1.9.5 r-jsonlite@2.0.0 r-httr@1.4.8 r-ggplot2@4.0.3 r-gensa@1.1.15 r-fields@17.3 r-ecmwfr@2.0.3 r-dplyr@1.2.1 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=chillR
Licenses: GPL 3
Build system: r
Synopsis: Statistical Methods for Phenology Analysis in Temperate Fruit Trees
Description:

The phenology of plants (i.e. the timing of their annual life phases) depends on climatic cues. For temperate trees and many other plants, spring phases, such as leaf emergence and flowering, have been found to result from the effects of both cool (chilling) conditions and heat. Fruit tree scientists (pomologists) have developed some metrics to quantify chilling and heat (e.g. see Luedeling (2012) <doi:10.1016/j.scienta.2012.07.011>). chillR contains functions for processing temperature records into chilling (Chilling Hours, Utah Chill Units and Chill Portions) and heat units (Growing Degree Hours). Regarding chilling metrics, Chill Portions are often considered the most promising, but they are difficult to calculate. This package makes it easy. chillR also contains procedures for conducting a PLS analysis relating phenological dates (e.g. bloom dates) to either mean temperatures or mean chill and heat accumulation rates, based on long-term weather and phenology records (Luedeling and Gassner (2012) <doi:10.1016/j.agrformet.2011.10.020>). As of version 0.65, it also includes functions for generating weather scenarios with a weather generator, for conducting climate change analyses for temperature-based climatic metrics and for plotting results from such analyses. Since version 0.70, chillR contains a function for interpolating hourly temperature records.

r-cymruservices 0.5.0
Propagated dependencies: r-stringi@1.8.7 r-pingr@2.0.5 r-memoise@2.0.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cymruservices
Licenses: Expat
Build system: r
Synopsis: Query 'Team Cymru' 'IP' Address, Autonomous System Number ('ASN'), Border Gateway Protocol ('BGP'), Bogon and 'Malware' Hash Data Services
Description:

This package provides a toolkit for querying Team Cymru <http://team-cymru.org> IP address, Autonomous System Number ('ASN'), Border Gateway Protocol ('BGP'), Bogon and Malware Hash Data Services.

r-colombiapi 0.3.2
Propagated dependencies: r-tibble@3.3.1 r-scales@1.4.0 r-jsonlite@2.0.0 r-httr@1.4.8 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/lightbluetitan/colombiapi
Licenses: GPL 3
Build system: r
Synopsis: Access Colombian Data via APIs and Curated Datasets
Description:

This package provides a comprehensive interface to access diverse public data about Colombia through multiple APIs and curated datasets. The package integrates four different APIs: API-Colombia for Colombian-specific data including geography, culture, tourism, and government information; World Bank API for economic and demographic indicators; Nager.Date for public holidays; and REST Countries API for general country information. The package enables users to explore various aspects of Colombia such as geographic locations, cultural attractions, economic indicators, demographic data, and public holidays. Additionally, ColombiAPI includes curated datasets covering Bogota air stations, business and holiday dates, public schools, Colombian coffee exports, cannabis licenses, Medellin rainfall, malls in Bogota, as well as datasets on indigenous languages, student admissions and school statistics, forest liana mortality, municipal and regional data, connectivity and digital infrastructure, program graduates, vehicle counts, international visitors, and GDP projections. These datasets provide users with a rich and multifaceted view of Colombian social, economic, environmental, and technological information, making ColombiAPI a comprehensive tool for exploring Colombia's diverse data landscape. For more information on the APIs, see: API-Colombia <https://api-colombia.com/>, Nager.Date <https://date.nager.at/Api>, World Bank API <https://datahelpdesk.worldbank.org/knowledgebase/articles/889392>, and REST Countries API <https://restcountries.com/>.

r-cdft 1.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CDFt
Licenses: GPL 2+
Build system: r
Synopsis: Downscaling and Bias Correction via Non-Parametric CDF-Transform
Description:

Statistical downscaling and bias correction (model output statistics) method based on cumulative distribution functions (CDF) transformation. See Michelangeli, Vrac, Loukos (2009) Probabilistic downscaling approaches: Application to wind cumulative distribution functions. Geophysical Research Letters, 36, L11708, <doi:10.1029/2009GL038401>. ; and Vrac, Drobinski, Merlo, Herrmann, Lavaysse, Li, Somot (2012) Dynamical and statistical downscaling of the French Mediterranean climate: uncertainty assessment. Nat. Hazards Earth Syst. Sci., 12, 2769-2784, www.nat-hazards-earth-syst-sci.net/12/2769/2012/, <doi:10.5194/nhess-12-2769-2012>.

r-crane 0.3.2
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-survival@3.8-6 r-scales@1.4.0 r-rlang@1.2.0 r-lifecycle@1.0.5 r-labeling@0.4.3 r-gtsummary@2.5.1 r-gt@1.3.0 r-glue@1.8.1 r-ggplot2@4.0.3 r-flextable@0.9.11 r-dplyr@1.2.1 r-cowplot@1.2.0 r-cli@3.6.6 r-cardx@0.3.2 r-cards@0.7.1 r-broom@1.0.13
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/insightsengineering/crane
Licenses: ASL 2.0
Build system: r
Synopsis: Supplements the 'gtsummary' Package for Pharmaceutical Reporting
Description:

Tables summarizing clinical trial results are often complex and require detailed tailoring prior to submission to a health authority. The crane package supplements the functionality of the gtsummary package for creating these often highly bespoke tables in the pharmaceutical industry.

r-cronologia 0.2.0
Propagated dependencies: r-htmltools@0.5.9 r-glue@1.8.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/feddelegrand7/cronologia
Licenses: AGPL 3+
Build system: r
Synopsis: Create an HTML Vertical Timeline from a Data Frame in 'rmarkdown' and 'shiny'
Description:

This package creates an HTML vertical timeline from a data frame as an input for rmarkdown documents and shiny applications.

r-conmet 0.1.0
Propagated dependencies: r-waiter@0.2.5-1.927501b r-summarytools@1.1.5 r-stringr@1.6.0 r-shinywidgets@0.9.1 r-shinydashboard@0.7.3 r-shiny@1.13.0 r-semtools@0.5-8 r-purrr@1.2.2 r-openxlsx@4.2.8.1 r-lavaan@0.6-21 r-hmisc@5.2-5 r-foreign@0.8-91 r-dt@0.34.0 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=conmet
Licenses: GPL 3
Build system: r
Synopsis: Construct Measurement Evaluation Tool
Description:

With this package you can run ConMET locally in R. ConMET is an R-shiny application that facilitates performing and evaluating confirmatory factor analyses (CFAs) and is useful for running and reporting typical measurement models in applied psychology and management journals. ConMET automatically creates, compares and summarizes CFA models. Most common fit indices (E.g., CFI and SRMR) are put in an overview table. ConMET also allows to test for common method variance. The application is particularly useful for teaching and instruction of measurement issues in survey research. The application uses the lavaan package (Rosseel, 2012) to run CFAs.

r-ctgdist 0.1.0
Propagated dependencies: r-mirt@1.46.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=ctgdist
Licenses: GPL 2
Build system: r
Synopsis: Likert Category Distance Calculator
Description:

It is assumed that psychological distances between the categories are equal for the measurement instruments consisted of polytomously scored items. According to Muraki, this assumption must be tested. In the examination process of this assumption, the fit indexes are obtained and evaluated. This package provides that this assumption is removed. By with this package, the converted scale values of all items in a measurement instrument can be calculated by estimating a category parameter set for each item. Thus, the calculations can be made without any need to usage of the common category parameter set. Through this package, the psychological distances of the items are scaled. The scaling of a category parameter set for each item cause differentiation of score of the categories will be got from items. Also, the total measurement instrument score of an individual can be calculated according to the scaling of item score categories by with this package.This package provides that the place of individuals related to the structure to be measured with a measurement instrument consisted of polytomously scored items can be reveal more accurately. In this way, it is thought that the results obtained about individuals can be made more sensitive, and the differences between individuals can be revealed more accurately. On the other hand, it can be argued that more accurate evidences can be obtained regarding the psychometric properties of the measurement instruments.

r-corect 1.3.3
Propagated dependencies: r-raster@3.6-32 r-plyr@1.8.9 r-oro-dicom@0.5.3 r-igraph@2.3.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/troyhill/coreCT
Licenses: GPL 3
Build system: r
Synopsis: Programmatic Analysis of Sediment Cores Using Computed Tomography Imaging
Description:

Computed tomography (CT) imaging is a powerful tool for understanding the composition of sediment cores. This package streamlines and accelerates the analysis of CT data generated in the context of environmental science. Included are tools for processing raw DICOM images to characterize sediment composition (sand, peat, etc.). Root analyses are also enabled, including measures of external surface area and volumes for user-defined root size classes. For a detailed description of the application of computed tomography imaging for sediment characterization, see: Davey, E., C. Wigand, R. Johnson, K. Sundberg, J. Morris, and C. Roman. (2011) <DOI: 10.1890/10-2037.1>.

r-casebasedreasoning 0.4.1
Propagated dependencies: r-survival@3.8-6 r-rms@8.1-1 r-rcppparallel@5.1.11-2 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-ranger@0.18.0 r-r6@2.6.1 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/sipemu/case-based-reasoning
Licenses: Expat
Build system: r
Synopsis: Case Based Reasoning
Description:

Case-based reasoning is a problem-solving methodology that involves solving a new problem by referring to the solution of a similar problem in a large set of previously solved problems. The key aspect of Case Based Reasoning is to determine the problem that "most closely" matches the new problem at hand. This is achieved by defining a family of distance functions and using these distance functions as parameters for local averaging regression estimates of the final result. The optimal distance function is chosen based on a specific error measure used in regression estimation. This approach allows for efficient problem-solving by leveraging past experiences and adapting solutions from similar cases. The underlying concept is inspired by the work of Dippon J. et al. (2002) <doi:10.1016/S0167-9473(02)00058-0>.

r-cellgeometry 0.6.3
Propagated dependencies: r-scales@1.4.0 r-rlang@1.2.0 r-mcprogress@0.1.1 r-matrixstats@1.5.0 r-gtools@3.9.5 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-ensembldb@2.36.0 r-dplyr@1.2.1 r-delayedarray@0.38.1 r-complexheatmap@2.28.0 r-circlize@0.4.18
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/myles-lewis/cellGeometry
Licenses: GPL 3+
Build system: r
Synopsis: Geometric Single Cell Deconvolution
Description:

Deconvolution of bulk RNA-Sequencing data into proportions of cells based on a reference single-cell RNA-Sequencing dataset using high-dimensional geometric methodology <doi:10.64898/2026.01.24.701240>.

r-codebookr 0.1.9
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.0 r-purrr@1.2.2 r-officer@0.7.5 r-haven@2.5.5 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://github.com/brad-cannell/codebookr
Licenses: Expat
Build system: r
Synopsis: Create Codebooks from Data Frames
Description:

Quickly and easily create codebooks (i.e. data dictionaries) directly from a data frame.

r-cardiacdp 0.4.2
Propagated dependencies: r-stringr@1.6.0 r-rcolorbrewer@1.1-3 r-purrr@1.2.2 r-ggplot2@4.0.3 r-foreach@1.5.2 r-dplyr@1.2.1 r-doparallel@1.0.17 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=CardiacDP
Licenses: Expat
Build system: r
Synopsis: Automated Cardiac Data Processing via ACF, GA & Tracking Index
Description:

An algorithm developed to efficiently and accurately process complex and variable cardiac data with three key features: 1. employing autocorrelation to identify recurrent heartbeats and use their periods to compute heart rates; 2. incorporating a genetic algorithm framework to minimize data loss due to noise interference and accommodate within-sequence variations; and 3. introducing a tracking index as a moving reference to reduce errors. Lau, Wong, & Gu (2026) <https://ssrn.com/abstract=5153081>.

r-cirt 1.3.3
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://tmsalab.github.io/cIRT/
Licenses: GPL 2+
Build system: r
Synopsis: Choice Item Response Theory
Description:

Jointly model the accuracy of cognitive responses and item choices within a Bayesian hierarchical framework as described by Culpepper and Balamuta (2015) <doi:10.1007/s11336-015-9484-7>. In addition, the package contains the datasets used within the analysis of the paper.

r-crosslag 0.1.0
Propagated dependencies: r-rms@8.1-1 r-mgcv@1.9-4 r-lavaan@0.6-21 r-ggpubr@0.6.3 r-ggplot2@4.0.3 r-gamm4@0.2-7
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=crosslag
Licenses: Expat
Build system: r
Synopsis: Perform Linear or Nonlinear Cross Lag Analysis
Description:

Linear or nonlinear cross-lagged panel model can be built from input data. Users can choose the appropriate method from three methods for constructing nonlinear cross lagged models. These three methods include polynomial regression, generalized additive model and generalized linear mixed model.In addition, a function for determining linear relationships is provided. Relevant knowledge of cross lagged models can be learned through the paper by Fredrik Falkenström (2024) <doi:10.1016/j.cpr.2024.102435> and the paper by A Gasparrini (2010) <doi:10.1002/sim.3940>.

r-clusterranktest 1.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=ClusterRankTest
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Rank Tests for Clustered Data
Description:

Nonparametric rank based tests (rank-sum tests and signed-rank tests) for clustered data, especially useful for clusters having informative cluster size and intra-cluster group size.

r-cotram 0.6-1
Propagated dependencies: r-variables@1.1-2 r-tram@1.4-3 r-survival@3.8-6 r-qrng@0.0-11 r-mlt@1.8-0 r-basefun@1.2-6
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: http://ctm.R-forge.R-project.org
Licenses: GPL 2
Build system: r
Synopsis: Count Transformation Models
Description:

Count transformation models featuring parameters interpretable as discrete hazard ratios, odds ratios, reverse-time discrete hazard ratios, or transformed expectations. An appropriate data transformation for a count outcome and regression coefficients are simultaneously estimated by maximising the exact discrete log-likelihood using the computational framework provided in package mlt', technical details are given in Siegfried & Hothorn (2020) <DOI:10.1111/2041-210X.13383>. The package also features joint count transformation models with covariate-dependent correlations applied to a species community of three aquatic birds <DOI:10.48550/arXiv.2201.13095>.

Total packages: 72693