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

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-locfit 1.5-9.12
Propagated dependencies: r-lattice@0.22-9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/locfit
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Local regression, likelihood and density estimation
Description:

This package provides functions used for local regression, likelihood and density estimation.

r-tree 1.0-45
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/tree/
Licenses: GPL 2+
Build system: r
Synopsis: Classification and regression trees
Description:

This package provides procedures to work with classification and regression trees.

r-svgui 1.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/SciViews/svGUI/
Licenses: GPL 2
Build system: r
Synopsis: Functions for managing GUI clients in R
Description:

The SciViews svGUI package eases the management of Graphical User Interfaces (GUI) in R. It is independent from any particular GUI widgets. It centralizes info about GUI elements currently used, and it dispatches GUI calls to the particular toolkits in use in function of the context.

r-pbdmpi 0.5-5
Dependencies: openmpi@4.1.6
Propagated dependencies: r-float@0.3-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://pbdr.org/
Licenses: MPL 2.0
Build system: r
Synopsis: Programming with Big Data -- Interface to MPI
Description:

This package provides an efficient interface to MPI by utilizing S4 classes and methods with a focus on Single Program/Multiple Data (SPMD) parallel programming style, which is intended for batch parallel execution.

r-spatest 3.1.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=SPAtest
Licenses: GPL 2+
Build system: r
Synopsis: Score test and meta-analysis based on Saddlepoint approximation
Description:

This package performs score test using saddlepoint approximation to estimate the null distribution. It also prepares summary statistics for meta-analysis and performs meta-analysis to combine multiple association results.

r-superheat 0.1.0
Propagated dependencies: r-dplyr@1.2.1 r-ggdendro@0.2.0 r-ggplot2@4.0.3 r-gtable@0.3.6 r-magrittr@2.0.5 r-plyr@1.8.9 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=superheat
Licenses: CC0
Build system: r
Synopsis: Graphical tool for exploring complex datasets using heatmaps
Description:

This package provides a system for generating extendable and customizable heatmaps for exploring complex datasets, including big data and data with multiple data types.

r-inum 1.0-5
Propagated dependencies: r-libcoin@1.0-12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/inum/
Licenses: GPL 2
Build system: r
Synopsis: Interval and enum-type representation of vectors
Description:

This package provides an enum-type representation of vectors and representation of intervals, including a method of coercing variables in data frames.

r-boruta 10.0.0
Propagated dependencies: r-fru@0.0.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gitlab.com/mbq/Boruta/
Licenses: GPL 2+
Build system: r
Synopsis: Wrapper algorithm for all relevant feature selection
Description:

This package provides an all relevant feature selection wrapper algorithm. It finds relevant features by comparing original attributes' importance with importance achievable at random, estimated using their permuted copies (shadows).

r-rcmdcheck 1.4.0
Propagated dependencies: r-callr@3.7.6 r-cli@3.6.6 r-curl@7.1.0 r-desc@1.4.3 r-digest@0.6.39 r-pkgbuild@1.4.8 r-prettyunits@1.2.0 r-r6@2.6.1 r-rprojroot@2.1.1 r-sessioninfo@1.2.3 r-withr@3.0.2 r-xopen@1.0.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-Lib/rcmdcheck#readme
Licenses: Expat
Build system: r
Synopsis: Run R CMD check from R and capture results
Description:

Run R CMD check from R programmatically, and capture the results of the individual checks.

r-rle 0.10.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/rle/
Licenses: GPL 3
Build system: r
Synopsis: Common functions for run-length encoded vectors
Description:

This package provides common base and stats methods for rle objects, aiming to make it possible to treat them transparently as vectors.

r-promises 1.5.0
Propagated dependencies: r-fastmap@1.2.0 r-later@1.4.8 r-lifecycle@1.0.5 r-magrittr@2.0.5 r-otel@0.2.0 r-r6@2.6.1 r-rlang@1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rstudio.github.io/promises
Licenses: Expat
Build system: r
Synopsis: Abstractions for promise-based asynchronous programming
Description:

This package provides fundamental abstractions for doing asynchronous programming in R using promises. Asynchronous programming is useful for allowing a single R process to orchestrate multiple tasks in the background while also attending to something else. Semantics are similar to JavaScript promises, but with a syntax that is idiomatic R.

r-microbenchmark 1.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/microbenchmark/
Licenses: FreeBSD
Build system: r
Synopsis: Accurate timing functions for R
Description:

This package provides infrastructure to accurately measure and compare the execution time of R expressions.

r-antiword 1.3.5
Dependencies: antiword@0.37
Propagated dependencies: r-sys@3.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/antiword#readme
Licenses: GPL 2
Build system: r
Synopsis: Extract text from Microsoft Word documents
Description:

This package wraps the AntiWord utility to extract text from Microsoft Word documents. The utility only supports the old doc format, not the new XML based docx format. Use the xml2 package to read the latter.

r-remacor 0.0.20
Propagated dependencies: r-envstats@3.1.0 r-ggplot2@4.0.3 r-mvtnorm@1.3-7 r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1 r-rdpack@2.6.6 r-reshape2@1.4.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://diseaseneurogenomics.github.io/remaCor/
Licenses: Artistic License 2.0
Build system: r
Synopsis: Random effects meta-analysis for correlated test statistics
Description:

