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

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-brms 2.23.0
Propagated dependencies: r-abind@1.4-8 r-backports@1.5.0 r-bayesplot@1.14.0 r-bridgesampling@1.2-1 r-coda@0.19-4.1 r-future@1.68.0 r-future-apply@1.20.0 r-ggplot2@4.0.1 r-glue@1.8.0 r-loo@2.8.0 r-matrix@1.7-4 r-matrixstats@1.5.0 r-mgcv@1.9-4 r-nleqslv@3.3.5 r-nlme@3.1-168 r-posterior@1.6.1 r-rcpp@1.1.0 r-rlang@1.1.6 r-rstan@2.32.7 r-rstantools@2.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/paul-buerkner/brms
Licenses: GPL 2
Build system: r
Synopsis: Bayesian regression models using Stan
Description:

Fit Bayesian generalized (non-)linear multivariate multilevel models using Stan for full Bayesian inference. A wide range of distributions and link functions are supported, allowing users to fit -- among others -- linear, robust linear, count data, survival, response times, ordinal, zero-inflated, hurdle, and even self-defined mixture models all in a multilevel context. Further modeling options include non-linear and smooth terms, auto-correlation structures, censored data, meta-analytic standard errors, and quite a few more. In addition, all parameters of the response distribution can be predicted in order to perform distributional regression. Prior specifications are flexible and explicitly encourage users to apply prior distributions that actually reflect their beliefs. Model fit can easily be assessed and compared with posterior predictive checks and leave-one-out cross-validation.

r-munsell 0.5.1
Propagated dependencies: r-colorspace@2.1-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/munsell
Licenses: Expat
Build system: r
Synopsis: Munsell colour system
Description:

The Munsell package contains functions for exploring and using the Munsell colour system.

r-tidyverse 2.0.0
Propagated dependencies: r-broom@1.0.10 r-cli@3.6.5 r-conflicted@1.2.0 r-dbplyr@2.5.1 r-dplyr@1.1.4 r-dtplyr@1.3.2 r-forcats@1.0.1 r-ggplot2@4.0.1 r-googledrive@2.1.2 r-googlesheets4@1.1.2 r-haven@2.5.5 r-hms@1.1.4 r-httr@1.4.7 r-jsonlite@2.0.0 r-lubridate@1.9.4 r-magrittr@2.0.4 r-modelr@0.1.11 r-pillar@1.11.1 r-purrr@1.2.0 r-ragg@1.5.0 r-readr@2.1.6 r-readxl@1.4.5 r-reprex@2.1.1 r-rlang@1.1.6 r-rstudioapi@0.17.1 r-rvest@1.0.5 r-stringr@1.6.0 r-tibble@3.3.0 r-tidyr@1.3.1 r-xml2@1.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://tidyverse.tidyverse.org
Licenses: GPL 3
Build system: r
Synopsis: Install and load packages from the "Tidyverse"
Description:

The tidyverse is a set of packages that work in harmony because they share common data representations and API design. This package is designed to make it easy to install and load multiple tidyverse packages in a single step.

r-abbyyr 0.5.5
Propagated dependencies: r-curl@7.0.0 r-httr@1.4.7 r-plyr@1.8.9 r-progress@1.2.3 r-readr@2.1.6 r-xml@3.99-0.20
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/soodoku/abbyyR
Licenses: Expat
Build system: r
Synopsis: Access to Abbyy Optical Character Recognition (OCR) API
Description:

This package provides tools to get text from images of text using Abbyy Cloud Optical Character Recognition (OCR) API. With abbyyyR, one can easily OCR images, barcodes, forms, documents with machine readable zones, e.g. passports and get the results in a variety of formats including plain text and XML. To learn more about the Abbyy OCR API, see http://ocrsdk.com/.

r-unglue 0.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=unglue
Licenses: GPL 3
Build system: r
Synopsis: Extract matched substrings using a pattern
Description:

This package lets you use syntax inspired by the package glue to extract matched substrings in a more intuitive and compact way than by using standard regular expressions.

r-protolite 2.3.1
Dependencies: protobuf@3.21.9
Propagated dependencies: r-jsonlite@2.0.0 r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jeroen/protolite
Licenses: Expat
Build system: r
Synopsis: Highly optimized protocol buffer serializers
Description:

This package provides pure C++ implementations for reading and writing several common data formats based on Google protocol-buffers. It currently supports rexp.proto for serialized R objects, geobuf.proto for binary geojson, and mvt.proto for vector tiles. This package uses the auto-generated C++ code by protobuf-compiler, hence the entire serialization is optimized at compile time. The RProtoBuf package on the other hand uses the protobuf runtime library to provide a general-purpose toolkit for reading and writing arbitrary protocol-buffer data in R.

r-diptest 0.77-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/diptest
Licenses: GPL 2+
Build system: r
Synopsis: Hartigan's dip test statistic for unimodality
Description:

This package computes Hartigan's dip test statistic for unimodality, multimodality and provides a test with simulation based p-values, where the original public code has been corrected.

r-colourpicker 1.3.0
Propagated dependencies: r-ggplot2@4.0.1 r-htmltools@0.5.8.1 r-htmlwidgets@1.6.4 r-jsonlite@2.0.0 r-miniui@0.1.2 r-shiny@1.11.1 r-shinyjs@2.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/daattali/colourpicker
Licenses: Expat
Build system: r
Synopsis: Color picker tool for Shiny and for selecting colors in plots
Description:

This package provides a color picker that can be used as an input in Shiny apps or Rmarkdown documents. The color picker supports alpha opacity, custom color palettes, and many more options. A plot color helper tool is available as an RStudio Addin, which helps you pick colors to use in your plots. A more generic color picker RStudio Addin is also provided to let you select colors to use in your R code.

r-mosaiccore 0.9.5
Propagated dependencies: r-dplyr@1.1.4 r-mass@7.3-65 r-rlang@1.1.6 r-tidyr@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ProjectMOSAIC/mosaicCore/
Licenses: GPL 2+
Build system: r
Synopsis: Common utilities for mosaic family packages
Description:

Common utilities used in other Mosaic family packages are collected here.

r-jquerylib 0.1.4
Propagated dependencies: r-htmltools@0.5.8.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=jquerylib
Licenses: Expat
Build system: r
Synopsis: Obtain jQuery as an HTML dependency object
Description:

Obtain any major version of jQuery and use it in any webpage generated by htmltools (e.g. shiny, htmlwidgets, and rmarkdown). Most R users don't need to use this package directly, but other R packages (e.g. shiny, rmarkdown, etc.) depend on this package to avoid bundling redundant copies of jQuery.

r-cluster 2.1.8.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/cluster
Licenses: GPL 2+
Build system: r
Synopsis: Methods for cluster analysis
Description:

This package provides methods for cluster analysis. It is a much extended version of the original from Peter Rousseeuw, Anja Struyf and Mia Hubert, based on Kaufman and Rousseeuw (1990) "Finding Groups in Data".

r-tsp 1.2.6
Propagated dependencies: r-foreach@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/TSP/
Licenses: GPL 3
Build system: r
Synopsis: Traveling salesperson problem (TSP)
Description:

This package provides basic infrastructure and some algorithms for the traveling salesperson problem(TSP) (also known as the traveling salesman problem).

r-flexclust 1.5.0
Propagated dependencies: r-class@7.3-23 r-lattice@0.22-7 r-modeltools@0.2-24
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/flexclust/
Licenses: GPL 2
Build system: r
Synopsis: Flexible cluster algorithms
Description:

The main function kcca implements a general framework for k-centroids cluster analysis supporting arbitrary distance measures and centroid computation. Further cluster methods include hard competitive learning, neural gas, and QT clustering. There are numerous visualization methods for cluster results (neighborhood graphs, convex cluster hulls, barcharts of centroids, ...), and bootstrap methods for the analysis of cluster stability.

r-tea 1.1
Propagated dependencies: r-matrix@1.7-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/tea/
Licenses: GPL 3
Build system: r
Synopsis: Threshold estimation approaches
Description:

This package provides different approaches for selecting the threshold in generalized Pareto distributions. Most of them are based on minimizing the AMSE-criterion or at least by reducing the bias of the assumed GPD-model. Others are heuristically motivated by searching for stable sample paths, i.e. a nearly constant region of the tail index estimator with respect to k, which is the number of data in the tail. The third class is motivated by graphical inspection. In addition, a sequential testing procedure for GPD-GoF-tests is also implemented here.

r-rbiom 2.2.1
Propagated dependencies: r-ape@5.8-1 r-dplyr@1.1.4 r-emmeans@2.0.0 r-fillpattern@1.0.2 r-ggbeeswarm@0.7.2 r-ggnewscale@0.5.2 r-ggplot2@4.0.1 r-ggrepel@0.9.6 r-ggtext@0.1.2 r-jsonlite@2.0.0 r-magrittr@2.0.4 r-mgcv@1.9-4 r-parallelly@1.45.1 r-patchwork@1.3.2 r-pillar@1.11.1 r-plyr@1.8.9 r-readr@2.1.6 r-readxl@1.4.5 r-slam@0.1-55 r-vegan@2.7-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cmmr.github.io/rbiom/index.html
Licenses: AGPL 3
Build system: r
Synopsis: Read/write, transform, and summarize BIOM data
Description:

This package provides a toolkit for working with Biological Observation Matrix (BIOM) files. Features include reading/writing all BIOM formats, rarefaction, alpha diversity, beta diversity (including UniFrac), summarizing counts by taxonomic level, and sample subsetting. Standalone functions for reading, writing, and subsetting phylogenetic trees are also provided.

