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

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-istats 1.7
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-ideafilter 0.2.1
Propagated dependencies: r-shinytime@1.0.3 r-shiny@1.11.1 r-rcolorbrewer@1.1-3 r-purrr@1.2.0 r-pillar@1.11.1 r-ggplot2@4.0.1 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://biogen-inc.github.io/IDEAFilter/
Licenses: Expat
Build system: r
Synopsis: Agnostic, Idiomatic Data Filter Module for Shiny
Description:

When added to an existing shiny app, users may subset any developer-chosen R data.frame on the fly. That is, users are empowered to slice & dice data by applying multiple (order specific) filters using the AND (&) operator between each, and getting real-time updates on the number of rows effected/available along the way. Thus, any downstream processes that leverage this data source (like tables, plots, or statistical procedures) will re-render after new filters are applied. The shiny moduleâ s user interface has a minimalist aesthetic so that the focus can be on the data & other visuals. In addition to returning a reactive (filtered) data.frame, IDEAFilter as also returns dplyr filter statements used to actually slice the data.

r-ipmrf 1.3
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=IPMRF
Licenses: GPL 3
Build system: r
Synopsis: Intervention in Prediction Measure for Random Forests
Description:

Computes intervention in prediction measure for assessing variable importance for random forests. See details at I. Epifanio (2017) <DOI:10.1186/s12859-017-1650-8>.

r-imputemulti 0.8.4
Propagated dependencies: r-rcpp@1.1.0 r-gtools@3.9.5 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=imputeMulti
Licenses: GPL 3
Build system: r
Synopsis: Imputation Methods for Multivariate Multinomial Data
Description:

This package implements imputation methods using EM and Data Augmentation for multinomial data following the work of Schafer 1997 <ISBN: 978-0-412-04061-0>.

r-irreglong 0.4.1
Propagated dependencies: r-survival@3.8-3 r-geepack@1.3.13 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://epullenayegum.github.io/IrregLong/
Licenses: GPL 3
Build system: r
Synopsis: Analysis of Longitudinal Data with Irregular Observation Times
Description:

This package provides functions to help with analysis of longitudinal data featuring irregular observation times, where the observation times may be associated with the outcome process. There are functions to quantify the degree of irregularity, fit inverse-intensity weighted Generalized Estimating Equations (Lin H, Scharfstein DO, Rosenheck RA (2004) <doi:10.1111/j.1467-9868.2004.b5543.x>), perform multiple outputation (Pullenayegum EM (2016) <doi:10.1002/sim.6829>) and fit semi-parametric joint models (Liang Y (2009) <doi: 10.1111/j.1541-0420.2008.01104.x>).

r-icecdr 1.1.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/eliocamp/icecdr
Licenses: Expat
Build system: r
Synopsis: Download Sea Ice Concentration Data from the NSIDC Climate Data Record
Description:

Programmatic access to NSIDC's sea ice concentration CDR versions 4 and 5 <https://nsidc.org/data/g02135/versions/4> via its ERDAPP server and Sea Ice index <https://nsidc.org/data/g02135/versions/4>. Supports caching results and optional fixes for some inconsistencies of the raw files.

r-ibfs 1.0.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=IBFS
Licenses: GPL 2
Build system: r
Synopsis: Initial Basic Feasible Solution for Transportation Problem
Description:

The initial basic feasible solution (IBFS) is a significant step to achieve the minimal total cost (optimal solution) of the transportation problem. However, the existing methods of IBFS do not always provide a good feasible solution which can reduce the number of iterations to find the optimal solution. This initial basic feasible solution can be obtained by using any of the following methods. a) North West Corner Method. b) Least Cost Method. c) Row Minimum Method. d) Column Minimum Method. e) Vogel's Approximation Method. etc. For more technical details about the algorithms please refer below URLs. <https://theintactone.com/2018/05/24/ds-u2-topic-8-transportation-problems-initial-basic-feasible-solution/>. <https://www.brainkart.com/article/Methods-of-finding-initial-Basic-Feasible-Solutions_39037/>. <https://myhomeworkhelp.com/row-minima-method/>. <https://myhomeworkhelp.com/column-minima-method/>.

r-iso6976-2016 0.1-0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/RuedigerForster/ISO_6976
Licenses: GPL 3+
Build system: r
Synopsis: Calorific Values and Properties of Natural Gas per ISO 6976:2016
Description:

Calculates calorific values (gross and net), density, relative density, and Wobbe indices together with their standard uncertainties from natural gas composition, implementing the method of ISO 6976:2016 "Natural Gas â Calculation of calorific values, density, relative density and Wobbe indices from composition". Uncertainty propagation follows Annex B of that standard. Reference: International Organization for Standardization (2016) <https://www.iso.org/standard/55842.html>.

