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

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-rfolding 1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=Rfolding
Licenses: GPL 3
Build system: r
Synopsis: The Folding Test of Unimodality
Description:

The basic algorithm to perform the folding test of unimodality. Given a dataset X (d dimensional, n samples), the test checks whether the distribution of the data are rather unimodal or rather multimodal. This package stems from the following research publication: Siffer Alban, Pierre-Alain Fouque, Alexandre Termier, and Christine Largouët. "Are your data gathered?" In Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery Data Mining, pp. 2210-2218. ACM, 2018. <doi:10.1145/3219819.3219994>.

r-relevent 1.2-1
Propagated dependencies: r-trust@0.1-9 r-sna@2.8 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=relevent
Licenses: GPL 2+
Build system: r
Synopsis: Relational Event Models
Description:

This package provides tools to fit and simulate realizations from relational event models.

r-rqpen 4.2
Propagated dependencies: r-rdpack@2.6.6 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-quantreg@6.1 r-plyr@1.8.9 r-matrix@1.7-5 r-lifecycle@1.0.5 r-hrqglas@1.1.2 r-hqreg@1.4-1 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://journal.r-project.org/articles/RJ-2025-017/
Licenses: Expat
Build system: r
Synopsis: Penalized Quantile Regression
Description:

This package performs penalized quantile regression with LASSO, elastic net, SCAD and MCP penalty functions including group penalties. In addition, offers a group penalty that provides consistent variable selection across quantiles. Provides a function that automatically generates lambdas and evaluates different models with cross validation or BIC, including a large p version of BIC. Below URL provides a link to article in the R Journal.

r-ramcmc 0.1.2
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=ramcmc
Licenses: GPL 2+
Build system: r
Synopsis: Robust Adaptive Metropolis Algorithm
Description:

Function for adapting the shape of the random walk Metropolis proposal as specified by robust adaptive Metropolis algorithm by Vihola (2012) <doi:10.1007/s11222-011-9269-5>. The package also includes fast functions for rank-one Cholesky update and downdate. These functions can be used directly from R or the corresponding C++ header files can be easily linked to other R packages.

r-rocket 1.0.3
Propagated dependencies: r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/da-zar/ROCket
Licenses: GPL 3
Build system: r
Synopsis: Simple and Fast ROC Curves
Description:

This package provides a set of functions for receiver operating characteristic (ROC) curve estimation and area under the curve (AUC) calculation. All functions are designed to work with aggregated data; nevertheless, they can also handle raw samples. In ROCket', we distinguish two types of ROC curve representations: 1) parametric curves - the true positive rate (TPR) and the false positive rate (FPR) are functions of a parameter (the score), 2) functions - TPR is a function of FPR. There are several ROC curve estimation methods available. An introduction to the mathematical background of the implemented methods (and much more) can be found in de Zea Bermudez, Gonçalves, Oliveira & Subtil (2014) and Cai & Pepe (2004).

r-r4subcore 0.1.0
Propagated dependencies: r-rlang@1.2.0 r-jsonlite@2.0.0 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/R4SUB/r4subcore
Licenses: Expat
Build system: r
Synopsis: Core Data Contracts, Parsers, and Scoring Primitives for Clinical Submission Readiness
Description:

Foundational package in the R4SUB (R for Regulatory Submission) ecosystem. Defines the core evidence table schema, parsers, indicator abstractions, and scoring primitives needed to quantify clinical submission readiness. Provides a standardized contract for ingesting heterogeneous sources (validation outputs, metadata, traceability) into a single evidence framework.

r-rcppbigintalgos 1.1.0
Dependencies: gmp@6.3.0
Propagated dependencies: r-gmp@0.7-5.1 r-cpp11@0.5.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/jwood000/RcppBigIntAlgos
Licenses: GPL 2+
Build system: r
Synopsis: Factor Big Integers with the Parallel Quadratic Sieve
Description:

Features the multiple polynomial quadratic sieve (MPQS) algorithm for factoring large integers and a vectorized factoring function that returns the complete factorization of an integer. The MPQS is based off of the seminal work of Carl Pomerance (1984) <doi:10.1007/3-540-39757-4_17> along with the modification of multiple polynomials introduced by Peter Montgomery and J. Davis as outlined by Robert D. Silverman (1987) <doi:10.1090/S0025-5718-1987-0866119-8>. Utilizes the C library GMP (GNU Multiple Precision Arithmetic). For smaller integers, a simple Elliptic Curve algorithm is attempted followed by a constrained version of Pollard's rho algorithm. The Pollard's rho algorithm is the same algorithm used by the factorize function in the gmp package.

r-repliscope 1.1.1
Propagated dependencies: r-shiny@1.13.0 r-ggplot2@4.0.3 r-colourpicker@1.3.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=Repliscope
Licenses: GPL 3
Build system: r
Synopsis: Replication Timing Profiling using DNA Copy Number
Description:

Create, Plot and Compare Replication Timing Profiles. The method is described in Muller et al., (2014) <doi: 10.1093/nar/gkt878>.

r-rsppfp 1.0.4
Propagated dependencies: r-tidyr@1.3.2 r-stringr@1.6.0 r-igraph@2.3.1 r-foreach@1.5.2 r-dplyr@1.2.1 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/melvidoni/rsppfp
Licenses: GPL 3
Build system: r
Synopsis: R's Shortest Path Problem with Forbidden Subpaths
Description:

An implementation of functionalities to transform directed graphs that are bound to a set of known forbidden paths. There are several transformations, following the rules provided by Villeneuve and Desaulniers (2005) <doi: 10.1016/j.ejor.2004.01.032>, and Hsu et al. (2009) <doi: 10.1007/978-3-642-03095-6_60>. The resulting graph is generated in a data-frame format. See rsppfp website for more information, documentation an examples.

r-rcsdp 0.1.57.6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/coin-or/Csdp/
Licenses: FSDG-compatible
Build system: r
Synopsis: R Interface to the CSDP Semidefinite Programming Library
Description:

R interface to the CSDP semidefinite programming library. Installs version 6.1.1 of CSDP from the COIN-OR website if required. An existing installation of CSDP may be used by passing the proper configure arguments to the installation command. See the INSTALL file for further details.

r-reliaplotr 0.7
Propagated dependencies: r-weibullr-alt@0.7.2 r-weibullr@1.2.4 r-reliagrowr@0.7 r-plotly@4.12.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://paulgovan.github.io/ReliaPlotR/
Licenses: FSDG-compatible
Build system: r
Synopsis: Interactive Reliability Probability Plots
Description:

Build interactive Reliability Probability Plots with plotly by Carson Sievert (2020) <https://plotly.com/r/>, an interactive web-based graphing library.

r-rjd3bench 3.1.2
Dependencies: openjdk@25.0.2
Propagated dependencies: r-rprotobuf@0.4.27 r-rjd3toolkit@3.7.1 r-rjava@1.0-18
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/rjdverse/rjd3bench
Licenses: FSDG-compatible
Build system: r
Synopsis: Temporal Disaggregation and Benchmarking in 'JDemetra+' 3.x
Description:

Interface to JDemetra+ 3.x (<https://github.com/jdemetra>) time series analysis software. It provides a variety of methods for temporal disaggregation & interpolation, benchmarking, reconciliation and calendarization. It incorporates statistical methods described in the latest European Statistical System (ESS) guidelines on temporal disaggregation, benchmarking, and reconciliation (2018 edition). The package implements highly efficient algorithms for fast and reliable computation.

r-rcppclassicexamples 0.1.4
Propagated dependencies: r-rcppclassic@0.9.14 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/eddelbuettel/rcppclassicexamples
Licenses: GPL 2+
Build system: r
Synopsis: Examples using 'RcppClassic' to Interface R and C++
Description:

The Rcpp package contains a C++ library that facilitates the integration of R and C++ in various ways via a rich API. This API was preceded by an earlier version which has been deprecated since 2010 (but is still supported to provide backwards compatibility in the package RcppClassic'). This package RcppClassicExamples provides usage examples for the older, deprecated API. There is also a corresponding package RcppExamples with examples for the newer, current API which we strongly recommend as the basis for all new development.

r-rfpm 1.1
Propagated dependencies: r-tidyr@1.3.2 r-lawstat@3.6 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RFPM
Licenses: GPL 3+
Build system: r
Synopsis: Floating Percentile Model
Description:

Floating Percentile Model with additional functions for optimizing inputs and evaluating outputs and assumptions.

r-rankcorr 1.0.3
Propagated dependencies: r-rms@8.1-1 r-rankicc@1.0.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rankCorr
Licenses: GPL 2+
Build system: r
Synopsis: Total, Between-, and Within-Cluster Spearman Rank Correlations for Clustered Data
Description:

Estimates the total, between-, and within-cluster Spearman rank correlations for continuous and ordinal clustered data. See Tu et al. (2024) <DOI:10.1002/sim.10326> for details.

r-rmstpowerboost 1.0.3
Propagated dependencies: r-survival@3.8-6 r-mgcv@1.9-4 r-magrittr@2.0.5 r-knitr@1.51 r-ggplot2@4.0.3 r-future-apply@1.20.2 r-future@1.70.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://uthsc-zhang.github.io/RMSTpowerBoost-Package/
Licenses: GPL 3
Build system: r
Synopsis: Power and Sample Size for Restricted Mean Survival Time Based Clinical Trials
Description:

This package provides tools for Restricted Mean Survival Time based study design and analysis planning. Provides power and sample size calculations for two-arm studies using direct modeling approaches from the literature, including semiparametric additive models, linear Inverse Probability Weighting based models from Wei (2014) <doi:10.1093/biostatistics/kxt050>, multiplicative stratified models from Wang (2019) <doi:10.1002/sim.8356>, and covariate-dependent censoring methods from Wang (2018) <doi:10.1007/s10985-017-9391-6>.

r-ribiosio 1.1.0
Propagated dependencies: r-ribiosutils@1.7.7
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/bedapub/ribiosIO
Licenses: GPL 3
Build system: r
Synopsis: Input/Output Utilities of the 'ribios' Suite
Description:

This package provides data structures and functions for file input/output in the ribios software suite, supporting common bioinformatics and computational biology file formats, designed for fast loading and high performance with minimal dependencies.

r-rsprite2 0.2.1
Propagated dependencies: r-rdpack@2.6.6 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://lukaswallrich.github.io/rsprite2/
Licenses: Expat
Build system: r
Synopsis: Identify Distributions that Match Reported Sample Parameters (SPRITE)
Description:

The SPRITE algorithm creates possible distributions of discrete responses based on reported sample parameters, such as mean, standard deviation and range (Heathers et al., 2018, <doi:10.7287/peerj.preprints.26968v1>). This package implements it, drawing heavily on the code for Nick Brown's rSPRITE Shiny app <https://shiny.ieis.tue.nl/sprite/>. In addition, it supports the modeling of distributions based on multi-item (Likert-type) scales and the use of restrictions on the frequency of particular responses.

r-rcppensmallen 0.3.10.0.1
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/coatless-rpkg/rcppensmallen
Licenses: GPL 2+
Build system: r
Synopsis: Header-Only C++ Mathematical Optimization Library for 'Armadillo'
Description:

Ensmallen is a templated C++ mathematical optimization library (by the MLPACK team) that provides a simple set of abstractions for writing an objective function to optimize. Provided within are various standard and cutting-edge optimizers that include full-batch gradient descent techniques, small-batch techniques, gradient-free optimizers, and constrained optimization. The RcppEnsmallen package includes the header files from the Ensmallen library and pairs the appropriate header files from armadillo through the RcppArmadillo package. Therefore, users do not need to install Ensmallen nor Armadillo to use RcppEnsmallen'. Note that Ensmallen is licensed under 3-Clause BSD, Armadillo starting from 7.800.0 is licensed under Apache License 2, RcppArmadillo (the Rcpp bindings/bridge to Armadillo') is licensed under the GNU GPL version 2 or later. Thus, RcppEnsmallen is also licensed under similar terms. Note that Ensmallen requires a compiler that supports C++14 and Armadillo 10.8.2 or later.

r-rconvertu 1.1.0
Propagated dependencies: r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/econcz/rconvertu
Licenses: Expat
Build system: r
Synopsis: From/to Classification Converter
Description:

Convert text into target classifications (e.g., ISO 3166-1) using a JSON mapping with regular expressions. Provides helpers to return the full mapping and associated metadata.

r-respr 2.3.4
Propagated dependencies: r-xml2@1.5.2 r-stringr@1.6.0 r-segmented@2.2-1 r-roll@1.2.1 r-purrr@1.2.2 r-marelac@2.1.11 r-magrittr@2.0.5 r-lubridate@1.9.5 r-glue@1.8.1 r-dplyr@1.2.1 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/januarharianto/respr
Licenses: GPL 3
Build system: r
Synopsis: Import, Process, Analyse, and Calculate Rates from Respirometry Data
Description:

This package provides a structural, reproducible workflow for the processing and analysis of respirometry data. It contains analytical functions and utilities for working with oxygen time-series to determine respiration or oxygen production rates, and to make it easier to report and share analyses. See Harianto et al. 2019 <doi:10.1111/2041-210X.13162>.

r-rcppfastfloat 0.0.5
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/eddelbuettel/rcppfastfloat/
Licenses: GPL 2+
Build system: r
Synopsis: 'Rcpp' Bindings for the 'fast_float' Header-Only Library for Number Parsing
Description:

Converting ascii text into (floating-point) numeric values is a very common problem. The fast_float header-only C++ library by Daniel Lemire does it very well and very fast at up to or over to 1 gigabyte per second as described in more detail in <doi:10.1002/spe.2984>. fast_float is licensed under the Apache 2.0 license and provided here for use by other R packages via a simple LinkingTo: statement.

r-rpointcloud 0.9.1
Propagated dependencies: r-tda@1.9.4 r-rgl@1.3.36 r-mercator@1.1.7 r-classdiscovery@3.4.9 r-classcomparison@3.3.5 r-circlize@0.4.18
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: http://oompa.r-forge.r-project.org/
Licenses: Artistic License 2.0
Build system: r
Synopsis: Visualizing Topological Loops and Voids
Description:

Visualizations to explain the results of a topological data analysis. The goal of topological data analysis is to identify persistent topological structures, such as loops (topological circles) and voids (topological spheres), in data sets. The output of an analysis using the TDA package is a Rips diagram (named after the mathematician Eliyahu Rips). The goal of RPointCloud is to fill in these holes in the data by providing tools to visualize the features that help explain the structures found in the Rips diagram. See McGee and colleagues (2024) <doi:10.1101/2024.05.16.593927>.

r-rasterbc 1.0.2
Propagated dependencies: r-terra@1.9-27 r-sf@1.1-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/deankoch/rasterbc
Licenses: Expat
Build system: r
Synopsis: Access Forest Ecology Layers for British Columbia in 2001-2018
Description:

R-based access to a large set of data variables relevant to forest ecology in British Columbia (BC), Canada. Layers are in raster format at 100m resolution in the BC Albers projection, hosted at the Federated Research Data Repository (FRDR) with <doi:10.20383/101.0283>. The collection includes: elevation; biogeoclimatic zone; wildfire; cutblocks; forest attributes from Hansen et al. (2013) <doi:10.1139/cjfr-2013-0401> and Beaudoin et al. (2017) <doi:10.1139/cjfr-2017-0184>; and rasterized Forest Insect and Disease Survey (FIDS) maps for a number of insect pest species, all covering the period 2001-2018. Users supply a polygon or point location in the province of BC, and rasterbc will download the overlapping raster tiles hosted at FRDR, merging them as needed and returning the result in R as a SpatRaster object. Metadata associated with these layers, and code for downloading them from their original sources can be found in the github repository <https://github.com/deankoch/rasterbc_src>.

Total packages: 72465