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

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-ivdoctr 1.0.1
Propagated dependencies: r-sandwich@3.1-1 r-rgl@1.3.36 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-mass@7.3-65 r-data-table@1.18.4 r-coda@0.19-4.1 r-aer@1.2-16
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ivdoctr
Licenses: CC0
Build system: r
Synopsis: Ensures Mutually Consistent Beliefs When Using IVs
Description:

Uses data and researcher's beliefs on measurement error and instrumental variable (IV) endogeneity to generate the space of consistent beliefs across measurement error, instrument endogeneity, and instrumental relevance for IV regressions. Package based on DiTraglia and Garcia-Jimeno (2020) <doi:10.1080/07350015.2020.1753528>.

r-itol-toolkit 1.1.12
Propagated dependencies: r-wesanderson@0.3.7 r-tidyr@1.3.2 r-stringr@1.6.0 r-stringdist@0.9.17 r-shiny@1.13.0 r-seqinr@4.2-44 r-rstudioapi@0.18.0 r-rcolorbrewer@1.1-3 r-purrr@1.2.2 r-miniui@0.1.2 r-magrittr@2.0.5 r-ggsci@5.0.0 r-dplyr@1.2.1 r-data-table@1.18.4 r-colourpicker@1.3.0 r-ape@5.8-1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://tongzhou2017.github.io/itol.toolkit/
Licenses: Expat
Build system: r
Synopsis: Helper Functions for 'Interactive Tree Of Life'
Description:

The Interactive Tree Of Life <https://itol.embl.de/> online server can edit and annotate trees interactively. The itol.toolkit package can support all types of annotation templates.

r-idcard 0.3.0
Propagated dependencies: r-stringr@1.6.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=IDCard
Licenses: GPL 3
Build system: r
Synopsis: Update Chinese ID Card Number to Eighteen Digits
Description:

The digits of the old version (before 2000 year) of Chinese ID Card Number is 15, this package aims to update to the current version of 18 digits. Besides, this package can help check whether the given ID is right or not.

r-isomemo 23.10.1
Propagated dependencies: r-modules@0.13.0 r-jsonlite@2.0.0 r-curl@7.1.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=IsoMemo
Licenses: GPL 3+
Build system: r
Synopsis: Retrieve Data using the 'IsoMemo' API
Description:

API wrapper that contains functions to retrieve data from the IsoMemo partnership databases. Web services for API: <https://isomemodb.com/api/v1/iso-data>.

r-invgamstochvol 1.0.0
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=invgamstochvol
Licenses: Expat
Build system: r
Synopsis: Obtains the Log Likelihood for an Inverse Gamma Stochastic Volatility Model
Description:

Computes the log likelihood for an inverse gamma stochastic volatility model using a closed form expression of the likelihood. The details of the computation of this closed form expression are given in Gonzalez and Majoni (2023) <http://rcea.org/RePEc/pdf/wp23-11.pdf> . The closed form expression is obtained for a stationary inverse gamma stochastic volatility model by marginalising out the volatility. This allows the user to obtain the maximum likelihood estimator for this non linear non Gaussian state space model. In addition, the user can obtain the estimates of the smoothed volatility using the exact smoothing distributions.

r-incdtw 1.1.4.6
Propagated dependencies: r-scales@1.4.0 r-rcppparallel@5.1.11-2 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-ggplot2@4.0.3 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=IncDTW
Licenses: GPL 2+
Build system: r
Synopsis: Incremental Calculation of Dynamic Time Warping
Description:

