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

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-igraphmatch 2.0.5
Propagated dependencies: r-rcpp@1.1.1-1.1 r-matrix@1.7-5 r-irlba@2.3.7 r-igraph@2.3.1 r-clue@0.3-68
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/dpmcsuss/iGraphMatch
Licenses: GPL 2+
Build system: r
Synopsis: Tools for Graph Matching
Description:

Versatile tools and data for graph matching analysis with various forms of prior information that supports working with igraph objects, matrix objects, or lists of either.

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-impshrinkage 1.0.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/mnrzrad/ImpShrinkage
Licenses: GPL 2+
Build system: r
Synopsis: Improved Shrinkage Estimations for Multiple Linear Regression
Description:

This package provides a variety of improved shrinkage estimators in the area of statistical analysis: unrestricted; restricted; preliminary test; improved preliminary test; Stein; and positive-rule Stein. More details can be found in chapter 7 of Saleh, A. K. Md. E. (2006) <ISBN: 978-0-471-56375-4>.

r-ibdsegments 1.0.1
Propagated dependencies: r-rcpp@1.1.1-1.1 r-pedtools@2.11.0 r-expm@1.0-0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ibdsegments
Licenses: GPL 2+
Build system: r
Synopsis: Identity by Descent Probability in Pedigrees
Description:

Identity by Descent (IBD) distributions in pedigrees. A Hidden Markov Model is used to compute identity coefficients, simulate IBD segments and to derive the distribution of total IBD sharing and segment count across chromosomes. The methods are applied in Kruijver (2025) <doi:10.3390/genes16050492>. The probability that the total IBD sharing is zero can be computed using the method of Donnelly (1983) <doi:10.1016/0040-5809(83)90004-7>.

r-inettool 0.1.2
Propagated dependencies: r-robin@2.0.0 r-r2r@0.1.2 r-multinet@4.3.4 r-igraph@2.3.1 r-ggpubr@0.6.3 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=INetTool
Licenses: Expat
Build system: r
Synopsis: Integration Network
Description:

It constructs a Consensus Network which identifies the general information of all the layers and Specific Networks for each layer with the information present only in that layer and not in all the others.The method is described in Policastro et al. (2024) "INet for network integration" <doi:10.1007/s00180-024-01536-8>.

r-ibr 2.4-2
Propagated dependencies: r-mgcv@1.9-4
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ibr
Licenses: GPL 2+
Build system: r
Synopsis: Iterative Bias Reduction
Description:

Multivariate smoothing using iterative bias reduction with kernel, thin plate splines, Duchon splines or low rank splines.

r-imputefin 0.1.2
Propagated dependencies: r-zoo@1.8-15 r-mvtnorm@1.3-7 r-mass@7.3-65 r-magrittr@2.0.5
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://CRAN.R-project.org/package=imputeFin
Licenses: GPL 3
Build system: r
Synopsis: Imputation of Financial Time Series with Missing Values and/or Outliers
Description:

Missing values often occur in financial data due to a variety of reasons (errors in the collection process or in the processing stage, lack of asset liquidity, lack of reporting of funds, etc.). However, most data analysis methods expect complete data and cannot be employed with missing values. One convenient way to deal with this issue without having to redesign the data analysis method is to impute the missing values. This package provides an efficient way to impute the missing values based on modeling the time series with a random walk or an autoregressive (AR) model, convenient to model log-prices and log-volumes in financial data. In the current version, the imputation is univariate-based (so no asset correlation is used). In addition, outliers can be detected and removed. The package is based on the paper: J. Liu, S. Kumar, and D. P. Palomar (2019). Parameter Estimation of Heavy-Tailed AR Model With Missing Data Via Stochastic EM. IEEE Trans. on Signal Processing, vol. 67, no. 8, pp. 2159-2172. <doi:10.1109/TSP.2019.2899816>.

r-ivyplot 0.1.0
Propagated dependencies: r-plyr@1.8.9
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=IVYplot
Licenses: GPL 3
Build system: r
Synopsis: Produces an IVY Plot (Similar to Dot Plot) with/without Frequencies
Description:

For a single variable, the IVY Plot stacks tied values in the form of leaflets. Five leaflets join to form a leaf. Leaves are stacked vertically. At most twenty leaves are shown; For high frequency, each leaflet may represent more than one observation with multiplicity declared in the subtitle.

r-isopleuros 1.4.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://codeberg.org/tesselle/isopleuros
Licenses: GPL 3+
Build system: r
Synopsis: Ternary Plots
Description:

Ternary plots made simple. This package allows to create ternary plots using graphics'. It provides functions to display the data in the ternary space, to add or tune graphical elements and to display statistical summaries. It also includes common ternary diagrams which are useful for the archaeologist (e.g. soil texture charts, ceramic phase diagram).

