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

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-imputets 3.4
Propagated dependencies: r-stinepack@1.5 r-rcpp@1.1.1-1.1 r-magrittr@2.0.5 r-ggtext@0.1.2 r-ggplot2@4.0.3 r-forecast@9.0.2
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/SteffenMoritz/imputeTS
Licenses: GPL 3
Build system: r
Synopsis: Time Series Missing Value Imputation
Description:

Imputation (replacement) of missing values in univariate time series. Offers several imputation functions and missing data plots. Available imputation algorithms include: Mean', LOCF', Interpolation', Moving Average', Seasonal Decomposition', Kalman Smoothing on Structural Time Series models', Kalman Smoothing on ARIMA models'. Published in Moritz and Bartz-Beielstein (2017) <doi:10.32614/RJ-2017-009>.

r-imp 1.1
Propagated dependencies: r-tidyr@1.3.2 r-shiny@1.13.0 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/anup50695/IMPPackage
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Interactive Model Performance Evaluation
Description:

This package contains functions for evaluating & comparing the performance of Binary classification models. Functions can be called either statically or interactively (as Shiny Apps).

r-iccforest 0.5.1
Propagated dependencies: r-survival@3.8-6 r-partykit@1.2-27 r-ipred@0.9-15 r-icenreg@2.0.16
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ICcforest
Licenses: GPL 2+
Build system: r
Synopsis: An Ensemble Method for Interval-Censored Survival Data
Description:

This package implements the conditional inference forest approach to modeling interval-censored survival data. It also provides functions to tune the parameters and evaluate the model fit. See Yao et al. (2019) <arXiv:1901.04599>.

r-ionet 0.2.2
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/Carol-seven/ionet
Licenses: GPL 3+
Build system: r
Synopsis: Network Analysis for Input-Output Tables
Description:

Network functionalities specialized for data generated from input-output tables.

r-inequantiles 0.1.0
Propagated dependencies: r-rdpack@2.6.6
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://silviascarpa.github.io/inequantiles/
Licenses: Expat
Build system: r
Synopsis: Quantile-Based Inequality Indicators for Complex Survey Data
Description:

Estimates quantile-based inequality indicators from complex survey data, including the quantile ratio index (QRI), quintile share Ratio (QSR), Palma ratio, and percentile ratios, together with the Gini coefficient. Influence functions are provided for linearization and variance estimation, along with a rescaled bootstrap for complex sampling designs. Estimation from grouped data is also supported. See Scarpa et al. (2025) <doi:10.1093/jssam/smaf024> for details.

r-icmstate 0.2.0
Propagated dependencies: r-survival@3.8-6 r-rcpp@1.1.1-1.1 r-prodlim@2026.03.11 r-mstate@0.3.3 r-msm@1.8.2 r-jops@0.2.0 r-igraph@2.3.1 r-ggplot2@4.0.3 r-desolve@1.42 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=icmstate
Licenses: GPL 2+
Build system: r
Synopsis: Interval Censored Multi-State Models
Description:

Allows for the non-parametric estimation of transition intensities in interval-censored multi-state models using the approach of Gomon and Putter (2024) <doi:10.48550/arXiv.2409.07176> or Gu et al. (2023) <doi:10.1093/biomet/asad073>.

r-internl 0.1.0
Propagated dependencies: r-mlmetrics@1.1.3 r-forecast@9.0.2
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=InterNL
Licenses: GPL 3
Build system: r
Synopsis: Time Series Intervention Model Using Non-Linear Function
Description:

Intervention analysis is used to investigate structural changes in data resulting from external events. Traditional time series intervention models, viz. Autoregressive Integrated Moving Average model with exogeneous variables (ARIMA-X) and Artificial Neural Networks with exogeneous variables (ANN-X), rely on linear intervention functions such as step or ramp functions, or their combinations. In this package, the Gompertz, Logistic, Monomolecular, Richard and Hoerl function have been used as non-linear intervention function. The equation of the above models are represented as: Gompertz: A * exp(-B * exp(-k * t)); Logistic: K / (1 + ((K - N0) / N0) * exp(-r * t)); Monomolecular: A * exp(-k * t); Richard: A + (K - A) / (1 + exp(-B * (C - t)))^(1/beta) and Hoerl: a*(b^t)*(t^c).This package introduced algorithm for time series intervention analysis employing ARIMA and ANN models with a non-linear intervention function. This package has been developed using algorithm of Yeasin et al. <doi:10.1016/j.hazadv.2023.100325> and Paul and Yeasin <doi:10.1371/journal.pone.0272999>.

