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

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-iterpc 0.4.2
Propagated dependencies: r-iterators@1.0.14 r-gmp@0.7-5.1 r-arrangements@1.1.10
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://randy3k.github.io/iterpc
Licenses: GPL 2
Build system: r
Synopsis: Efficient Iterator for Permutations and Combinations
Description:

Iterator for generating permutations and combinations. They can be either drawn with or without replacement, or with distinct/ non-distinct items (multiset). The generated sequences are in lexicographical order (dictionary order). The algorithms to generate permutations and combinations are memory efficient. These iterative algorithms enable users to process all sequences without putting all results in the memory at the same time. The algorithms are written in C/C++ for faster performance. Note: iterpc is no longer being maintained. Users are recommended to switch to arrangements'.

r-incidentally 1.0.4
Propagated dependencies: r-xml2@1.5.2 r-matrix@1.7-5 r-igraph@2.3.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://www.zacharyneal.com/backbone
Licenses: GPL 3
Build system: r
Synopsis: Generates Incidence Matrices and Bipartite Graphs
Description:

This package provides functions to generate incidence matrices and bipartite graphs that have (1) a fixed fill rate, (2) given marginal sums, (3) marginal sums that follow given distributions, or (4) represent bill sponsorships in the US Congress <doi:10.31219/osf.io/ectms>. It can also generate an incidence matrix from an adjacency matrix, or bipartite graph from a unipartite graph, via a social process mirroring team, group, or organization formation <doi:10.48550/arXiv.2204.13670>, or examine the space of binary matrices with fixed marginals.

r-ialiquor 0.1.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ialiquor
Licenses: Expat
Build system: r
Synopsis: Monthly Iowa Liquor Sales Summary
Description:

This package provides a monthly summary of Iowa liquor (class E) sales from January 2015 to October 2020. See the package website for more information, documentation and examples. Data source: Iowa Data portal <https://data.iowa.gov/resource/m3tr-qhgy.csv>.

r-inti 0.7.1
Dependencies: pandoc@3.7.0.2
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-shiny@1.13.0 r-purrr@1.2.2 r-lme4@2.0-1 r-googlesheets4@1.1.2 r-ggplot2@4.0.3 r-factominer@2.14 r-emmeans@2.0.3 r-dt@0.34.0 r-dplyr@1.2.1 r-cli@3.6.6 r-agricolae@1.3-7
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://inkaverse.com/
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Tools and Statistical Procedures in Plant Science
Description:

The inti package is part of the inkaverse project for developing different procedures and tools used in plant science and experimental designs. The mean aim of the package is to support researchers during the planning of experiments and data collection (tarpuy()), data analysis and graphics (yupana()) , and scientific writing. Learn more about the inkaverse project at <https://inkaverse.com/>.

r-igraphinshiny 0.1
Propagated dependencies: r-shiny@1.13.0 r-igraph@2.3.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=igraphinshiny
Licenses: GPL 2+
Build system: r
Synopsis: Use 'shiny' to Demo 'igraph'
Description:

Using shiny to demo igraph package makes learning graph theory easy and fun.

r-invariantcausalprediction 0.8
Propagated dependencies: r-mboost@2.9-11 r-glmnet@5.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=InvariantCausalPrediction
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Invariant Causal Prediction
Description:

Confidence intervals for causal effects, using data collected in different experimental or environmental conditions. Hidden variables can be included in the model with a more experimental version.

r-impacteffectsize 0.8
Propagated dependencies: r-withr@3.0.2 r-rcpp@1.1.1-1.1 r-paralleldist@0.2.7 r-matrixstats@1.5.0 r-catools@1.18.3
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ImpactEffectsize
Licenses: GPL 3
Build system: r
Synopsis: Calculation and Visualization of the Impact Effect Size Measure
Description:

This package provides a non-parametric effect size measure capturing changes in central tendency or shape of data distributions. The package provides the necessary functions to calculate and plot the Impact effect size measure between two groups.

r-implicitexpansion 0.1.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/ManuelHentschel/implicitExpansion
Licenses: Expat
Build system: r
Synopsis: Array Operations for Arrays of Mismatching Sizes
Description:

Support for implicit expansion of arrays in operations involving arrays of mismatching sizes. This pattern is known as "broadcasting" in Python and "implicit expansion" in Matlab and is explained for example in the article "Array programming with NumPy" by C. R. Harris et al. (2020) <doi:10.1038/s41586-020-2649-2>.

