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

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-publish 2025.07.24
Propagated dependencies: r-data-table@1.18.4 r-lava@1.9.1 r-multcomp@1.4-30 r-prodlim@2026.03.11 r-survival@3.8-6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=Publish
Licenses: GPL 2+
Build system: r
Synopsis: Format output for reports and publication
Description:

This package provides a bunch of convenience functions that transform the results of some basic statistical analyses into table format nearly ready for publication. This includes descriptive tables, tables of logistic regression and Cox regression results as well as forest plots.

r-apcluster 1.4.14
Propagated dependencies: r-matrix@1.7-5 r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/apcluster/
Licenses: GPL 2+
Build system: r
Synopsis: Affinity propagation clustering
Description:

This package implements affinity propagation clustering introduced by Frey and Dueck (2007). The package further provides leveraged affinity propagation and an algorithm for exemplar-based agglomerative clustering that can also be used to join clusters obtained from affinity propagation. Various plotting functions are available for analyzing clustering results.

r-useful 1.2.7
Propagated dependencies: r-assertthat@0.2.1 r-dplyr@1.2.1 r-ggplot2@4.0.3 r-matrix@1.7-5 r-plyr@1.8.9 r-purrr@1.2.2 r-rlang@1.2.0 r-scales@1.4.0 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jaredlander/useful
Licenses: Modified BSD
Build system: r
Synopsis: Collection of handy, useful functions
Description:

This package provides a set of little functions that have been found useful to do little odds and ends such as plotting the results of K-means clustering, substituting special text characters, viewing parts of a data.frame, constructing formulas from text and building design and response matrices.

r-mstate 0.3.3
Propagated dependencies: r-data-table@1.18.4 r-lattice@0.22-9 r-rcolorbrewer@1.1-3 r-rlang@1.2.0 r-survival@3.8-6 r-viridislite@0.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.lumc.nl/org/bds/research/medische-statistiek/survival-analysis/
Licenses: GPL 2+
Build system: r
Synopsis: Data Preparation, Estimation and Prediction in Multi-State Models
Description:

Contains functions for data preparation, descriptives, hazard estimation and prediction with Aalen-Johansen or simulation in competing risks and multi-state models.

r-sets 1.0-25
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/sets
Licenses: GPL 2
Build system: r
Synopsis: Sets, generalized sets, customizable sets and intervals
Description:

This package provides data structures and basic operations for ordinary sets, generalizations such as fuzzy sets, multisets, and fuzzy multisets, customizable sets, and intervals.

r-spectrum 1.1
Propagated dependencies: r-clusterr@1.3.6 r-diptest@0.77-2 r-ggplot2@4.0.3 r-rfast@2.1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/Spectrum/
Licenses: AGPL 3+
Build system: r
Synopsis: Fast adaptive spectral clustering for single and multi-view data
Description:

This package provides a self-tuning spectral clustering method for single or multi-view data. Spectrum uses a new type of adaptive density aware kernel that strengthens connections in the graph based on common nearest neighbours. It uses a tensor product graph data integration and diffusion procedure to integrate different data sources and reduce noise. Spectrum uses either the eigengap or multimodality gap heuristics to determine the number of clusters. The method is sufficiently flexible so that a wide range of Gaussian and non-Gaussian structures can be clustered with automatic selection of K.

r-r-oo 1.27.1
Propagated dependencies: r-r-methodss3@1.8.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/HenrikBengtsson/R.oo
Licenses: LGPL 2.1+
Build system: r
Synopsis: R object-oriented programming with or without references
Description:

This package provides methods and classes for object-oriented programming in R with or without references. Large effort has been made on making definition of methods as simple as possible with a minimum of maintenance for package developers.

r-acrt 1.0.1
Propagated dependencies: r-rcpp@1.1.1-1.1 r-rcppeigen@0.3.4.0.2 r-sandwich@3.1-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/acrt/
Licenses: GPL 2
Build system: r
Synopsis: Autocorrelation robust testing
Description:

This package provides functions for testing affine hypotheses on the regression coefficient vector in regression models with autocorrelated errors.

r-conflicted 1.2.0
Propagated dependencies: r-cli@3.6.6 r-memoise@2.0.1 r-rlang@1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/conflicted
Licenses: GPL 3
Build system: r
Synopsis: Alternative conflict resolution strategy
Description:

R's default conflict management system gives the most recently loaded package precedence. This can make it hard to detect conflicts, particularly when they arise because a package update creates ambiguity that did not previously exist. The conflicted package takes a different approach, making every conflict an error and forcing you to choose which function to use.

r-gsignal 0.3-7
Propagated dependencies: r-pracma@2.4.6 r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/gjmvanboxtel/gsignal
Licenses: GPL 3
Build system: r
Synopsis: Signal processing
Description:

This package provides an R implementation of the Octave package signal, containing a variety of signal processing tools, such as signal generation and measurement, correlation and convolution, filtering, filter design, filter analysis and conversion, power spectrum analysis, system identification, decimation and sample rate change, and windowing.

r-oenb 0.0.2
Propagated dependencies: r-dplyr@1.2.1 r-xml@3.99-0.23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/franzmohr/oenb
Licenses: GPL 2+
Build system: r
Synopsis: Tools for the OeNB Data Web Service
Description:

Tools to access data from the data web service of the OeNB, https://www.oenb.at/en/Statistics/User-Defined-Tables/webservice.html.

r-snp-plotter 0.5.1
Propagated dependencies: r-genetics@1.3.8.1.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/snp.plotter/
Licenses: GPL 2+
Build system: r
Synopsis: Plot p-values using single SNP and/or haplotype data
Description:

This package helps you create plots of p-values using single SNP and/or haplotype data. Main features of the package include options to display a linkage disequilibrium (LD) plot and the ability to plot multiple datasets simultaneously. Plots can be created using global and/or individual haplotype p-values along with single SNP p-values. Images are created as either PDF/EPS files.

r-fpeek 0.2.1
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/davidgohel/fpeek
Licenses: Expat
Build system: r
Synopsis: Check text files content at a glance
Description:

This package provides tools to help working with text files. It can return the number of lines; print the first and last lines; convert encoding. Operations are made without reading the entire file before starting, resulting in good performances with large files.

r-fuzzyjoin 0.1.8
Propagated dependencies: r-dplyr@1.2.1 r-geosphere@1.6-8 r-purrr@1.2.2 r-stringdist@0.9.17 r-stringr@1.6.0 r-tibble@3.3.1 r-tidyr@1.3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/dgrtwo/fuzzyjoin
Licenses: Expat
Build system: r
Synopsis: Join tables together on inexact matching
Description:

Join tables together based not on whether columns match exactly, but whether they are similar by some comparison. Implementations include string distance and regular expression matching.

r-googlevis 0.7.3
Propagated dependencies: r-jsonlite@2.0.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mages.github.io/googleVis/
Licenses: GPL 2+
Build system: r
Synopsis: R interface to Google Charts
Description:

The googleVis package provides an interface between R and the Google Charts API. Google Charts offer interactive charts which can be embedded into web pages. The functions of the googleVis package allow the user to visualise data stored in R data frames with Google Charts without uploading the data to Google. The output of a googleVis function is HTML code that contains the data and references to JavaScript functions hosted by Google. googleVis makes use of the internal R HTTP server to display the output locally.

r-sn 2.1.3
Propagated dependencies: r-mnormt@2.1.2 r-numderiv@2016.8-1.1 r-quantreg@6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://azzalini.stat.unipd.it/SN
Licenses: GPL 2+
Build system: r
Synopsis: The skew-normal and skew-t distributions
Description:

This package provides functionalities to build and manipulate probability distributions of the skew-normal family and some related ones, notably the skew-t family, and provides related statistical methods for data fitting and diagnostics, in the univariate and the multivariate case.

r-tidyr 1.3.2
Propagated dependencies: r-cli@3.6.6 r-cpp11@0.5.5 r-dplyr@1.2.1 r-glue@1.8.1 r-lifecycle@1.0.5 r-magrittr@2.0.5 r-purrr@1.2.2 r-rlang@1.2.0 r-stringr@1.6.0 r-tibble@3.3.1 r-tidyselect@1.2.1 r-vctrs@0.7.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hadley/tidyr
Licenses: Expat
Build system: r
Synopsis: Tidy data with `spread()` and `gather()` functions
Description:

tidyr is a reframing of the reshape2 package designed to accompany the tidy data framework, and to work hand-in-hand with magrittr and dplyr to build a solid pipeline for data analysis. It is designed specifically for tidying data, not the general reshaping that reshape2 does, or the general aggregation that reshape did. In particular, built-in methods only work for data frames, and tidyr provides no margins or aggregation.