r-intextsummarytable 3.4.0
Dependencies: pandoc@3.7.0.2
Propagated dependencies: r-scales@1.4.0 r-reshape2@1.4.5 r-plyr@1.8.9 r-officer@0.7.5 r-magrittr@2.0.5 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-flextable@0.9.11 r-cowplot@1.2.0 r-clinutils@0.2.2
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/openanalytics/inTextSummaryTable
Licenses: Expat
Build system: r
Synopsis: Creation of in-Text Summary Table
Description:

Creation of tables of summary statistics or counts for clinical data (for TLFs'). These tables can be exported as in-text table (with the flextable package) for a Clinical Study Report (Word format) or a topline presentation (PowerPoint format), or as interactive table (with the DT package) to an html document for clinical data review.

r-ic10 2.0.3
Propagated dependencies: r-pamr@1.57 r-impute@1.86.0 r-ic10trainingdata@2.0.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=iC10
Licenses: GPL 3
Build system: r
Synopsis: Copy Number and Expression-Based Classifier for Breast Tumours
Description:

Implementation of the classifier described in the paper Ali HR et al (2014) <doi:10.1186/s13059-014-0431-1>. It uses copy number and/or expression form breast cancer data, trains a Tibshirani's pamr classifier with the features available and predicts the iC10 group.

r-itop 1.0.2
Propagated dependencies: r-matrix@1.7-5 r-corpcor@1.6.10
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=iTOP
Licenses: GPL 2
Build system: r
Synopsis: Inferring the Topology of Omics Data
Description:

This package infers a topology of relationships between different datasets, such as multi-omics and phenotypic data recorded on the same samples. We based this methodology on the RV coefficient (Robert & Escoufier, 1976, <doi:10.2307/2347233>), a measure of matrix correlation, which we have extended for partial matrix correlations and binary data (Aben et al., 2018, <doi:10.1101/293993>).

r-iterors 1.0.1
Propagated dependencies: r-rlang@1.2.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/crowding/iterors
Licenses: GPL 3+
Build system: r
Synopsis: Fast, Compact Iterators and Tools
Description:

This package provides a fresh take on iterators in R. Designed to be cross-compatible with the iterators package, but using the nextOr method will offer better performance as well as more compact code. With batteries included: includes a collection of iterator constructors and combinators ported and refined from the iterators', itertools', and itertools2 packages.

r-irtawsi 0.4.1
Propagated dependencies: r-writexl@1.5.4 r-wrightmap@1.5 r-shinywidgets@0.9.1 r-shinycssloaders@1.1.0 r-shiny@1.13.0 r-rmarkdown@2.31 r-readxl@1.5.0 r-psych@2.6.5 r-mirtcat@1.14 r-mirt@1.46.1 r-gt@1.3.0 r-dt@0.34.0 r-diagram@1.6.5 r-bs4dash@2.3.5
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/SusantoHP/irtawsi
Licenses: GPL 3+
Build system: r
Synopsis: Items Response Theory Analysis with Steps and Interpretation
Description:

Dichotomous and polytomous data analysis and their scoring using the unidimensional Item Response Theory model (Chalmers (2012) <doi:10.18637/jss.v048.i06>) with user-friendly graphic User Interface. Suitable for beginners who are learning item response theory.

r-icccompare 1.1.0
Propagated dependencies: r-progressr@0.19.0 r-parallelly@1.47.0 r-nlme@3.1-169 r-mvtnorm@1.3-7 r-mass@7.3-65 r-future@1.70.0 r-furrr@0.4.0 r-dplyr@1.2.1 r-deriv@4.2.0 r-bbmle@1.0.25.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=iccCompare
Licenses: GPL 2+
Build system: r
Synopsis: Comparison of Dependent Intraclass Correlation Coefficients
Description:

This package provides methods for testing the equality of dependent intraclass correlation coefficients (ICCs) estimated using linear mixed-effects models. Several of the implemented approaches are based on the work of Donner and Zou (2002) <doi:10.1111/1467-9884.00324>.

r-ivdml 1.0.2
Propagated dependencies: r-xgboost@3.2.1.1 r-ranger@0.18.0 r-mgcv@1.9-4
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/cyrillsch/IVDML
Licenses: GPL 3+
Build system: r
Synopsis: Double Machine Learning with Instrumental Variables and Heterogeneity
Description:

Instrumental variable (IV) estimators for homogeneous and heterogeneous treatment effects with efficient machine learning instruments. The estimators are based on double/debiased machine learning allowing for nonlinear and potentially high-dimensional control variables. Details can be found in Scheidegger, Guo and Bühlmann (2025) "Inference for heterogeneous treatment effects with efficient instruments and machine learning" <doi:10.48550/arXiv.2503.03530>.

r-integr 1.0.0
Propagated dependencies: r-rsvg@2.7.0 r-gtools@3.9.5 r-dplyr@1.2.1 r-diagrammersvg@0.1 r-diagrammer@1.0.12
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/peleplay/integr
Licenses: GPL 3
Build system: r
Synopsis: An Implementation of Interaction Graphs of Aleks Jakulin
Description:

Generates a Graphviz graph of the most significant 3-way interaction gains (i.e. conditional information gains) based on a provided discrete data frame. Various output formats are supported ('Graphviz', SVG, PNG, PDF, PS). For references, see the webpage of Aleks Jakulin <http://stat.columbia.edu/~jakulin/Int/>.

r-izmir 0.1.0
Propagated dependencies: r-stringr@1.6.0 r-rvest@1.0.5 r-readr@2.2.0 r-openxlsx@4.2.8.1 r-magrittr@2.0.5 r-jsonlite@2.0.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/ozancanozdemir/izmir
Licenses: Expat
Build system: r
Synopsis: R Wrapper for Izmir Municipality Open Data Portal
Description:

Call the data wrappers for Izmir Metropolitan Municipality's Open Data Portal. This will return all datasets formatted as Excel files (.csv or .xlsx), as well as datasets that require an API key.

r-ibdinfer 0.1.0
Propagated dependencies: r-tidyr@1.3.2 r-dplyr@1.2.1 r-crossdes@1.1-2
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/taehyeonkoo/IBDInfer
Licenses: Expat
Build system: r
Synopsis: Design-Based Causal Inference Method for Incomplete Block Designs
Description:

This R package implements methods for estimation and inference under Incomplete Block Designs and Balanced Incomplete Block Designs within a design-based finite-population framework. Based on Koo and Pashley (2026) <doi:10.1093/biomet/asag013>, it includes block-level estimators and extends to unit-level effects using Horvitz-Thompson and Hájek estimators. The package also provides asymptotic confidence intervals to support valid statistical inference.

r-intreggof 0.85-5
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=intRegGOF
Licenses: GPL 2+
Build system: r
Synopsis: Integrated Regression Goodness of Fit
Description:

This package performs Goodness of Fit for regression models using Integrated Regression method. Works for several different fitting techniques.

r-ipkg 1.1.3
Propagated dependencies: r-remotes@2.5.0 r-httr@1.4.8
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/chuxinyuan/ipkg
Licenses: Expat
Build system: r
Synopsis: Install R Packages or Download File from GitHub via the Proxy Site
Description:

When you want to install R package or download file from GitHub, but you can't access GitHub, this package helps you install R packages or download file from GitHub via the proxy website <https://gh-proxy.com/> or <https://ghfast.top/>, which is in real-time sync with GitHub.

r-infoset 4.1.1
Propagated dependencies: r-quadprog@1.5-8 r-mixtools@2.0.0.1 r-matrix@1.7-5 r-dendextend@1.19.1 r-colorspace@2.1-2
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=INFOSET
Licenses: GPL 2+
Build system: r
Synopsis: Computing a New Informative Distribution Set of Asset Returns
Description:

Estimation of the most-left informative set of gross returns (i.e., the informative set). The procedure to compute the informative set adjusts the method proposed by Mariani et al. (2022a) <doi:10.1007/s11205-020-02440-6> and Mariani et al. (2022b) <doi:10.1007/s10287-022-00422-2> to gross returns of financial assets. This is accomplished through an adaptive algorithm that identifies sub-groups of gross returns in each iteration by approximating their distribution with a sequence of two-component log-normal mixtures. These sub-groups emerge when a significant change in the distribution occurs below the median of the financial returns, with their boundary termed as the â change point" of the mixture. The process concludes when no further change points are detected. The outcome encompasses parameters of the leftmost mixture distributions and change points of the analyzed financial time series. The functionalities of the INFOSET package include: (i) modelling asset distribution detecting the parameters which describe left tail behaviour (infoset function), (ii) clustering, (iii) labeling of the financial series for predictive and classification purposes through a Left Risk measure based on the first change point (LR_cp function) (iv) portfolio construction (ptf_construction function). The package also provide a specific function to construct rolling windows of different length size and overlapping time.

r-intmap 1.0.0
Propagated dependencies: r-rcpp@1.1.1-1.1 r-r6@2.6.1 r-maybe@1.1.0 r-bh@1.90.0-1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/stla/intmap
Licenses: GPL 3
Build system: r
Synopsis: Ordered Containers with Integer Keys
Description:

This package provides a key-value store data structure. The keys are integers and the values can be any R object. This is like a list but indexed by a set of integers, not necessarily contiguous and possibly negative. The implementation uses a R6 class. These containers are not faster than lists but their usage can be more convenient for certain situations.

r-int3ract 2.0.0
Propagated dependencies: r-patchwork@1.3.2 r-ggplot2@4.0.3 r-ggpattern@1.3.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/RWKrause/int3ract
Licenses: GPL 3+
Build system: r
Synopsis: Johnson-Neyman Analysis of Two- and Three-Way Interactions
Description:

Reports and plots the conditional effect of each variable involved in a multiplicative interaction across the range of its moderators, together with the region over which that effect is distinguishable from zero. Extends the classic framework of Johnson and Neyman (1936) and Johnson and Fay (1950) <doi:10.1007/BF02288864> to three-way interactions and to Bayesian models. The single entry point JN() dispatches on the fitted object, with methods for lm()/glm() models, lme4 models, RSiena and multiSiena results, and matrices of posterior draws; support for further model classes is added by writing one jn_input() method. Results are classed objects with print(), summary() and plot() methods, and the figures carry data-density panels showing how much empirical support each part of the moderator range has. A detailed introduction can be found in Krause (2026) <doi:10.48550/arXiv.2604.22051>.

r-istats 1.7
Propagated dependencies: r-shinywidgets@0.9.1 r-shinybs@0.65.0 r-shiny@1.13.0 r-rstudioapi@0.18.0 r-readr@2.2.0 r-plotly@4.12.0 r-gtools@3.9.5 r-ggplot2@4.0.3 r-data-table@1.18.4 r-cairo@1.7-0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=iSTATS
Licenses: GPL 3+
Build system: r
Synopsis: Graphical Interface to Perform STOCSY Analyses on NMR Data
Description:

Launches a shiny based application for Nuclear Magnetic Resonance (NMR)data importation and Statistical TOtal Correlation SpectroscopY (STOCSY) analyses in a full interactive approach. The theoretical background and applications of STOCSY method could be found at Cloarec, O., Dumas, M. E., Craig, A., Barton, R. H., Trygg, J., Hudson, J., Blancher, C., Gauguier, D., Lindon, J. C., Holmes, E. & Nicholson, J. (2005) <doi:10.1021/ac048630x>.

r-ics 1.4-2
Propagated dependencies: r-survey@4.5 r-mvtnorm@1.3-7
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ICS
Licenses: GPL 2+
Build system: r
Synopsis: Tools for Exploring Multivariate Data via ICS/ICA
Description:

Implementation of Tyler, Critchley, Duembgen and Oja's (JRSS B, 2009, <doi:10.1111/j.1467-9868.2009.00706.x>) and Oja, Sirkia and Eriksson's (AJS, 2006, <https://www.ajs.or.at/index.php/ajs/article/view/vol35,%20no2%263%20-%207>) method of two different scatter matrices to obtain an invariant coordinate system or independent components, depending on the underlying assumptions.

Total packages: 73955