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

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-optimizr 1.0.1
Propagated dependencies: r-progressr@0.18.0 r-future-apply@1.20.0
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=optimizr
Licenses: Expat
Build system: r
Synopsis: Further Numerical Optimization Algorithms
Description:

This package provides a collection of numerical optimization algorithms. One is a simple implementation of the primitive grid search algorithm, the other is an extension of the simulated annealing algorithm that can take custom boundaries into account. The methodology for this bounded simulated annealing algorithm is due to Haario and Saksman (1991), <doi:10.2307/1427681>.

r-ordcrm 1.0.0
Propagated dependencies: r-rms@8.1-0
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=ordcrm
Licenses: GPL 2+
Build system: r
Synopsis: Likelihood-Based Continual Reassessment Method (CRM) Dose Finding Designs
Description:

This package provides the setup and calculations needed to run a likelihood-based continual reassessment method (CRM) dose finding trial and performs simulations to assess design performance under various scenarios. 3 dose finding designs are included in this package: ordinal proportional odds model (POM) CRM, ordinal continuation ratio (CR) model CRM, and the binary 2-parameter logistic model CRM. These functions allow customization of design characteristics to vary sample size, cohort sizes, target dose-limiting toxicity (DLT) rates, discrete or continuous dose levels, combining ordinal grades 0 and 1 into one category, and incorporate safety and/or stopping rules. For POM and CR model designs, ordinal toxicity grades are specified by common terminology criteria for adverse events (CTCAE) version 4.0. Function pseudodata creates the necessary starting models for these 3 designs, and function nextdose estimates the next dose to test in a cohort of patients for a target DLT rate. We also provide the function crmsimulations to assess the performance of these 3 dose finding designs under various scenarios.

r-orddisp 2.1.2
Propagated dependencies: r-vgam@1.1-13
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=ordDisp
Licenses: GPL 2
Build system: r
Synopsis: Separating Location and Dispersion in Ordinal Regression Models
Description:

Estimate location-shift models or rating-scale models accounting for response styles (RSRS) for the regression analysis of ordinal responses.

r-objectsignals 0.10.3
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=objectSignals
Licenses: GPL 2+
Build system: r
Synopsis: Observer Pattern for S4
Description:

This package provides a mutable Signal object can report changes to its state, clients could register functions so that they are called whenever the signal is emitted. The signal could be emitted, disconnected, blocked, unblocked, and buffered.

r-open-visualization-academy 1.0.0
Propagated dependencies: r-rlang@1.1.6 r-knitr@1.50 r-hms@1.1.4 r-clipr@0.8.0 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=Open.Visualization.Academy
Licenses: AGPL 3+
Build system: r
Synopsis: Content to Support Classes Taught Through the Open Visualization Academy
Description:

This contains functions and data used by the Open Visualization Academy classes on data processing and visualization. The tutorial included with this package requires the gradethis package which can be installed using "remotes::install_github('rstudio/gradethis')".

r-openebgm 0.9.1
Propagated dependencies: r-ggplot2@4.0.1 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://journal.r-project.org/archive/2017/RJ-2017-063/index.html
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: EBGM Disproportionality Scores for Adverse Event Data Mining
Description:

An implementation of DuMouchel's (1999) <doi:10.1080/00031305.1999.10474456> Bayesian data mining method for the market basket problem. Calculates Empirical Bayes Geometric Mean (EBGM) and posterior quantile scores using the Gamma-Poisson Shrinker (GPS) model to find unusually large cell counts in large, sparse contingency tables. Can be used to find unusually high reporting rates of adverse events associated with products. In general, can be used to mine any database where the co-occurrence of two variables or items is of interest. Also calculates relative and proportional reporting ratios. Builds on the work of the PhViD package, from which much of the code is derived. Some of the added features include stratification to adjust for confounding variables and data squashing to improve computational efficiency. Includes an implementation of the EM algorithm for hyperparameter estimation loosely derived from the mederrRank package.

