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

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-pander 0.6.6
Propagated dependencies: r-digest@0.6.39 r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rapporter.github.io/pander
Licenses: AGPL 3+
Build system: r
Synopsis: Render R objects into Pandoc's markdown
Description:

The main aim of the pander R package is to provide a minimal and easy tool for rendering R objects into Pandoc's markdown. The package is also capable of exporting/converting complex Pandoc documents (reports) in various ways.

r-gpg 1.3.0
Dependencies: gpgme@1.24.1
Propagated dependencies: r-askpass@1.2.1 r-curl@7.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jeroen/gpg
Licenses: Expat
Build system: r
Synopsis: GNU Privacy Guard for R
Description:

This package provides bindings to GnuPG for working with OpenGPG (RFC4880) cryptographic methods. It includes utilities for public key encryption, creating and verifying digital signatures, and managing your local keyring. Some functionality depends on the version of GnuPG that is installed on the system.

r-aasea 1.1.0
Propagated dependencies: r-bios2cor@2.2.2 r-dt@0.34.0 r-hmisc@5.2-5 r-magrittr@2.0.5 r-networkd3@0.4.1 r-plotly@4.12.0 r-seqinr@4.2-44 r-shiny@1.13.0 r-shinydashboard@0.7.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/aaSEA/
Licenses: GPL 3
Build system: r
Synopsis: Amino acid substitution effect analyzer
Description:

Given a protein multiple sequence alignment, it is a daunting task to assess the effects of substitutions along sequence length. The aaSEA package is intended to help researchers to rapidly analyze property changes caused by single, multiple and correlated amino acid substitutions in proteins.

r-furrr 0.4.0
Propagated dependencies: r-future@1.70.0 r-globals@0.19.1 r-purrr@1.2.2 r-rlang@1.2.0 r-vctrs@0.7.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/DavisVaughan/furrr
Licenses: LGPL 2.1+
Build system: r
Synopsis: Apply mapping functions in parallel using futures
Description:

This package provides implementations of the family of map() functions from the purrr package that can be resolved using any future-supported backend, e.g. parallel on the local machine or distributed on a compute cluster.

r-nnet 7.3-20
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.stats.ox.ac.uk/pub/MASS4/
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Feed-forward neural networks and multinomial log-linear models
Description:

This package provides functions for feed-forward neural networks with a single hidden layer, and for multinomial log-linear models.

r-stopwords 2.3
Propagated dependencies: r-isocodes@2026.03.28
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/quanteda/stopwords
Licenses: Expat
Build system: r
Synopsis: Multilingual stopword lists
Description:

This package provides multiple sources of stopwords, for use in text analysis and natural language processing.

r-gower 1.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/markvanderloo/gower
Licenses: GPL 3
Build system: r
Synopsis: Gower's distance
Description:

This package provides tools to compute Gower's distance (or similarity) coefficient between records, and to compute the top-n matches between records. Core algorithms are executed in parallel on systems supporting OpenMP.

r-lambda-r 1.2.4
Propagated dependencies: r-formatr@1.14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/lambda.r
Licenses: LGPL 3+
Build system: r
Synopsis: Functional programming extension for R
Description:

This package provides a language extension to efficiently write functional programs in R. Syntax extensions include multi-part function definitions, pattern matching, guard statements, built-in (optional) type safety.

r-plyr 1.8.9
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://had.co.nz/plyr
Licenses: Expat
Build system: r
Synopsis: Tools for splitting, applying and combining data
Description:

Plyr is a set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each piece and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics.

r-yardstick 1.4.0
Propagated dependencies: r-cli@3.6.6 r-dplyr@1.2.1 r-generics@0.1.4 r-hardhat@1.4.3 r-lifecycle@1.0.5 r-rlang@1.2.0 r-tibble@3.3.1 r-tidyselect@1.2.1 r-vctrs@0.7.3 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/tidymodels/yardstick
Licenses: GPL 2
Build system: r
Synopsis: Tidy characterizations of model performance
Description:

This package provides tidy tools for quantifying how well a model fits to a data set such as confusion matrices, class probability curve summaries, and regression metrics (e.g., RMSE).

r-d3r 1.1.0
Propagated dependencies: r-dplyr@1.2.1 r-htmltools@0.5.9 r-tidyr@1.3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/timelyportfolio/d3r
Licenses: Modified BSD
Build system: r
Synopsis: Data visualization utilities for R
Description:

This package provides a suite of functions to help ease the use of the d3.js visualization library in R. These helpers include htmltools::htmlDependency functions, hierarchy builders, and conversion tools for partykit, igraph, table, and data.frame R objects into the JSON format that the d3.js library expects.

r-ggiraph 0.9.6
Dependencies: libpng@1.6.39 zlib@1.3.1
Propagated dependencies: r-cli@3.6.6 r-dplyr@1.2.1 r-gdtools@0.5.0 r-ggplot2@4.0.3 r-htmltools@0.5.9 r-htmlwidgets@1.6.4 r-mass@7.3-65 r-purrr@1.2.2 r-rcpp@1.1.1-1.1 r-rlang@1.2.0 r-s7@0.2.2 r-systemfonts@1.3.2 r-vctrs@0.7.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://davidgohel.github.io/ggiraph/
Licenses: GPL 3
Build system: r
Synopsis: Make ggplot2 graphics interactive
Description:

Create interactive ggplot2 graphics using htmlwidgets.

r-rticles 0.27
Propagated dependencies: r-knitr@1.51 r-lifecycle@1.0.5 r-rmarkdown@2.31 r-tinytex@0.59 r-xfun@0.57 r-yaml@2.3.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/rstudio/rticles
Licenses: GPL 3
Build system: r
Synopsis: Article formats for R Markdown
Description:

This package provides a suite of custom R Markdown formats and templates for authoring journal articles and conference submissions.

r-semplot 1.1.8
Propagated dependencies: r-colorspace@2.1-2 r-corpcor@1.6.10 r-igraph@2.3.1 r-lavaan@0.6-21 r-lisreltor@0.3 r-openmx@2.22.11 r-plyr@1.8.9 r-qgraph@1.9.8 r-rockchalk@1.8.164 r-sem@3.1-16 r-xml@3.99-0.23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/SachaEpskamp/semPlot
Licenses: GPL 2
Build system: r
Synopsis: Unified visualizations of structural equation models
Description:

Structural equation modeling (SEM) has a long history of representing models graphically as path diagrams. The semPlot package for R fills the gap between advanced, but time-consuming, graphical software and the limited graphics produced automatically by SEM software. In addition, semPlot offers more functionality than drawing path diagrams: it can act as a common ground for importing SEM results into R. Any result usable as input to semPlot can also be represented in any of the three popular SEM frame-works, as well as translated to input syntax for the R packages sem and lavaan.

r-miniui 0.1.2
Propagated dependencies: r-htmltools@0.5.9 r-shiny@1.13.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/miniUI/
Licenses: GPL 3
Build system: r
Synopsis: Shiny UI widgets for small screens
Description:

This package provides UI widget and layout functions for writing Shiny apps that work well on small screens.

r-assertive-strings 0.0-3
Propagated dependencies: r-assertive-base@0.0-9 r-assertive-types@0.0-3 r-stringi@1.8.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://bitbucket.org/richierocks/assertive.strings
Licenses: GPL 3+
Build system: r
Synopsis: Assertions to check properties of strings
Description:

This package provides a set of predicates and assertions for checking the properties of strings. This is mainly for use by other package developers who want to include run-time testing features in their own packages.

r-gmisc 3.2.0
Propagated dependencies: r-abind@1.4-8 r-checkmate@2.3.4 r-forestplot@3.2.0 r-glue@1.8.1 r-hmisc@5.2-5 r-htmltable@2.5.0 r-knitr@1.51 r-lattice@0.22-9 r-lubridate@1.9.5 r-magrittr@2.0.5 r-rcpp@1.1.1-1.1 r-rlang@1.2.0 r-rmarkdown@2.31 r-stringr@1.6.0 r-xml@3.99-0.23 r-yaml@2.3.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gforge.se
Licenses: GPL 3+
Build system: r
Synopsis: Descriptive statistics, transition plots, and more
Description:

This package provides tools for making the descriptive "Table 1" used in medical articles, a transition plot for showing changes between categories (also known as a Sankey diagram), flow charts by extending the grid package, a method for variable selection based on the SVD, Bezier lines with arrows complementing the ones in the grid package, and more.

r-paws-end-user-computing 0.9.0
Propagated dependencies: r-paws-common@0.8.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/paws-r/paws
Licenses: ASL 2.0
Build system: r
Synopsis: Amazon Web Services end user computing services
Description:

This package provides an interface to Amazon Web Services end user computing services, including collaborative document editing, mobile intranet, and more.

r-invgamma 1.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/dkahle/invgamma
Licenses: GPL 2
Build system: r
Synopsis: Inverse gamma distribution
Description:

This package provides a light weight implementation of the standard distribution functions for the inverse gamma distribution, wrapping those for the gamma distribution in the stats package.

r-statnet-common 4.13.0
Propagated dependencies: r-coda@0.19-4.1 r-matrix@1.7-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://statnet.org
Licenses: GPL 3
Build system: r
Synopsis: R scripts and utilities used by the Statnet software
Description:

This package provides non-statistical utilities used by the software developed by the Statnet Project.

r-rcppml 0.3.7.1
Propagated dependencies: r-matrix@1.7-5 r-rcpp@1.1.1-1.1 r-rcppeigen@0.3.4.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/zdebruine/RcppML
Licenses: GPL 2+
Build system: r
Synopsis: Rcpp machine learning library
Description:

This package provides fast machine learning algorithms including matrix factorization and divisive clustering for large sparse and dense matrices.

r-heatmap3 1.1.9
Propagated dependencies: r-fastcluster@1.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/heatmap3/
Licenses: GPL 2+
Build system: r
Synopsis: Improved heatmap package
Description:

This package provides an improved heatmap package. It is completely compatible with the original R function heatmap, and provides more powerful and convenient features.

r-gdata 3.0.1
Propagated dependencies: r-gtools@3.9.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/gdata
Licenses: GPL 2+
Build system: r
Synopsis: Various R programming tools for data manipulation
Description:

This package provides various R programming tools for data manipulation, including:

  • medical unit conversions

  • combining objects

  • character vector operations

  • factor manipulation

  • obtaining information about R objects

  • generating fixed-width format files

  • extricating components of date and time objects

  • operations on columns of data frames

  • matrix operations

  • operations on vectors and data frames

  • value of last evaluated expression

  • wrapper for sample that ensures consistent behavior for both scalar and vector arguments

r-targets 1.12.0
Propagated dependencies: r-base64url@1.4 r-callr@3.7.6 r-cli@3.6.6 r-codetools@0.2-20 r-data-table@1.18.4 r-igraph@2.3.1 r-knitr@1.51 r-prettyunits@1.2.0 r-ps@1.9.3 r-r6@2.6.1 r-rlang@1.2.0 r-secretbase@1.2.2 r-tibble@3.3.1 r-tidyselect@1.2.1 r-vctrs@0.7.3 r-yaml@2.3.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://docs.ropensci.org/targets/
Licenses: Expat
Build system: r
Synopsis: Dynamic function-oriented Make-like declarative pipelines
Description:

This package provides a pipeline toolkit for statistics and data science in R; the targets package brings function-oriented programming to Make-like declarative pipelines. It orchestrates a pipeline as a graph of dependencies, skips steps that are already up to date, runs the necessary computation with optional parallel workers, abstracts files as R objects, and provides tangible evidence that the results are reproducible given the underlying code and data. The methodology in this package borrows from GNU Make (2015, ISBN:978-9881443519) and drake (2018, <doi:10.21105/joss.00550>).

Total packages: 72465