r-irtrees 1.0.0
Propagated dependencies: r-tidyr@1.3.2 r-diagrammer@1.0.12
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=irtrees
Licenses: GPL 2+
Build system: r
Synopsis: Estimation of Tree-Based Item Response Models
Description:

Helper functions and example data sets to facilitate the estimation of IRTree models from data with different shape and using different software.

r-ipflasso 1.1
Propagated dependencies: r-survival@3.8-6 r-glmnet@5.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ipflasso
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Integrative Lasso with Penalty Factors
Description:

The core of the package is cvr2.ipflasso(), an extension of glmnet to be used when the (large) set of available predictors is partitioned into several modalities which potentially differ with respect to their information content in terms of prediction. For example, in biomedical applications patient outcome such as survival time or response to therapy may have to be predicted based on, say, mRNA data, miRNA data, methylation data, CNV data, clinical data, etc. The clinical predictors are on average often much more important for outcome prediction than the mRNA data. The ipflasso method takes this problem into account by using different penalty parameters for predictors from different modalities. The ratio between the different penalty parameters can be chosen from a set of optional candidates by cross-validation or alternatively generated from the input data.

r-ipeaplot 0.5.2
Propagated dependencies: r-svglite@2.2.2 r-scales@1.4.0 r-rlang@1.2.0 r-ragg@1.5.2 r-paletteer@1.7.0 r-ggthemes@5.2.0 r-ggplot2@4.0.3 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/ipeadata-lab/ipeaplot
Licenses: Expat
Build system: r
Synopsis: Add Ipea Editorial Standards to 'ggplot2' Graphics
Description:

Convenient functions to create ggplot2 graphics following the editorial guidelines of the Institute for Applied Economic Research (Ipea).

r-inzightregression 1.3.5
Propagated dependencies: r-patchwork@1.3.2 r-multcomp@1.4-30 r-inzightplots@2.16.0 r-ggtext@0.1.2 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-ggally@2.4.0 r-dplyr@1.2.1 r-car@3.1-5
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://inzight.nz
Licenses: GPL 3
Build system: r
Synopsis: Tools for Exploring Regression Models with 'iNZight'
Description:

This package provides a suite of functions to use with regression models, including summaries, residual plots, and factor comparisons. Used as part of the Model Fitting module of iNZight', a graphical user interface providing easy exploration and visualisation of data for students of statistics, available in both desktop and online versions.

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-icssmoothing 1.2.10
Propagated dependencies: r-polynom@1.4-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=ICSsmoothing
Licenses: GPL 2
Build system: r
Synopsis: Data Smoothing by Interpolating Cubic Splines
Description:

We construct the explicit form of clamped cubic interpolating spline (both uniform - knots are equidistant and non-uniform - knots are arbitrary). Using this form, we propose a linear regression model suitable for real data smoothing.

r-isni 1.3
Propagated dependencies: r-nnet@7.3-20 r-nlme@3.1-169 r-mvtnorm@1.3-7 r-matrixcalc@1.0-6 r-lme4@2.0-1 r-formula@1.2-5
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=isni
Licenses: GPL 2
Build system: r
Synopsis: Index of Local Sensitivity to Nonignorability
Description:

The current version provides functions to compute, print and summarize the Index of Sensitivity to Nonignorability (ISNI) in the generalized linear model for independent data, and in the marginal multivariate Gaussian model and the mixed-effects models for continuous and binary longitudinal/clustered data. It allows for arbitrary patterns of missingness in the regression outcomes caused by dropout and/or intermittent missingness. One can compute the sensitivity index without estimating any nonignorable models or positing specific magnitude of nonignorability. Thus ISNI provides a simple quantitative assessment of how robust the standard estimates assuming missing at random is with respect to the assumption of ignorability. For a tutorial, download at <https://huixie.people.uic.edu/Research/ISNI_R_tutorial.pdf>. For more details, see Troxel Ma and Heitjan (2004) and Xie and Heitjan (2004) <doi:10.1191/1740774504cn005oa> and Ma Troxel and Heitjan (2005) <doi:10.1002/sim.2107> and Xie (2008) <doi:10.1002/sim.3117> and Xie (2012) <doi:10.1016/j.csda.2010.11.021> and Xie and Qian (2012) <doi:10.1002/jae.1157>.

r-insulin-secretion 0.0.2
Propagated dependencies: r-rlang@1.2.0 r-npreg@1.1.1 r-lifecycle@1.0.5 r-glue@1.8.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/kstier/isr.deconv
Licenses: GPL 3+
Build system: r
Synopsis: Insulin Secretion Rate Deconvolution
Description:

Calculates insulin secretion rates from C-peptide values based on the methods described in Van Cauter et al. (1992) <doi:10.2337/diab.41.3.368>. Includes functions to calculate estimated insulin secretion rates using linear or cubic spline interpolation of c-peptide values (see Eaton et al., 1980 <doi:10.1210/jcem-51-3-520> and Polonsky et al., 1986 <doi:10.1172/JCI112308>) and to calculate estimates of input coefficients (volume of distribution, short half life, long half life, and fraction attributed to short half life) as described by Van Cauter. Although the generated coefficients are specific to insulin secretion, the two-compartment secretion model used here is useful for certain applications beyond insulin.

r-iacsspcr 1.2.1
Propagated dependencies: r-stringi@1.8.7 r-lattice@0.22-9 r-frf2@2.3-5 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.

r-icesdatras 1.4.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://datras.ices.dk/WebServices/Webservices.aspx
Licenses: GPL 2+
Build system: r
Synopsis: DATRAS Trawl Survey Database Web Services
Description:

R interface to access the web services of the ICES (International Council for the Exploration of the Sea) DATRAS trawl survey database <https://datras.ices.dk/WebServices/Webservices.aspx>.

r-intnmf 1.3.0
Propagated dependencies: r-nmf@0.28 r-mclust@6.1.2 r-mass@7.3-65 r-intersim@2.3.0 r-cluster@2.1.8.2
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=IntNMF
Licenses: GPL 2
Build system: r
Synopsis: Integrative Clustering of Multiple Genomic Dataset
Description:

Carries out integrative clustering analysis using multiple types of genomic dataset using integrative Non-negative Matrix factorization.

r-icsnp 1.1-3
Propagated dependencies: r-mvtnorm@1.3-7 r-ics@1.4-2
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ICSNP
Licenses: GPL 2+
Build system: r
Synopsis: Tools for Multivariate Nonparametrics
Description:

This package provides tools for multivariate nonparametrics, as location tests based on marginal ranks, spatial median and spatial signs computation, Hotelling's T-test, estimates of shape are implemented.

r-inbreedr 0.3.3
Propagated dependencies: r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=inbreedR
Licenses: GPL 2
Build system: r
Synopsis: Analysing Inbreeding Based on Genetic Markers
Description:

This package provides a framework for analysing inbreeding and heterozygosity-fitness correlations (HFCs) based on microsatellite and SNP markers.

r-imcexperiment 0.99.0
Propagated dependencies: r-summarizedexperiment@1.42.0 r-spatstat-geom@3.7-3 r-singlecellexperiment@1.34.0 r-s4vectors@0.50.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=imcExperiment
Licenses: Expat
Build system: r
Synopsis: Mass Cytometry S4 Class Structure Pipeline for Images
Description:

Containerizes cytometry data and allows for S4 class structure to extend slots related to cell morphology, spatial coordinates, phenotype network information, and unique cellular labeling.

r-imaginator 1.0.0
Propagated dependencies: r-tibble@3.3.1 r-stringi@1.8.7 r-rlang@1.2.0 r-magrittr@2.0.5 r-lubridate@1.9.5 r-dplyr@1.2.1 r-distributions3@0.2.3 r-checkmate@2.3.4 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/casact/imaginator
Licenses: FSDG-compatible FSDG-compatible
Build system: r
Synopsis: Simulate General Insurance Policies and Losses
Description:

Simulate general insurance policies, losses and loss emergence. The functions contemplate deterministic and stochastic policy retention and growth scenarios. Retention and growth rates are percentages relative to the expiring portfolio. Claims are simulated for each policy. This is accomplished either be assuming a frequency distribution per development lag or by generating random wait times until claim emergence and settlement. Loss simulation uses standard loss distributions for claim amounts.

r-immutables 1.0.1
Propagated dependencies: r-rcpp@1.1.1-1.1 r-lambda-r@1.2.4 r-coro@1.1.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://oneilsh.github.io/immutables/
Licenses: Expat
Build system: r
Synopsis: Fast and Functional Data Structures
Description:

This package provides fast, side-effect free data structures, including catenable named lists, priority queues, double-ended queues, ordered sequences, and interval indices. Implementation is based on the finger-tree data structure of Hinze and Paterson (2006) <doi:10.1017/S0956796805005769>.

Total packages: 72166