Meta-analysis is widely used to summarize estimated effects sizes across multiple statistical tests. Standard fixed and random effect meta-analysis methods assume that the estimated of the effect sizes are statistically independent. Here we relax this assumption and enable meta-analysis when the correlation matrix between effect size estimates is known.

r-cardata 3.0-6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://r-forge.r-project.org/projects/car/
Licenses: GPL 2+
Build system: r
Synopsis: Data sets for the book Companion to Applied Regression
Description:

This package provides datasets to accompany J. Fox and S. Weisberg, An R Companion to Applied Regression, Third Edition, Sage.

r-gganimate 1.0.11
Dependencies: ffmpeg@8.1.1
Propagated dependencies: r-cli@3.6.6 r-ggplot2@4.0.3 r-glue@1.8.1 r-lifecycle@1.0.5 r-progress@1.2.3 r-rlang@1.2.0 r-scales@1.4.0 r-stringi@1.8.7 r-transformr@0.1.5 r-tweenr@2.0.3 r-vctrs@0.7.3 r-magick@2.9.1 r-base64enc@0.1-6 r-htmltools@0.5.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gganimate.com
Licenses: Expat
Build system: r
Synopsis: Grammar of Animated Graphics
Description:

This package extends the grammar of graphics as implemented by ggplot2 to include the description of animation. It does this by providing a range of new grammar classes that can be added to the plot object in order to customise how it should change with time.

r-hardhat 1.4.3
Propagated dependencies: r-cli@3.6.6 r-glue@1.8.1 r-rlang@1.2.0 r-sparsevctrs@0.3.6 r-tibble@3.3.1 r-vctrs@0.7.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/tidymodels/hardhat
Licenses: Expat
Build system: r
Synopsis: Construct modeling packages
Description:

Building modeling packages is hard. A large amount of effort generally goes into providing an implementation for a new method that is efficient, fast, and correct, but often less emphasis is put on the user interface. A good interface requires specialized knowledge about S3 methods and formulas, which the average package developer might not have. The goal of hardhat is to reduce the burden around building new modeling packages by providing functionality for preprocessing, predicting, and validating input.

r-evmix 2.12
Propagated dependencies: r-gsl@2.1-9 r-mass@7.3-65 r-sparsem@1.84-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://www.math.canterbury.ac.nz/~c.scarrott/evmix.shtml
Licenses: GPL 3
Build system: r
Synopsis: Extreme value threshold estimation and uncertainty quantification
Description:

This package provides the usual distribution functions, maximum likelihood inference and model diagnostics for univariate stationary extreme value mixture models. Also, there are provided kernel density estimation including various boundary corrected kernel density estimation methods and a wide choice of kernels, with cross-validation likelihood based bandwidth estimator. Reasonable consistency with the base functions in the evd package is provided, so that users can safely interchange most code.

r-abtest 1.0.1
Propagated dependencies: r-matrix@1.7-5 r-mvtnorm@1.3-7 r-plotrix@3.8-14 r-qgam@2.0.0 r-rcolorbrewer@1.1-3 r-rcpp@1.1.1-1.1 r-sn@2.1.3 r-truncnorm@1.0-9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/abtest/
Licenses: GPL 2+
Build system: r
Synopsis: Bayesian A/B testing
Description:

This package provides functions for Bayesian A/B testing including prior elicitation options based on Kass and Vaidyanathan (1992) doi:10.1111/j.2517-6161.1992.tb01868.x.

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-prettydoc 0.4.1
Dependencies: pandoc@3.7.0.2
Propagated dependencies: r-rmarkdown@2.31
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/yixuan/prettydoc
Licenses: ASL 2.0
Build system: r
Synopsis: Create pretty documents from R markdown
Description:

This is a package for creating tiny yet beautiful documents and vignettes from R Markdown. The package provides the html_pretty output format as an alternative to the html_document and html_vignette engines that convert R Markdown into HTML pages. Various themes and syntax highlight styles are supported.

r-abstractr 0.1.0
Propagated dependencies: r-colourpicker@1.3.0 r-emojifont@0.6.0 r-ggplot2@4.0.3 r-gridextra@2.3 r-rintrojs@0.3.4 r-shiny@1.13.0 r-shinythemes@1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://matt-kumar.shinyapps.io/portfolio
Licenses: GPL 3
Build system: r
Synopsis: R-Shiny application for creating visual abstracts
Description:

This package provides an R Shiny application to create visual abstracts for original research. A variety of user defined options and formatting are included.

r-smoof 1.7.0
Propagated dependencies: r-bbmisc@1.13.1 r-checkmate@2.3.4 r-ggplot2@4.0.3 r-paramhelpers@1.14.2 r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://jakobbossek.github.io/smoof/
Licenses: FreeBSD
Build system: r
Synopsis: Single and multi-objective optimization test functions
Description:

This tool generates high number of both single- and multi-objective test functions. These functions are frequently used for the benchmarking of (numerical) optimization algorithms. Moreover, it offers a set of convenient functions to generate, plot and work with objective functions.

r-lubridate 1.9.5
Propagated dependencies: r-generics@0.1.4 r-timechange@0.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/lubridate/
Licenses: GPL 2
Build system: r
Synopsis: Make dealing with dates a little easier
Description:

This package provides functions to work with date-times and time-spans: fast and user friendly parsing of date-time data, extraction and updating of components of a date-time (years, months, days, hours, minutes, and seconds), algebraic manipulation on date-time and time-span objects. The lubridate package has a consistent and memorable syntax that makes working with dates easy and fun.

Total packages: 73954