r-onesamplelogranktest 0.9.2
Propagated dependencies: r-survminer@0.5.1 r-survival@3.8-3 r-rlang@1.1.6 r-magrittr@2.0.4 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=OneSampleLogRankTest
Licenses: GPL 3+
Build system: r
Synopsis: One-Sample Log-Rank Test
Description:

The log-rank test is performed to assess the survival outcomes between two group. When there is no proper control group or obtaining such data is cumbersome, one sample log-rank test can be applied. This package performs one sample log-rank test as described in Finkelstein et al. (2003)<doi:10.1093/jnci/djt227> and variation of the test for small sample sizes which is detailed in FD Liddell (1984)<doi:10.1136/jech.38.1.85> paper. Visualization function in the package generates Kaplan-Meier Curve comparing survival curve of the general population against that of the population of interest.

r-orbweaver 0.18.2
Propagated dependencies: r-rlang@1.1.6 r-glue@1.8.0
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://github.com/ixpantia/orbweaver-r
Licenses: Expat
Build system: r
Synopsis: Fast and Efficient Graph Data Structures
Description:

Seamlessly build and manipulate graph structures, leveraging its high-performance methods for filtering, joining, and mutating data. Ensures that mutations and changes to the graph are performed in place, streamlining your workflow for optimal productivity.

r-ontofast 1.0.0
Propagated dependencies: r-visnetwork@2.1.4 r-usethis@3.2.1 r-sunburstr@2.1.8 r-stringr@1.6.0 r-shinydashboard@0.7.3 r-shiny@1.11.1 r-plyr@1.8.9 r-pbapply@1.7-4 r-ontologyindex@2.12 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://github.com/sergeitarasov/ontoFAST
Licenses: GPL 2+
Build system: r
Synopsis: Interactive Annotation of Characters with Biological Ontologies
Description:

This package provides tools for annotating characters (character matrices) with anatomical and phenotype ontologies. Includes functions for visualising character annotations and creating simple queries using ontological relationships.

r-onpoint 1.1
Propagated dependencies: r-spatstat-random@3.4-3 r-spatstat-geom@3.6-1 r-spatstat-explore@3.6-0 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://r-spatialecology.github.io/onpoint/
Licenses: GPL 3+
Build system: r
Synopsis: Helper Functions for Point Pattern Analysis
Description:

Growing collection of helper functions for point pattern analysis. Most functions are designed to work with the spatstat (<http://spatstat.org>) package. The focus of most functions are either null models or summary functions for spatial point patterns. For a detailed description of all null models and summary functions, see Wiegand and Moloney (2014, ISBN:9781420082548).

r-owidapi 0.1.1
Propagated dependencies: r-tibble@3.3.0 r-rlang@1.1.6 r-lifecycle@1.0.4 r-jsonlite@2.0.0 r-httr2@1.2.1 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://github.com/tidy-intelligence/r-owidapi
Licenses: Expat
Build system: r
Synopsis: Access the Our World in Data Chart API
Description:

Retrieve data from the Our World in Data (OWID) Chart API <https://docs.owid.io/projects/etl/api/>. OWID provides public access to more than 5,000 charts focusing on global problems such as poverty, disease, hunger, climate change, war, existential risks, and inequality.

r-otpr 0.5.1
Propagated dependencies: r-urltools@1.7.3.1 r-sf@1.0-23 r-rrapply@1.2.8 r-rlang@1.1.6 r-jsonlite@2.0.0 r-janitor@2.2.1 r-httr@1.4.7 r-geojsonsf@2.0.5 r-dplyr@1.1.4 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=otpr
Licenses: Expat
Build system: r
Synopsis: An R Wrapper for the 'OpenTripPlanner' REST API
Description:

This package provides a wrapper for the OpenTripPlanner <http://www.opentripplanner.org/> REST API. Queries are submitted to the relevant OpenTripPlanner API resource, the response is parsed and useful R objects are returned.

r-omopgenerics 1.3.7
Propagated dependencies: r-vctrs@0.6.5 r-tidyr@1.3.1 r-stringr@1.6.0 r-stringi@1.8.7 r-snakecase@0.11.1 r-rlang@1.1.6 r-purrr@1.2.0 r-lifecycle@1.0.4 r-glue@1.8.0 r-generics@0.1.4 r-dplyr@1.1.4 r-dbplyr@2.5.1 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://darwin-eu.github.io/omopgenerics/
Licenses: FSDG-compatible
Build system: r
Synopsis: Methods and Classes for the OMOP Common Data Model
Description:

This package provides definitions of core classes and methods used by analytic pipelines that query the OMOP (Observational Medical Outcomes Partnership) common data model.

r-opportunistic 1.2
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=Opportunistic
Licenses: GPL 2+
Build system: r
Synopsis: Routing Distribution, Broadcasts, Transmissions and Receptions in an Opportunistic Network
Description:

Computes the routing distribution, the expectation of the number of broadcasts, transmissions and receptions considering an Opportunistic transport model. It provides theoretical results and also estimated values based on Monte Carlo simulations.

r-ofgem 1.0
Propagated dependencies: r-mass@7.3-65 r-forestplot@3.1.7 r-compquadform@1.4.4
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://github.com/randel/ofGEM
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Meta-Analysis Approach with Filtering for Identifying Gene-Level Gene-Environment Interactions with Genetic Association Data
Description:

Offers a gene-based meta-analysis test with filtering to detect gene-environment interactions (GxE) with association data, proposed by Wang et al. (2018) <doi:10.1002/gepi.22115>. It first conducts a meta-filtering test to filter out unpromising SNPs by combining all samples in the consortia data. It then runs a test of omnibus-filtering-based GxE meta-analysis (ofGEM) that combines the strengths of the fixed- and random-effects meta-analysis with meta-filtering. It can also analyze data from multiple ethnic groups.

r-outbreaks 1.9.0
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://github.com/reconhub/outbreaks
Licenses: GPL 2+
Build system: r
Synopsis: Collection of Disease Outbreak Data
Description:

Empirical or simulated disease outbreak data, provided either as RData or as text files.

r-ordinalbayes 0.1.2
Dependencies: jags@4.3.1
Propagated dependencies: r-summarizedexperiment@1.40.0 r-runjags@2.2.2-5 r-deseq2@1.50.2 r-dclone@2.3-3 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://github.com/kelliejarcher/ordinalbayes
Licenses: Expat
Build system: r
Synopsis: Bayesian Ordinal Regression for High-Dimensional Data
Description:

This package provides a function for fitting various penalized Bayesian cumulative link ordinal response models when the number of parameters exceeds the sample size. These models have been described in Zhang and Archer (2021) <doi:10.1186/s12859-021-04432-w>.

r-optistock 0.0.2
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=optistock
Licenses: Expat
Build system: r
Synopsis: Determine Optimum Stocking Times Used in Fishery Enhancements
Description:

This package provides a collection of functions that aid in calculating the optimum time to stock hatchery reared fish into a body of water given the growth, mortality and cost of raising a particular number of individuals to a certain length.

r-occumb 1.3.0
Dependencies: jags@4.3.1
Propagated dependencies: r-knitr@1.50 r-jagsui@1.6.3 r-crayon@1.5.3 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://fukayak.github.io/occumb/
Licenses: GPL 3+
Build system: r
Synopsis: Site Occupancy Modeling for Environmental DNA Metabarcoding
Description:

Fits community site occupancy models to environmental DNA metabarcoding data collected using spatially-replicated survey design. Model fitting results can be used to evaluate and compare the effectiveness of species detection to find an efficient survey design. Reference: Fukaya et al. (2022) <doi:10.1111/2041-210X.13732>, Fukaya and Hasebe (2025) <doi:10.1002/1438-390X.12219>.

r-otrimle 2.0
Propagated dependencies: r-robustbase@0.99-6 r-mvtnorm@1.3-3 r-mclust@6.1.2 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=otrimle
Licenses: GPL 2+
Build system: r
Synopsis: Robust Model-Based Clustering
Description:

This package performs robust cluster analysis allowing for outliers and noise that cannot be fitted by any cluster. The data are modelled by a mixture of Gaussian distributions and a noise component, which is an improper uniform distribution covering the whole Euclidean space. Parameters are estimated by (pseudo) maximum likelihood. This is fitted by a EM-type algorithm. See Coretto and Hennig (2016) <doi:10.1080/01621459.2015.1100996>, and Coretto and Hennig (2017) <https://jmlr.org/papers/v18/16-382.html>.

r-orgheatmap 0.3.4
Propagated dependencies: r-viridis@0.6.5 r-stringr@1.6.0 r-stringdist@0.9.15 r-sf@1.0-23 r-rlang@1.1.6 r-rcolorbrewer@1.1-3 r-purrr@1.2.0 r-patchwork@1.3.2 r-magrittr@2.0.4 r-ggpolypath@0.4.0 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=OrgHeatmap
Licenses: Expat
Build system: r
Synopsis: Visualization Tool for Numerical Data on Human/Mouse Organs and Organelles
Description:

This package provides a tool for visualizing numerical data (e.g., gene expression, protein abundance) on predefined anatomical maps of human/mouse organs and subcellular organelles. It supports customization of color schemes, filtering by organ systems (for organisms) or organelle types, and generation of optional bar charts for quantitative comparison. The package integrates coordinate data for organs and organelles to plot anatomical/subcellular contours, mapping data values to specific structures for intuitive visualization of biological data distribution.The underlying method was described in the preprint by Zhou et al. (2022) <doi:10.1101/2022.09.07.506938>.

r-omicnetr 0.1.1
Propagated dependencies: r-igraph@2.2.1 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=OmicNetR
Licenses: Expat
Build system: r
Synopsis: Network-Based Integration of Multi-Omics Data Using Sparse CCA
Description:

This package provides an end-to-end workflow for integrative analysis of two omics layers using sparse canonical correlation analysis (sCCA), including sample alignment, feature selection, network edge construction, and visualization of gene-metabolite relationships. The underlying methods are based on penalized matrix decomposition and sparse CCA (Witten, Tibshirani and Hastie (2009) <doi:10.1093/biostatistics/kxp008>), with design principles inspired by multivariate integrative frameworks such as mixOmics (Rohart et al. (2017) <doi:10.1371/journal.pcbi.1005752>).

r-otinference 0.1.0
Propagated dependencies: r-transport@0.15-4 r-sm@2.2-6.0 r-rglpk@0.6-5.1 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=otinference
Licenses: GPL 2
Build system: r
Synopsis: Inference for Optimal Transport
Description:

Sample from the limiting distributions of empirical Wasserstein distances under the null hypothesis and under the alternative. Perform a two-sample test on multivariate data using these limiting distributions and binning.

r-ordinalforest 2.4-4
Propagated dependencies: r-verification@1.45 r-rcpp@1.1.0 r-nnet@7.3-20 r-combinat@0.0-8
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=ordinalForest
Licenses: GPL 2
Build system: r
Synopsis: Ordinal Forests: Prediction and Variable Ranking with Ordinal Target Variables
Description:

The ordinal forest (OF) method allows ordinal regression with high-dimensional and low-dimensional data. After having constructed an OF prediction rule using a training dataset, it can be used to predict the values of the ordinal target variable for new observations. Moreover, by means of the (permutation-based) variable importance measure of OF, it is also possible to rank the covariates with respect to their importance in the prediction of the values of the ordinal target variable. OF is presented in Hornung (2020). NOTE: Starting with package version 2.4, it is also possible to obtain class probability predictions in addition to the class point predictions. Moreover, the variable importance values can also be based on the class probability predictions. Preliminary results indicate that this might lead to a better discrimination between influential and non-influential covariates. The main functions of the package are: ordfor() (construction of OF) and predict.ordfor() (prediction of the target variable values of new observations). References: Hornung R. (2020) Ordinal Forests. Journal of Classification 37, 4â 17. <doi:10.1007/s00357-018-9302-x>.

Total packages: 69235