r-huge 1.3.5
Propagated dependencies: r-igraph@2.2.1 r-mass@7.3-65 r-matrix@1.7-4 r-rcpp@1.1.0 r-rcppeigen@0.3.4.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/huge
Licenses: GPL 2
Build system: r
Synopsis: High-dimensional undirected graph estimation
Description:

This package provides a general framework for high-dimensional undirected graph estimation. It integrates data preprocessing, neighborhood screening, graph estimation, and model selection techniques into a pipeline.

r-tablerdash 0.1.5
Propagated dependencies: r-htmltools@0.5.8.1 r-shiny@1.11.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rinterface.github.io/tablerDash/
Licenses: GPL 2+
Build system: r
Synopsis: Tabler API for Shiny
Description:

This package provides an R interface to the Tabler HTML template. tablerDash is a light Bootstrap 4 dashboard template. There are different layouts available such as a one page dashboard or a multi-page template, where the navigation menu is contained in the navigation bar.

r-embedsom 2.2
Propagated dependencies: r-ggplot2@4.0.1 r-igraph@2.2.1 r-matrix@1.7-4 r-rtsne@0.17 r-umap@0.2.10.0 r-uwot@0.2.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/exaexa/EmbedSOM
Licenses: GPL 3+
Build system: r
Synopsis: Fast embedding guided by self-organizing map
Description:

This package provides a smooth mapping of multidimensional points into low-dimensional space defined by a self-organizing map. It is designed to work with FlowSOM and flow-cytometry use-cases.

r-nor1mix 1.3-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/nor1mix/
Licenses: GPL 2+
Build system: r
Synopsis: Normal (1-d) mixture models
Description:

This package provides S3 classes and methods for one-dimensional normal mixture models, for, e.g., density estimation or clustering algorithms research and teaching; it provides the widely used Marron-Wand densities. It also provides tools for efficient random number generation and graphics.

r-hmm 1.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/HMM/
Licenses: GPL 2+
Build system: r
Synopsis: Hidden Markov Models
Description:

This package provides an easy to use library to setup, apply and make inference with discrete time and discrete space hidden Markov models.

r-rncl 0.8.7
Propagated dependencies: r-progress@1.2.3 r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/fmichonneau/rncl
Licenses: FreeBSD
Build system: r
Synopsis: Interface to the Nexus class library
Description:

This package provides an interface to the Nexus class library which allows parsing of NEXUS, Newick and other phylogenetic tree file formats. It provides elements of the file that can be used to build phylogenetic objects such as ape's phylo or phylobase's phylo4(d). This functionality is demonstrated with read_newick_phylo() and read_nexus_phylo().

r-recipes 1.3.1
Propagated dependencies: r-cli@3.6.5 r-clock@0.7.3 r-dplyr@1.1.4 r-generics@0.1.4 r-glue@1.8.0 r-gower@1.0.2 r-hardhat@1.4.2 r-ipred@0.9-15 r-lifecycle@1.0.4 r-lubridate@1.9.4 r-magrittr@2.0.4 r-matrix@1.7-4 r-purrr@1.2.0 r-rlang@1.1.6 r-sparsevctrs@0.3.4 r-tibble@3.3.0 r-tidyr@1.3.1 r-tidyselect@1.2.1 r-timedate@4051.111 r-vctrs@0.6.5 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/topepo/recipes
Licenses: GPL 2
Build system: r
Synopsis: Preprocessing tools to create design matrices
Description:

Recipes is an extensible framework to create and preprocess design matrices. Recipes consist of one or more data manipulation and analysis "steps". Statistical parameters for the steps can be estimated from an initial data set and then applied to other data sets. The resulting design matrices can then be used as inputs into statistical or machine learning models.

r-seurat5object 5.2.0
Propagated dependencies: r-future@1.68.0 r-future-apply@1.20.0 r-generics@0.1.4 r-lifecycle@1.0.4 r-matrix@1.7-4 r-progressr@0.18.0 r-rcpp@1.1.0 r-rcppeigen@0.3.4.0.2 r-rlang@1.1.6 r-sp@2.2-0 r-spam@2.11-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://satijalab.org/seurat
Licenses: GPL 3
Build system: r
Synopsis: Data structures for single cell data
Description:

This package defines S4 classes for single-cell genomic data and associated information, such as dimensionality reduction embeddings, nearest-neighbor graphs, and spatially-resolved coordinates. It provides data access methods and R-native hooks to ensure the Seurat object is familiar to other R users.

r-spelling 2.3.2
Propagated dependencies: r-commonmark@2.0.0 r-hunspell@3.0.6 r-knitr@1.50 r-xml2@1.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://docs.ropensci.org/spelling/
Licenses: Expat
Build system: r
Synopsis: Tools for spell checking in R
Description:

This is an R package for spell checking common document formats including LaTeX, markdown, manual pages, and DESCRIPTION files. It includes utilities to automate checking of documentation and vignettes as a unit test during R CMD check. Both British and American English are supported out of the box and other languages can be added. In addition, packages may define a wordlist to allow custom terminology without having to abuse punctuation.

Total packages: 69244