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

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-e1071 1.7-17
Propagated dependencies: r-class@7.3-23 r-proxy@0.4-29
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/e1071
Licenses: GPL 2+
Build system: r
Synopsis: Miscellaneous functions for probability theory
Description:

This package provides functions for latent class analysis, short time Fourier transform, fuzzy clustering, support vector machines, shortest path computation, bagged clustering, naive Bayes classifier, and more.

r-mixopt 0.1.3
Propagated dependencies: r-dplyr@1.2.1 r-ggplot2@4.0.3 r-splitfngr@0.1.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/CollinErickson/mixopt
Licenses: LGPL 3+
Build system: r
Synopsis: Mixed variable optimization
Description:

This is a package for mixed variable optimization for non-linear functions. It can optimize function whose inputs are a combination of continuous, ordered, and unordered variables.

r-smcfcs 2.0.2
Propagated dependencies: r-abind@1.4-8 r-brglm2@1.1.0 r-checkmate@2.3.4 r-mass@7.3-65 r-rlang@1.2.0 r-survival@3.8-6 r-vgam@1.1-14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jwb133/smcfcs
Licenses: GPL 3
Build system: r
Synopsis: Multiple imputation of covariates
Description:

This package implements multiple imputation of missing covariates by Substantive Model Compatible Fully Conditional Specification. This is a modification of the popular FCS/chained equations multiple imputation approach, and allows imputation of missing covariate values from models which are compatible with the user specified substantive model.

r-ggupset 0.4.1
Propagated dependencies: r-ggplot2@4.0.3 r-gtable@0.3.6 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/const-ae/ggupset
Licenses: GPL 3
Build system: r
Synopsis: Combination matrix axis for ggplot2 to create UpSet plots
Description:

This package lets you replace the standard x-axis in ggplots with a combination matrix to visualize complex set overlaps. UpSet has introduced a new way to visualize the overlap of sets as an alternative to Venn diagrams. This package provides a simple way to produce such plots using ggplot2. In addition it can convert any categorical axis into a combination matrix axis.

r-misc3d 0.9-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/misc3d/
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Miscellaneous 3D Plots
Description:

This package provides a collection of miscellaneous 3d plots, including isosurfaces.

r-consort 1.2.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/adayim/consort/
Licenses: Expat
Build system: r
Synopsis: Create Consort Diagrams
Description:

To make it easy to create CONSORT diagrams for the transparent reporting of participant allocation in randomized, controlled clinical trials. This is done by creating a standardized disposition data, and using this data as the source for the creation a standard CONSORT diagram. Human effort by supplying text labels on the node can also be achieved.

r-parallelly 1.47.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/HenrikBengtsson/parallelly
Licenses: LGPL 2.1+
Build system: r
Synopsis: Enhancements of the parallel package
Description:

This package provides utility functions that enhance the parallel package and support the built-in parallel backends of the future package. For example, availableCores gives the number of CPU cores available to your R process as given by R options and environment variables, including those set by job schedulers on high-performance compute clusters. If none is set, it will fall back to parallel::detectCores. Another example is makeClusterPSOCK, which is backward compatible with parallel::makePSOCKcluster while doing a better job in setting up remote cluster workers without the need for configuring the firewall to do port-forwarding to your local computer.

r-network 1.20.0
Propagated dependencies: r-magrittr@2.0.5 r-statnet-common@4.13.0 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://statnet.org/
Licenses: GPL 2+
Build system: r
Synopsis: Classes for relational data
Description:

This package provides tools to create and modify network objects. The network class can represent a range of relational data types, and supports arbitrary vertex/edge/graph attributes.

r-mathjaxr 2.0-0
Dependencies: js-mathjax@4.0.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/wviechtb/mathjaxr
Licenses: ASL 2.0 GPL 3
Build system: r
Synopsis: Use Mathjax in Rd Files
Description:

This package provides MathJax and macros to enable its use within Rd files for rendering equations in the HTML help files.

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-litedown 0.9
Propagated dependencies: r-commonmark@2.0.0 r-xfun@0.57
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/yihui/litedown
Licenses: Expat
Build system: r
Synopsis: Lightweight version of R Markdown
Description:

Render R Markdown to Markdown (without using knitr), and Markdown to lightweight HTML or LaTeX documents with the commonmark package (instead of Pandoc). Some missing Markdown features in commonmark are also supported, such as raw HTML or LaTeX blocks, LaTeX math, superscripts, subscripts, footnotes, element attributes, and appendices, but not all Pandoc Markdown features are (or will be) supported. With additional JavaScript and CSS, you can also create HTML slides and articles. This package can be viewed as a trimmed-down version of R Markdown and knitr. It does not aim at rich Markdown features or a large variety of output formats (the primary formats are HTML and LaTeX). Book and website projects of multiple input documents are also supported.

r-mlr3measures 1.3.0
Propagated dependencies: r-checkmate@2.3.4 r-mlr3misc@0.21.0 r-prroc@1.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3measures.mlr-org.com/
Licenses: LGPL 3
Build system: r
Synopsis: Performance measures for mlr3
Description:

This package implements multiple performance measures for supervised learning. It includes over 40 measures for regression and classification. Additionally, meta information about the performance measures can be queried, e.g. what the best and worst possible performances scores are.

r-countrycode 1.8.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://vincentarelbundock.github.io/countrycode/
Licenses: GPL 3
Build system: r
Synopsis: Convert country names and country codes
Description:

This package lets you standardize country names, convert them into one of 40 different coding schemes, convert between coding schemes, and assign region descriptors.

r-adimpro 0.9.7.2
Propagated dependencies: imagemagick@6.9.13-5 r-awsmethods@1.1-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.wias-berlin.de/software/imaging/
Licenses: GPL 2+
Build system: r
Synopsis: Adaptive smoothing of digital images
Description:

This package implements tools for manipulation of digital images and the Propagation Separation approach by Polzehl and Spokoiny (2006) <DOI:10.1007/s00440-005-0464-1> for smoothing digital images, see Polzehl and Tabelow (2007) <DOI:10.18637/jss.v019.i01>.

r-fastmatch 1.1-8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.rforge.net/fastmatch
Licenses: GPL 2
Build system: r
Synopsis: Fast match function
Description:

This package provides a fast match replacement for cases that require repeated look-ups. It is slightly faster that R's built-in match function on first match against a table, but extremely fast on any subsequent lookup as it keeps the hash table in memory.

r-survminer 0.5.2
Propagated dependencies: r-broom@1.0.13 r-dplyr@1.2.1 r-ggplot2@4.0.3 r-ggpubr@0.6.3 r-ggtext@0.1.2 r-gridextra@2.3 r-magrittr@2.0.5 r-maxstat@0.7-26 r-purrr@1.2.2 r-rlang@1.2.0 r-scales@1.4.0 r-survival@3.8-6 r-tibble@3.3.1 r-tidyr@1.3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rpkgs.datanovia.com/survminer/index.html
Licenses: GPL 2
Build system: r
Synopsis: Drawing survival curves using ggplot2
Description:

This package contains the function ggsurvplot() for easily drawing beautiful and 'ready-to-publish' survival curves with the 'number at risk' table and 'censoring count plot'. Other functions are also available to plot adjusted curves for Cox model and to visually examine Cox model assumptions.

r-cleanrmd 0.1.1
Propagated dependencies: r-htmltools@0.5.9 r-jsonlite@2.0.0 r-rmarkdown@2.31
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://pkg.garrickadenbuie.com/cleanrmd/
Licenses: Expat
Build system: r
Synopsis: Classless R Markdown HTML documents
Description:

This package provides a collection of clean R Markdown HTML document templates using classless CSS styles. These documents use a minimal set of dependencies but still look great, making them suitable for use a package vignettes or for sharing results via email.

r-snowflakeauth 0.2.2
Propagated dependencies: r-cli@3.6.6 r-curl@7.1.0 r-jose@2.0.0 r-jsonlite@2.0.0 r-openssl@2.4.1 r-rcpptoml@0.2.3 r-rlang@1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://posit-dev.github.io/snowflakeauth/
Licenses: Expat
Build system: r
Synopsis: Authentication helpers for Snowflake'
Description:

This package provides authentication helpers for Snowflake. It provides compatibility with authentication approaches supported by the Snowflake Connector for Python and the Snowflake CLI.

r-gwidgets2 1.0-10
Propagated dependencies: r-digest@0.6.39
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/gWidgets3/gWidgets2
Licenses: GPL 3+
Build system: r
Synopsis: Rewrite of gWidgets API for simplified GUI construction
Description:

This package provides a re-implementation of the gWidgets API. The API is defined in this package. A second, toolkit-specific package is required to use it.

r-sloop 1.0.1
Propagated dependencies: r-codetools@0.2-20 r-crayon@1.5.3 r-purrr@1.2.2 r-rlang@1.2.0 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/sloop
Licenses: GPL 3
Build system: r
Synopsis: Helpers for object-oriented programming in R
Description:

This package provides a collection of helper functions designed to help you to better understand object oriented programming in R, particularly using S3.

r-afex 1.5-1
Propagated dependencies: r-car@3.1-5 r-lme4@2.0-1 r-lmertest@3.2-1 r-pbkrtest@0.5.5 r-reformulas@0.4.4 r-reshape2@1.4.5 r-rlang@1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://afex.singmann.science/
Licenses: GPL 2+
Build system: r
Synopsis: Analysis of factorial experiments
Description:

This package provides convenience functions for analyzing factorial experiments using ANOVA or mixed models.

r-catools 1.18.3
Propagated dependencies: r-bitops@1.0-9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/caTools
Licenses: GPL 3+
Build system: r
Synopsis: Various tools including functions for moving window statistics
Description:

This package contains several basic utility functions including: moving (rolling, running) window statistic functions, read/write for GIF and ENVI binary files, fast calculation of AUC, LogitBoost classifier, base64 encoder/decoder, round-off-error-free sum and cumsum, etc.

r-parsnip 1.6.0
Propagated dependencies: r-cli@3.6.6 r-dplyr@1.2.1 r-generics@0.1.4 r-ggplot2@4.0.3 r-globals@0.19.1 r-glue@1.8.1 r-hardhat@1.4.3 r-lifecycle@1.0.5 r-magrittr@2.0.5 r-pillar@1.11.1 r-prettyunits@1.2.0 r-purrr@1.2.2 r-rlang@1.2.0 r-sparsevctrs@0.3.6 r-tibble@3.3.1 r-tidyr@1.3.2 r-vctrs@0.7.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://parsnip.tidymodels.org
Licenses: GPL 2
Build system: r
Synopsis: Common API to modeling and analysis functions
Description:

This package provides a common interface to allow users to specify a model without having to remember the different argument names across different functions or computational engines (e.g. R, Spark, Stan, etc).

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.

Total packages: 32521