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

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-mlr3tuningspaces 0.6.0
Propagated dependencies: r-checkmate@2.3.4 r-cli@3.6.6 r-data-table@1.18.4 r-mlr3@1.6.0 r-mlr3misc@0.21.0 r-mlr3tuning@1.6.0 r-paradox@1.0.1 r-r6@2.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3tuningspaces.mlr-org.com
Licenses: LGPL 3
Build system: r
Synopsis: Search spaces for mlr3
Description:

This package is a collection of search spaces for hyperparameter optimization in the mlr3 ecosystem. It features ready-to-use search spaces for many popular machine learning algorithms. The search spaces are from scientific articles and work for a wide range of data sets.

r-syuzhet 1.0.7
Propagated dependencies: r-dplyr@1.2.1 r-dtt@0.1-2.1 r-nlp@0.3-2 r-rlang@1.2.0 r-textshape@1.7.5 r-tidyr@1.3.2 r-zoo@1.8-15
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mjockers/syuzhet
Licenses: GPL 3
Build system: r
Synopsis: Extracts Sentiment and Sentiment-Derived Plot Arcs from Text
Description:

Extracts sentiment and sentiment-derived plot arcs from text using a variety of sentiment dictionaries conveniently packaged for consumption by R users. Implemented dictionaries include syuzhet (default) developed in the Nebraska Literary Lab, afinn developed by Finn Arup Nielsen, bing developed by Minqing Hu and Bing Liu, and nrc developed by Mohammad, Saif M. and Turney, Peter D. Applicable references are available in README.md and in the documentation for the get_sentiment function. The package also provides a hack for implementing Stanford's coreNLP sentiment parser. The package provides several methods for plot arc normalization.

r-brew 1.0-10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/brew
Licenses: GPL 2+
Build system: r
Synopsis: Templating framework for report generation
Description:

The brew package implements a templating framework for mixing text and R code for report generation. The template syntax is similar to PHP, Ruby's erb module, Java Server Pages, and Python's psp module.

r-plotfunctions 1.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://jacolienvanrij.com/tutorials.html
Licenses: GPL 2+
Build system: r
Synopsis: Various functions to facilitate visualization of data and analysis
Description:

When analyzing data, plots are a helpful tool for visualizing data and interpreting statistical models. This package provides a set of simple tools for building plots incrementally, starting with an empty plot region, and adding bars, data points, regression lines, error bars, gradient legends, density distributions in the margins, and even pictures. The package builds further on R graphics by simply combining functions and settings in order to reduce the amount of code to produce for the user. As a result, the package does not use formula input or special syntax, but can be used in combination with default R plot functions.

r-catdata 1.2.5
Propagated dependencies: r-mass@7.3-65
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=catdata
Licenses: GPL 2
Build system: r
Synopsis: Datasets and examples used in the book @emph{Regression for Categorical Data}
Description:

This R package contains examples from the book Regression for Categorical Data, Tutz 2012, Cambridge University Press. The names of the examples refer to the chapter and the data set that is used.

r-crul 1.6.0
Propagated dependencies: r-curl@7.1.0 r-httpcode@0.3.0 r-jsonlite@2.0.0 r-lifecycle@1.0.5 r-mime@0.13 r-r6@2.6.1 r-rlang@1.2.0 r-urltools@1.7.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/crul
Licenses: Expat
Build system: r
Synopsis: HTTP client
Description:

This package provides a simple HTTP client, with tools for making HTTP requests, and mocking HTTP requests. The package is built on R6, and takes inspiration from Ruby's faraday gem.

r-whoami 1.3.0
Propagated dependencies: r-httr@1.4.8 r-jsonlite@2.0.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/whoami#readme
Licenses: Expat
Build system: r
Synopsis: Username, full name, email address, GitHub username of the current user
Description:

Look up the username and full name of the current user, the current user's email address and GitHub username, using various sources of system and configuration information.

r-rngwell 0.10-10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/rngWELL/
Licenses: Modified BSD
Build system: r
Synopsis: Toolbox for WELL random number generators
Description:

This is a dedicated package to WELL pseudo random generators, which were introduced in Panneton et al. (2006), ``Improved Long-Period Generators Based on Linear Recurrences Modulo 2'', ACM Transactions on Mathematical Software.

r-rcpphungarian 0.3
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jsilve24/RcppHungarian
Licenses: GPL 2+
Build system: r
Synopsis: Solve minimum cost bipartite matching problems
Description:

This package provides header library and R functions to solve minimum cost bipartite matching problem using Huhn-Munkres algorithm (Hungarian algorithm; <https://en.wikipedia.org/wiki/Hungarian_algorithm>; Kuhn (1955) <doi:10.1002/nav.3800020109>).

r-dials 1.4.3
Propagated dependencies: r-cli@3.6.6 r-dicedesign@1.10 r-dplyr@1.2.1 r-glue@1.8.1 r-hardhat@1.4.3 r-lifecycle@1.0.5 r-pillar@1.11.1 r-purrr@1.2.2 r-rlang@1.2.0 r-scales@1.4.0 r-sfd@0.1.0 r-tibble@3.3.1 r-vctrs@0.7.3 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://dials.tidymodels.org/
Licenses: GPL 2
Build system: r
Synopsis: Tools for creating tuning parameter values
Description:

Many models contain tuning parameters (i.e. parameters that cannot be directly estimated from the data). These tools can be used to define objects for creating, simulating, or validating values for such parameters.

r-mcr 1.3.3.1
Propagated dependencies: r-robslopes@1.1.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=mcr
Licenses: GPL 3+
Build system: r
Synopsis: Method comparison regression
Description:

Regression methods to quantify the relation between two measurement methods are provided by this package. In particular it addresses regression problems with errors in both variables and without repeated measurements. It implements the CLSI recommendations (see J. A. Budd et al. (2018, https://clsi.org/standards/products/method-evaluation/documents/ep09/) for analytical method comparison and bias estimation using patient samples. Furthermore, algorithms for Theil-Sen and equivariant Passing-Bablok estimators are implemented, see F. Dufey (2020, <doi:10.1515/ijb-2019-0157>) and J. Raymaekers and F. Dufey (2022, <arXiv:2202:08060>). A comprehensive overview over the implemented methods and references can be found in the manual pages mcr-package and mcreg.

r-beanplot 1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/beanplot/
Licenses: GPL 2
Build system: r
Synopsis: Visualization via beanplots
Description:

This package provides beanplots, an alternative to boxplot/stripchart/violin plots. It can be used to plot univariate comparison graphs.

r-crs 0.15-43
Propagated dependencies: r-boot@1.3-32 r-quantreg@6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/JeffreyRacine/R-Package-crs
Licenses: GPL 3+
Build system: r
Synopsis: Categorical regression splines
Description:

This is a package for regression splines that handle a mix of continuous and categorical (discrete) data often encountered in applied settings.

r-vdiffr 1.0.9
Dependencies: libpng@1.6.39 zlib@1.3.1
Propagated dependencies: r-cpp11@0.5.5 r-diffobj@0.3.6 r-glue@1.8.1 r-htmltools@0.5.9 r-lifecycle@1.0.5 r-rlang@1.2.0 r-testthat@3.3.2 r-xml2@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/vdiffr
Licenses: GPL 3
Build system: r
Synopsis: Visual regression testing and graphical diffing
Description:

This package is an extension to the testthat package that makes it easy to add graphical unit tests. It provides a Shiny application to manage the test cases.

r-robustrankaggreg 1.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=RobustRankAggreg
Licenses: GPL 2
Build system: r
Synopsis: Methods for robust rank aggregation
Description:

This tool provides methods for aggregating ranked lists, especially lists of genes. It implements the Robust Rank Aggregation and other simple algorithms for the task. RRA method uses a probabilistic model for aggregation that is robust to noise and also facilitates the calculation of significance probabilities for all the elements in the final ranking.

r-yulab-utils 0.2.4
Propagated dependencies: r-cli@3.6.6 r-digest@0.6.39 r-fs@2.1.0 r-rappdirs@0.3.4 r-rlang@1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=yulab.utils
Licenses: Artistic License 2.0
Build system: r
Synopsis: Supporting functions for packages maintained by YuLab-SMU
Description:

Miscellaneous functions commonly used by YuLab-SMU, such as install_zip_gh to install R packages from Github ZIP files.

r-ouch 2.20
Propagated dependencies: r-subplex@1.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://kingaa.github.io/ouch/
Licenses: GPL 2+
Build system: r
Synopsis: Ornstein-Uhlenbeck models for phylogenetic comparative hypotheses
Description:

This package provides tools to fit and compare Ornstein-Uhlenbeck models for evolution along a phylogenetic tree.

r-tokenizers 0.3.0
Propagated dependencies: r-rcpp@1.1.1-1.1 r-snowballc@0.7.1 r-stringi@1.8.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://lincolnmullen.com/software/tokenizers/
Licenses: Expat
Build system: r
Synopsis: Fast, consistent tokenization of natural language text
Description:

This is a package for converting natural language text into tokens. It includes tokenizers for shingled n-grams, skip n-grams, words, word stems, sentences, paragraphs, characters, shingled characters, lines, tweets, Penn Treebank, regular expressions, as well as functions for counting characters, words, and sentences, and a function for splitting longer texts into separate documents, each with the same number of words. The tokenizers have a consistent interface, and the package is built on the stringi and Rcpp packages for fast yet correct tokenization in UTF-8 encoding.

r-mlr3data 0.9.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mlr-org/mlr3data
Licenses: LGPL 3
Build system: r
Synopsis: Collection of machine learning data Sets for mlr3
Description:

This package provides a small collection of interesting and educational machine learning data sets which are used as examples in the mlr3 book Applied machine learning using mlr3 in R https://mlr3book.mlr-org.com, the use case gallery https://mlr3gallery.mlr-org.com, or in other examples. All data sets are properly preprocessed and ready to be analyzed by most machine learning algorithms. Data sets are automatically added to the dictionary of tasks if mlr3 is loaded.

r-dfidx 0.2-0
Propagated dependencies: r-formula@1.2-5 r-rdpack@2.6.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=dfidx
Licenses: GPL 2+
Build system: r
Synopsis: Indexed data frames
Description:

This package provides extended data frames, with a special data frame column which contains two indexes, with potentially a nesting structure.

r-quanteda 4.4
Dependencies: onetbb@2022.3.0
Propagated dependencies: r-fastmatch@1.1-8 r-jsonlite@2.0.0 r-lifecycle@1.0.5 r-magrittr@2.0.5 r-matrix@1.7-5 r-rcpp@1.1.1-1.1 r-snowballc@0.7.1 r-stopwords@2.3 r-stringi@1.8.7 r-xml2@1.5.2 r-yaml@2.3.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://quanteda.io
Licenses: GPL 3
Build system: r
Synopsis: Quantitative analysis of textual data
Description:

This package provides a fast, flexible, and comprehensive framework for quantitative text analysis in R. It provides functionality for corpus management, creating and manipulating tokens and ngrams, exploring keywords in context, forming and manipulating sparse matrices of documents by features and feature co-occurrences, analyzing keywords, computing feature similarities and distances, applying content dictionaries, applying supervised and unsupervised machine learning, visually representing text and text analyses, and more.

r-ggdendro 0.2.0
Propagated dependencies: r-ggplot2@4.0.3 r-mass@7.3-65
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/andrie/ggdendro
Licenses: GPL 2+
Build system: r
Synopsis: Create dendrograms and tree diagrams using ggplot2
Description:

This is a set of tools for dendrograms and tree plots using ggplot2. The ggplot2 philosophy is to clearly separate data from the presentation. Unfortunately the plot method for dendrograms plots directly to a plot device with out exposing the data. The ggdendro package resolves this by making available functions that extract the dendrogram plot data. The package provides implementations for tree, rpart, as well as diana and agnes cluster diagrams.

r-rferns 6.0.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gitlab.com/mbq/rFerns
Licenses: GPL 2+
Build system: r
Synopsis: Random ferns classifier
Description:

This package provides the random ferns classifier by Ozuysal, Calonder, Lepetit and Fua (2009) <doi:10.1109/TPAMI.2009.23>, modified for generic and multi-label classification and featuring OOB error approximation and importance measure as introduced in Kursa (2014) <doi:10.18637/jss.v061.i10>.

r-lars 1.3
Dependencies: gfortran@14.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://web.stanford.edu/~hastie/Papers/LARS/
Licenses: GPL 2
Build system: r
Synopsis: Least angle regression software
Description:

Least Angle Regression ("LAR") is a model selection algorithm; a useful and less greedy version of traditional forward selection methods. A simple modification of the LAR algorithm implements Tibshirani's Lasso; the Lasso modification of LARS calculates the entire Lasso path of coefficients for a given problem at the cost of a single least squares fit. Another LARS modification efficiently implements epsilon Forward Stagewise linear regression.

Total packages: 72465