The Dynamic Time Warping (DTW) distance measure for time series allows non-linear alignments of time series to match similar patterns in time series of different lengths and or different speeds. IncDTW is characterized by (1) the incremental calculation of DTW (reduces runtime complexity to a linear level for updating the DTW distance) - especially for life data streams or subsequence matching, (2) the vector based implementation of DTW which is faster because no matrices are allocated (reduces the space complexity from a quadratic to a linear level in the number of observations) - for all runtime intensive DTW computations, (3) the subsequence matching algorithm runDTW, that efficiently finds the k-NN to a query pattern in a long time series, and (4) C++ in the heart. For details about DTW see the original paper "Dynamic programming algorithm optimization for spoken word recognition" by Sakoe and Chiba (1978) <DOI:10.1109/TASSP.1978.1163055>. For details about this package, Dynamic Time Warping and Incremental Dynamic Time Warping please see "IncDTW: An R Package for Incremental Calculation of Dynamic Time Warping" by Leodolter et al. (2021) <doi:10.18637/jss.v099.i09>.

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-idos 1.0.1
Propagated dependencies: r-venndiagram@1.8.2
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=iDOS
Licenses: GPL 2
Build system: r
Synopsis: Integrated Discovery of Oncogenic Signatures
Description:

This package provides a method to integrate molecular profiles of cancer patients (gene copy number and mRNA abundance) to identify candidate gain of function alterations. These candidate alterations can be subsequently further tested to discover cancer driver alterations. Briefly, this method tests of genomic correlates of mRNA dysregulation and prioritise those where DNA gains/amplifications are associated with elevated mRNA expression of the same gene. For details see, Haider S et al. (2016) "Genomic alterations underlie a pan-cancer metabolic shift associated with tumour hypoxia", Genome Biology, <https://pubmed.ncbi.nlm.nih.gov/27358048/>.

r-ilora 0.1.2
Propagated dependencies: r-viridis@0.6.5 r-units@1.0-1 r-tidyr@1.3.2 r-sf@1.1-1 r-rpostgres@1.4.10 r-rnaturalearthdata@1.0.0 r-rnaturalearth@1.2.0 r-rcolorbrewer@1.1-3 r-plotly@4.12.0 r-glue@1.8.1 r-ggplot2@4.0.3 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://cran.r-project.org/package=ILORA
Licenses: Expat
Build system: r
Synopsis: Indian Alien Flora Information Database Retrieval
Description:

The Indian Alien Flora Information (ILORA) database contains 14 invasion-relevant variables for 1388 alien plant species in India. The package enables exploration of the database using user-defined criteria. Using this package, users can retrieve variable-specific and species-level data from the database. The package also supports exploratory data analysis and visualization to give users an idea of the variables of interest. Further details about the database are available at <https://iloradb.wixsite.com/alienflora>.

r-investdatar 0.1.5
Propagated dependencies: r-yaml@2.3.12 r-xml2@1.5.2 r-jsonlite@2.0.0 r-httr@1.4.8 r-data-table@1.18.4 r-curl@7.1.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/OliverLDS/investdatar
Licenses: Expat
Build system: r
Synopsis: Investment Data Access and Preparation Toolkit
Description:

This package provides a toolkit for loading, transforming, and managing structured investment-related data. Includes functions for retrieving macroeconomic and public financial series, regulatory filings, futures positioning, energy and fiscal data, market open-high-low-close-volume data, fund holdings, narrative feeds, and crypto derivatives from multiple providers. It detects time-series gaps and synchronizes local .rds data stores with sidecar metadata for analysis and trading workflows. It also generates structured dataset descriptions for LLM-based analyst agents that produce R code for analysis and visualization.

r-idetect 0.1.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=IDetect
Licenses: GPL 3
Build system: r
Synopsis: Isolate-Detect Method for Multiple Change-Point Detection
Description:

The IDetect provides efficient implementation of the ID methodology for the consistent estimation of the number and location of multiple change-points in one-dimensional data sequences from the `deterministic + noise model. Currently implemented scenarios are: piecewise-constant signal, piecewise-constant signal with a heavy-tailed noise, continuous piecewise-linear signal, continuous piecewise-linear signal with a heavy-tailed noise.

r-ictools 0.1.0
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/RayanSiffeO/ictools
Licenses: Expat
Build system: r
Synopsis: Unified Tools for Classical and Bootstrap Confidence Intervals
Description:

This package provides a unified and consistent interface for computing classical and bootstrap confidence intervals for means, variances, proportions, variance ratios, and regression coefficients. The package offers a standardized output structure, S3 classes, and user-friendly methods to facilitate statistical analysis and reproducibility.

r-itdr 2.0.1
Propagated dependencies: r-tidyr@1.3.2 r-mass@7.3-65 r-magic@1.6-1 r-geigen@2.4 r-energy@1.7-12
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=itdr
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Integral Transformation Methods for SDR in Regression
Description:

The itdr() routine allows for the estimation of sufficient dimension reduction subspaces in univariate regression such as the central mean subspace or central subspace in regression. This is achieved using Fourier transformation methods proposed by Zhu and Zeng (2006) <doi:10.1198/016214506000000140>, convolution transformation methods proposed by Zeng and Zhu (2010) <doi:10.1016/j.jmva.2009.08.004>, and iterative Hessian transformation methods proposed by Cook and Li (2002) <doi:10.1214/aos/1021379861>. Additionally, mitdr() function provides optimal estimators for sufficient dimension reduction subspaces in multivariate regression by optimizing a discrepancy function using a Fourier transform approach proposed by Weng and Yin (2022) <doi:10.5705/ss.202020.0312>, and selects the sufficient variables using Fourier transform sparse inverse regression estimators proposed by Weng (2022) <doi:10.1016/j.csda.2021.107380>.

r-imsig 1.1.3
Propagated dependencies: r-survival@3.8-6 r-rcolorbrewer@1.1-3 r-igraph@2.3.1 r-hiclimr@2.2.1 r-gridextra@2.3 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/ajitjohnson/imsig/
Licenses: GPL 3
Build system: r
Synopsis: Immune Cell Gene Signatures for Profiling the Microenvironment of Solid Tumours
Description:

Estimate the relative abundance of tissue-infiltrating immune subpopulations abundances using gene expression data.

r-irtq 1.2.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-statmod@1.5.2 r-rlang@1.2.0 r-rfast@2.1.5.2 r-reshape2@1.4.5 r-purrr@1.2.2 r-mirt@1.46.1 r-matrix@1.7-5 r-janitor@2.2.1 r-gridextra@2.3 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://hwangQ.github.io/irtQ/
Licenses: GPL 2+
Build system: r
Synopsis: Unidimensional Item Response Theory Modeling
Description:

Fit unidimensional item response theory (IRT) models to test data, which includes both dichotomous and polytomous items, calibrate pretest item parameters, estimate examinees abilities, and examine the IRT model-data fit on item-level in different ways as well as provide useful functions related to IRT analyses such as IRT model-data fit evaluation and differential item functioning analysis. The bring.flexmirt() and write.flexmirt() functions were written by modifying the read.flexmirt() function (Pritikin & Falk (2022) <doi:10.1177/0146621620929431>). The bring.bilog() and bring.parscale() functions were written by modifying the read.bilog() and read.parscale() functions, respectively (Weeks (2010) <doi:10.18637/jss.v035.i12>). The bisection() function was written by modifying the bisection() function (Howard (2017, ISBN:9780367657918)). The code of the inverse test characteristic curve scoring in the est_score() function was written by modifying the irt.eq.tse() function (Gonzalez (2014) <doi:10.18637/jss.v059.i07>). In est_score() function, the code of weighted likelihood estimation method was written by referring to the Pi(), Ji(), and Ii() functions of the catR package (Magis & Barrada (2017) <doi:10.18637/jss.v076.c01>).

r-isfun 1.1.0
Propagated dependencies: r-irlba@2.3.7 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=iSFun
Licenses: GPL 2+
Build system: r
Synopsis: Integrative Dimension Reduction Analysis for Multi-Source Data
Description:

The implement of integrative analysis methods based on a two-part penalization, which realizes dimension reduction analysis and mining the heterogeneity and association of multiple studies with compatible designs. The software package provides the integrative analysis methods including integrative sparse principal component analysis (Fang et al., 2018), integrative sparse partial least squares (Liang et al., 2021) and integrative sparse canonical correlation analysis, as well as corresponding individual analysis and meta-analysis versions. References: (1) Fang, K., Fan, X., Zhang, Q., and Ma, S. (2018). Integrative sparse principal component analysis. Journal of Multivariate Analysis, <doi:10.1016/j.jmva.2018.02.002>. (2) Liang, W., Ma, S., Zhang, Q., and Zhu, T. (2021). Integrative sparse partial least squares. Statistics in Medicine, <doi:10.1002/sim.8900>.

r-icehmeasures 2.1.0
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-survey@4.5 r-rlang@1.2.0 r-ggplot2@4.0.3 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://cran.r-project.org/package=ICEHmeasures
Licenses: Expat
Build system: r
Synopsis: The Equiplot Graph and Complex Inequality Measures
Description:

Generates the equiplot, an iconic dot-plot graph for visualizing inequalities, as well as three complex inequality measures: the slope index of inequality, the concentration index and the mean absolute difference to the mean. For more details see World Health Organization (2013) <https://www.who.int/docs/default-source/gho-documents/health-equity/handbook-on-health-inequality-monitoring/handbook-on-health-inequality-monitoring.pdf>.

r-integirty 1.0.8
Propagated dependencies: r-mclust@6.1.2 r-mass@7.3-65 r-ltm@1.2-0 r-foreach@1.5.2 r-doparallel@1.0.17 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: http://oompa.r-forge.r-project.org/
Licenses: ASL 2.0
Build system: r
Synopsis: Integrating Multiple Modalities of High Throughput Assays Using Item Response Theory
Description:

This package provides a systematic framework for integrating multiple modalities of assays profiled on the same set of samples. The goal is to identify genes that are altered in cancer either marginally or consistently across different assays. The heterogeneity among different platforms and different samples are automatically adjusted so that the overall alteration magnitude can be accurately inferred. See Tong and Coombes (2012) <doi:10.1093/bioinformatics/bts561>.

r-iar 1.3.4
Propagated dependencies: r-zoo@1.8-15 r-s7@0.2.2 r-rdpack@2.6.6 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/felipeelorrieta
Licenses: GPL 2
Build system: r
Synopsis: Irregularly Observed Autoregressive Models
Description:

Data sets, functions and scripts with examples to implement autoregressive models for irregularly observed time series. The models available in this package are the irregular autoregressive model (Eyheramendy et al.(2018) <doi:10.1093/mnras/sty2487>), the complex irregular autoregressive model (Elorrieta et al.(2019) <doi:10.1051/0004-6361/201935560>) and the bivariate irregular autoregressive model (Elorrieta et al.(2021) <doi:10.1093/mnras/stab1216>).

r-iasd 1.1.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=IASD
Licenses: GPL 2+
Build system: r
Synopsis: Model Selection for Index of Asymmetry Distribution
Description:

Calculate AIC's and AICc's of unimodal model (one normal distribution) and bimodal model(a mixture of two normal distributions) which fit the distribution of indices of asymmetry (IAS), and plot their density, to help determine IAS distribution is unimodal or bimodal.

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-isosurv 0.3.0
Propagated dependencies: r-survival@3.8-6 r-iso@0.0-21
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=isoSurv
Licenses: GPL 2+
Build system: r
Synopsis: Isotonic Regression on Survival Analysis
Description:

Nonparametric estimation on survival analysis under order-restrictions.

r-imdbapi 0.1.0
Propagated dependencies: r-stringr@1.6.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://cran.r-project.org/package=imdbapi
Licenses: GPL 3
Build system: r
Synopsis: Get Movie, Television Data from the 'imdb' Database
Description:

This package provides API access to the <http://imdbapi.net> which maintains metadata about movies, games and television shows through a public API.

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.

Total packages: 73954