r-forcats 1.0.1
Propagated dependencies: r-cli@3.6.6 r-glue@1.8.1 r-lifecycle@1.0.5 r-magrittr@2.0.5 r-rlang@1.2.0 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://forcats.tidyverse.org
Licenses: GPL 3
Build system: r
Synopsis: Tools for working with factors
Description:

This package provides helpers for reordering factor levels (including moving specified levels to front, ordering by first appearance, reversing, and randomly shuffling), and tools for modifying factor levels (including collapsing rare levels into other, "anonymizing", and manually "recoding").

r-fastghquad 1.0.1
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/awblocker/fastGHQuad
Licenses: Expat
Build system: r
Synopsis: Fast Rcpp implementation of Gauss-Hermite Quadrature
Description:

This package implements numerically-stable Gauss-Hermite quadrature rules and utility functions for adaptive GH quadrature.

r-activitycounts 0.2.1
Propagated dependencies: r-lubridate@1.9.5 r-magrittr@2.0.5 r-seewave@2.2.4 r-signal@1.8-1 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/walkabillylab/activityCounts
Licenses: GPL 3
Build system: r
Synopsis: Generate ActiLife counts
Description:

ActiLife generates activity counts from data collected by Actigraph accelerometers. Actigraph is one of the most common research-grade accelerometers. There is considerable research validating and developing algorithms for human activity using ActiLife counts. Unfortunately, ActiLife counts are proprietary and difficult to implement if researchers use different accelerometer brands. The code creates ActiLife counts from raw acceleration data for different accelerometer brands.

r-gargle 1.6.1
Propagated dependencies: r-cli@3.6.6 r-fs@2.1.0 r-glue@1.8.1 r-httr@1.4.8 r-jsonlite@2.0.0 r-lifecycle@1.0.5 r-openssl@2.4.1 r-rappdirs@0.3.4 r-rlang@1.2.0 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gargle.r-lib.org
Licenses: Expat
Build system: r
Synopsis: Utilities for working with Google APIs
Description:

This package provides utilities for working with Google APIs. This includes functions and classes for handling common credential types and for preparing, executing, and processing HTTP requests.

r-nortest 1.0-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/nortest/
Licenses: GPL 2+
Build system: r
Synopsis: Tests for normality
Description:

This package provides five omnibus tests for testing the composite hypothesis of normality.

r-rmutil 1.1.10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.commanster.eu/rcode.html
Licenses: GPL 2+
Build system: r
Synopsis: Utilities for nonlinear regression and repeated measurements models
Description:

This package provides a toolkit of functions for nonlinear regression and repeated measurements. It was designated to be imported by other packages such as gnlm, stable, growth, repeated, and event.

r-papaja 0.1.4
Propagated dependencies: r-bookdown@0.46 r-broom@1.0.13 r-glue@1.8.1 r-knitr@1.51 r-rmarkdown@2.31 r-rmdfiltr@0.1.5 r-tinylabels@0.2.5 r-yaml@2.3.12 r-zip@2.3.3 texlive-amsmath@2026.1 texlive-apa6@2026.1 texlive-booktabs@2026.1 texlive-caption@2026.1 texlive-csquotes@2026.1 texlive-endfloat@2026.1 texlive-environ@2026.1 texlive-etoolbox@2026.1 texlive-fancyhdr@2026.1 texlive-framed@2026.1 texlive-geometry@2026.1 texlive-graphics@2026.1 texlive-grfext@2026.1 texlive-hyperref@2026.1 texlive-lineno@2026.1 texlive-multirow@2026.1 texlive-threeparttable@2026.1 texlive-threeparttablex@2026.1 texlive-titlesec@2026.1 texlive-tools@2026.1 texlive-trimspaces@2026.1 texlive-was@2026.1 texlive-xcolor@2026.1 texlive-xpatch@2026.1 texlive-local-tree@2026.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/crsh/papaja
Licenses: Expat
Build system: r
Synopsis: Prepare American Psychological Association journal articles with R Markdown
Description:

This package provides tools to create dynamic, submission-ready manuscripts, which conform to American Psychological Association manuscript guidelines. It provides R Markdown document formats for manuscripts (PDF and Word) and revision letters (PDF). Helper functions facilitate reporting statistical analyses or create publication-ready tables and plots.

Total packages: 73955