r-igst 0.1.0
Propagated dependencies: r-e1071@1.7-16 r-bootmrmr@0.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=IGST
Licenses: GPL 3
Build system: r
Synopsis: Informative Gene Selection Tool
Description:

Mining informative genes with certain biological meanings are important for clinical diagnosis of disease and discovery of disease mechanisms in plants and animals. This process involves identification of relevant genes and removal of redundant genes as much as possible from a whole gene set. This package selects the informative genes related to a specific trait using gene expression dataset. These trait specific genes are considered as informative genes. This package returns the informative gene set from the high dimensional gene expression data using a combination of methods SVM and MRMR (for feature selection) with bootstrapping procedure.

r-inops 0.0.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/moodymudskipper/inops
Licenses: GPL 3
Build system: r
Synopsis: Infix Operators for Detection, Subsetting and Replacement
Description:

Infix operators to detect, subset, and replace the elements matched by a given condition. The functions have several variants of operator types, including subsets, ranges, regular expressions and others. Implemented operators work on vectors, matrices, and lists.

r-ipw 1.3.0
Propagated dependencies: r-survival@3.8-3 r-nnet@7.3-20 r-mass@7.3-65 r-geepack@1.3.13
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/TranHung93/ipw
Licenses: Expat
Build system: r
Synopsis: Estimate Inverse Probability Weights
Description:

This package provides functions to estimate the probability to receive the observed treatment, based on individual characteristics. The inverse of these probabilities can be used as weights when estimating causal effects from observational data via marginal structural models. Both point treatment situations and longitudinal studies can be analysed. The same functions can be used to correct for informative censoring.

r-intsvy 2.9
Propagated dependencies: r-reshape@0.8.10 r-plyr@1.8.9 r-memisc@0.99.31.8.3 r-hmisc@5.2-4 r-ggplot2@4.0.1 r-foreign@0.8-90 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://daniel-caro.com/r-intsvy/
Licenses: GPL 2
Build system: r
Synopsis: International Assessment Data Manager
Description:

This package provides tools for importing, merging, and analysing data from international assessment studies (TIMSS, PIRLS, PISA, ICILS, and PIAAC).

r-indiapis 0.1.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/lightbluetitan/indiapis
Licenses: Expat
Build system: r
Synopsis: Access Indian Data via Public APIs and Curated Datasets
Description:

This package provides functions to access data from public RESTful APIs including World Bank API', and REST Countries API', retrieving real-time or historical data related to India, such as economic indicators, and international demographic and geopolitical indicators. Additionally, the package includes one of the largest curated collections of open datasets focused on India, covering topics such as population, economy, weather, politics, health, biodiversity, sports, agriculture, cybercrime, infrastructure, and more. The package supports reproducible research and teaching by integrating reliable international APIs and structured datasets from public, academic, and government sources. For more information on the APIs, see: World Bank API <https://datahelpdesk.worldbank.org/knowledgebase/articles/889392>, REST Countries API <https://restcountries.com/>.

r-inshiny 0.1.4
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/nicholasdavies/inshiny
Licenses: Expat
Build system: r
Synopsis: Compact Inline Widgets for 'shiny' Apps
Description:

This package provides a basic set of compact widgets for shiny apps which occupy less space and can appear inline with surrounding text.

r-influenceborrowing 0.1.0
Propagated dependencies: r-krls@1.0-0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=InfluenceBorrowing
Licenses: GPL 3
Build system: r
Synopsis: Adaptive Influence-Based Borrowing for Hybrid Control Trials
Description:

This package implements the adaptive influence-based borrowing framework proposed by Qinwei Yang, Jingyi Li, Peng Wu, and Shu Yang (2026+) in the paper ``Improving Treatment Effect Estimation in Trials through Adaptive Borrowing of External Controls" <doi:10.48550/arXiv.2604.13973> for augmenting Randomized Controlled Trials (RCTs) with External Control (EC) data. This package provides a comprehensive workflow to: (1) quantify the comparability of external control samples using influence scores approximated via the influence function of the M-estimator; (2) construct candidate borrowing subsets and select the optimal subset that minimizes the Mean Squared Error (MSE); and (3) calibrate systematic differences in external outcomes using R-learner methods implemented via Ordinary Least Squares or Kernel Ridge Regression.

r-ib 0.2.1
Propagated dependencies: r-vgam@1.1-13 r-rdpack@2.6.4 r-matrix@1.7-4 r-mass@7.3-65 r-lme4@1.1-37 r-formula@1.2-5 r-betareg@3.2-4
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://smac-group.github.io/ib/
Licenses: GPL 2+
Build system: r
Synopsis: Bias Correction via Iterative Bootstrap
Description:

An implementation of the iterative bootstrap procedure of Kuk (1995) <doi:10.1111/j.2517-6161.1995.tb02035.x> to correct the estimation bias of a fitted model object. This procedure has better bias correction properties than the bootstrap bias correction technique.

r-incidence 1.7.6
Propagated dependencies: r-ggplot2@4.0.1 r-aweek@1.0.3
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://www.repidemicsconsortium.org/incidence/
Licenses: Expat
Build system: r
Synopsis: Compute, Handle, Plot and Model Incidence of Dated Events
Description:

This package provides functions and classes to compute, handle and visualise incidence from dated events for a defined time interval. Dates can be provided in various standard formats. The class incidence is used to store computed incidence and can be easily manipulated, subsetted, and plotted. In addition, log-linear models can be fitted to incidence objects using fit'. This package is part of the RECON (<https://www.repidemicsconsortium.org/>) toolkit for outbreak analysis.

r-icaod 1.0.2
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ICAOD
Licenses: GPL 2+
Build system: r
Synopsis: Optimal Designs for Nonlinear Models via ICA
Description:

Finds optimal designs for nonlinear models using a metaheuristic algorithm called Imperialist Competitive Algorithm (ICA). See, for details, Masoudi et al. (2022) <doi:10.32614/RJ-2022-043>, Masoudi et al. (2017) <doi:10.1016/j.csda.2016.06.014> and Masoudi et al. (2019) <doi:10.1080/10618600.2019.1601097>.

r-ibger 0.1.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/StrategicProjects/ibger
Licenses: Expat
Build system: r
Synopsis: Access the 'IBGE' Aggregate Data API from 'R'
Description:

Tidyverse'-friendly interface to the Brazilian Institute of Geography and Statistics ('IBGE') aggregate data API <https://servicodados.ibge.gov.br/api/docs/agregados?versao=3>. Query aggregates, variables, localities, periods, and metadata from surveys and censuses conducted by IBGE'.

r-isocat 0.3.0
Propagated dependencies: r-sp@2.2-0 r-raster@3.6-32 r-plyr@1.8.9 r-magrittr@2.0.4 r-foreach@1.5.2
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=isocat
Licenses: CC0
Build system: r
Synopsis: Isotope Origin Clustering and Assignment Tools
Description:

This resource provides tools to create, compare, and post-process spatial isotope assignment models of animal origin. It generates probability-of-origin maps for individuals based on user-provided tissue and environment isotope values (e.g., as generated by IsoMAP, Bowen et al. [2013] <doi:10.1111/2041-210X.12147>) using the framework established in Bowen et al. (2010) <doi:10.1146/annurev-earth-040809-152429>). The package isocat can then quantitatively compare and cluster these maps to group individuals by similar origin. It also includes techniques for applying four approaches (cumulative sum, odds ratio, quantile only, and quantile simulation) with which users can summarize geographic origins and probable distance traveled by individuals. Campbell et al. [2020] establishes several of the functions included in this package <doi:10.1515/ami-2020-0004>.

r-icd-data 1.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=icd.data
Licenses: GPL 3
Build system: r
Synopsis: International Classifcation of Diseases (ICD) Data
Description:

Data from the United States Center for Medicare and Medicaid Services (CMS) is included in this package. There are ICD-9 and ICD-10 diagnostic and procedure codes, and lists of the chapter and sub-chapter headings and the ranges of ICD codes they encompass. There are also two sample datasets. These data are used by the icd package for finding comorbidities.

r-isotonic-pen 1.0
Propagated dependencies: r-matrix@1.7-4 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-isotone 1.1-2
Propagated dependencies: r-nnls@1.6
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://r-forge.r-project.org/projects/psychor/
Licenses: GPL 2
Build system: r
Synopsis: Active Set and Generalized PAVA for Isotone Optimization
Description:

This package contains two main functions: one for solving general isotone regression problems using the pool-adjacent-violators algorithm (PAVA); another one provides a framework for active set methods for isotone optimization problems with arbitrary order restrictions. Various types of loss functions are prespecified.

r-iacsspcr 1.2.1
Propagated dependencies: r-stringi@1.8.7 r-lattice@0.22-7 r-frf2@2.3-4 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=IAcsSPCR
Licenses: GPL 2
Build system: r
Synopsis: Data and Functions for "An Intro. to Accept. Samp. & SPC/R"
Description:

This package contains data frames and functions used in the book "An Introduction to Acceptance Sampling and SPC with R". This book is available electronically at <https://bookdown.org/>. A physical copy will be published by CRC Press.

Total packages: 69240