r-ipwerrory 2.1
Propagated dependencies: r-nleqslv@3.3.7
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ipwErrorY
Licenses: GPL 2+
Build system: r
Synopsis: Inverse Probability Weighted Estimation of Average Treatment Effect with Misclassified Binary Outcome
Description:

An implementation of the correction methods proposed by Shu and Yi (2017) <doi:10.1177/0962280217743777> for the inverse probability weighted (IPW) estimation of average treatment effect (ATE) with misclassified binary outcomes. Logistic regression model is assumed for treatment model for all implemented correction methods, and is assumed for the outcome model for the implemented doubly robust correction method. Misclassification probability given a true value of the outcome is assumed to be the same for all individuals.

r-isotonic-pen 1.0
Propagated dependencies: r-matrix@1.7-5 r-coneproj@1.23
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=isotonic.pen
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Penalized Isotonic Regression in one and two dimensions
Description:

Given a response y and a one- or two-dimensional predictor, the isotonic regression estimator is calculated with the usual orderings.

r-i3pack 0.1.0
Propagated dependencies: r-tidyr@1.3.2 r-stv@1.0.3 r-rlang@1.2.0 r-readr@2.2.0 r-magrittr@2.0.5 r-gbm@2.2.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=i3pack
Licenses: GPL 2+
Build system: r
Synopsis: Incentives for Inter- And Intra-Party Electoral Competition
Description:

Suite of functions that help simulate elections under different electoral systems, which are then used to compute incentives generated by these systems in terms of the inter- and intra-party dimensions of electoral competition.

r-ipsrdbs 1.0.0
Propagated dependencies: r-rdpack@2.6.6 r-ggplot2@4.0.3 r-extradistr@1.10.0.4
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://www.sujitsahu.com
Licenses: GPL 3
Build system: r
Synopsis: Introduction to Probability, Statistics and R for Data-Based Sciences
Description:

This package contains data sets, programmes and illustrations discussed in the book, "Introduction to Probability, Statistics and R: Foundations for Data-Based Sciences." Sahu (2024, isbn:9783031378645) describes the methods in detail.

r-iweigreg 1.1
Propagated dependencies: r-trust@0.1-9 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: http://www.stat.rutgers.edu/~ztan
Licenses: GPL 2+
Build system: r
Synopsis: Improved Methods for Causal Inference and Missing Data Problems
Description:

Improved methods based on inverse probability weighting and outcome regression for causal inference and missing data problems.

r-inatpick 0.2.2
Propagated dependencies: r-tidyr@1.3.2 r-rlang@1.2.0 r-purrr@1.2.2 r-jsonlite@2.0.0 r-httr@1.4.8 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/andresarb/inatpick
Licenses: Expat
Build system: r
Synopsis: Download Photos and Metadata from 'iNaturalist'
Description:

This package provides a lightweight interface to the iNaturalist API (<https://www.inaturalist.org/pages/api+reference>) for downloading observation photos and exporting metadata to CSV. Supports filtering by taxon, place, user, and annotation. Note that downloaded photos retain their original licenses as set by iNaturalist observers; users are responsible for respecting these licenses.

r-igfetchr 0.1.0
Propagated dependencies: r-tibble@3.3.1 r-purrr@1.2.2 r-jsonlite@2.0.0 r-httr@1.4.8
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/sawsimeon/igfetchr
Licenses: GPL 3
Build system: r
Synopsis: Access the 'IG Trading REST API'
Description:

This package provides functions to fetch market data, search historical prices, execute trades, and get account details from the IG Trading REST API <https://labs.ig.com>. Returns tidy tibbles for easy analysis. Trading contracts for difference (CFDs), options and spread bets carries a high risk of losing money. This package is not financial or trading advice.

r-intensitynet 1.4.0
Propagated dependencies: r-viridis@0.6.5 r-spdep@1.4-2 r-spatstat-geom@3.7-3 r-sna@2.8 r-matrix@1.7-5 r-intergraph@2.0-4 r-igraph@2.3.1 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=intensitynet
Licenses: GPL 3
Build system: r
Synopsis: Intensity Analysis of Spatial Point Patterns on Complex Networks
Description:

This package provides tools to analyze point patterns in space occurring over planar network structures derived from graph-related intensity measures for undirected, directed, and mixed networks. This package is based on the following research: Eckardt and Mateu (2018) <doi:10.1080/10618600.2017.1391695>. Eckardt and Mateu (2021) <doi:10.1007/s11749-020-00720-4>.

r-inext-beta3d 1.0.2
Propagated dependencies: r-tidytree@0.4.7 r-tidyr@1.3.2 r-tibble@3.3.1 r-phyclust@0.1-34 r-magrittr@2.0.5 r-inext-3d@1.0.12 r-ggplot2@4.0.3 r-future-apply@1.20.2 r-dplyr@1.2.1 r-ape@5.8-1 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://sites.google.com/view/chao-lab-website/software/inext-beta3d
Licenses: GPL 3+
Build system: r
Synopsis: Interpolation and Extrapolation with Beta Diversity for Three Dimensions of Biodiversity
Description:

As a sequel to iNEXT', the iNEXT.beta3D package provides functions to compute standardized taxonomic, phylogenetic, and functional diversity (3D) estimates with a common sample size (for alpha and gamma diversity) or sample coverage (for alpha, beta, gamma diversity as well as dissimilarity or turnover indices). Hill numbers and their generalizations are used to quantify 3D and to make multiplicative decomposition (gamma = alpha x beta). The package also features size- and coverage-based rarefaction and extrapolation sampling curves to facilitate rigorous comparison of beta diversity across datasets. See Chao et al. (2023) <doi:10.1002/ecm.1588> for more details.

r-inequality 0.1.0
Propagated dependencies: r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/charlescoverdale/inequality
Licenses: Expat
Build system: r
Synopsis: Inequality Measurement, Decomposition, and Poverty Analysis
Description:

This package provides tools for measuring income and wealth inequality. Computes the Gini coefficient with bootstrap or asymptotic confidence intervals following Davidson (2009) <doi:10.1016/j.jeconom.2008.09.011>, the extended S-Gini family, Theil T and L indices (generalised entropy family), the Atkinson index, the Kolm absolute inequality index, Palma ratio, Hoover index, percentile ratios, and Lorenz curves. Supports between-within group decomposition following Bourguignon (1979) <doi:10.2307/1914138>, income share tabulation, concentration indices for health inequality with Erreygers (2009) correction, Kakwani tax progressivity and Reynolds-Smolensky redistribution indices, Foster-Greer-Thorbecke poverty measures including the Sen index, growth incidence curves following Ravallion and Chen (2003) <doi:10.1016/S0165-1765(02)00205-7>, and Wolfson polarisation. All functions accept optional survey weights and work with data from any source.

r-icd10gm 1.2.5
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-stringi@1.8.7 r-rlang@1.2.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://edonnachie.github.io/ICD10gm/
Licenses: Expat
Build system: r
Synopsis: Metadata Processing for the German Modification of the ICD-10 Coding System
Description:

This package provides convenient access to the German modification of the International Classification of Diagnoses, 10th revision (ICD-10-GM). It provides functionality to aid in the identification, specification and historisation of ICD-10 codes. Its intended use is the analysis of routinely collected data in the context of epidemiology, medical research and health services research. The underlying metadata are released by the German Institute for Medical Documentation and Information <https://www.dimdi.de>, and are redistributed in accordance with their license.

r-iplookupapi 0.1.0
Propagated dependencies: r-jsonlite@2.0.0 r-httr@1.4.8
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://iplookupapi.com
Licenses: Expat
Build system: r
Synopsis: Client for the 'iplookupapi.com' IP Lookup API
Description:

An R client for the iplookupapi.com IP Lookup API. The API requires registration of an API key. Basic features are free, some require a paid subscription. You can find the full API documentation at <https://iplookupapi.com/docs> .

r-ihsep 0.3.1
Propagated dependencies: r-rcpp@1.1.1-1.1 r-lpint@2.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=IHSEP
Licenses: GPL 2+
Build system: r
Synopsis: Inhomogeneous Self-Exciting Process
Description:

Simulate an inhomogeneous self-exciting process (IHSEP), or Hawkes process, with a given (possibly time-varying) baseline intensity and an excitation function. Calculate the likelihood of an IHSEP with given baseline intensity and excitation functions for an (increasing) sequence of event times. Calculate the point process residuals (integral transforms of the original event times). Calculate the mean intensity process.

r-inzighttools 2.0.3
Propagated dependencies: r-units@1.0-1 r-tidyr@1.3.2 r-tibble@3.3.1 r-survey@4.5 r-stringr@1.6.0 r-srvyr@1.3.1 r-rlang@1.2.0 r-readr@2.2.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-glue@1.8.1 r-forcats@1.0.1 r-dplyr@1.2.1 r-dbi@1.3.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://tools.inzight.nz
Licenses: GPL 3
Build system: r
Synopsis: Tools for 'iNZight'
Description:

This package provides a collection of wrapper functions for common variable and dataset manipulation workflows primarily used by iNZight', a graphical user interface providing easy exploration and visualisation of data for students of statistics, available in both desktop and online versions. Additionally, many of the functions return the tidyverse code used to obtain the result in an effort to bridge the gap between GUI and coding.

r-imtest 1.0.0
Propagated dependencies: r-reshape2@1.4.5 r-mass@7.3-65 r-ltm@1.2-0 r-lme4@2.0-1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=IMTest
Licenses: GPL 2+
Build system: r
Synopsis: Information Matrix Test for Generalized Partial Credit Models
Description:

Implementation of the information matrix test for generalized partial credit models.

Total packages: 72465