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

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-triebeard 0.4.1
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/Ironholds/triebeard/
Licenses: Expat
Build system: r
Synopsis: Radix trees in Rcpp
Description:

Radix trees, or tries, are key-value data structures optimized for efficient lookups, similar in purpose to hash tables. This package provides an implementation of radix trees for use in R programming and in developing packages with Rcpp.

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-tidygraph 1.3.1
Propagated dependencies: r-cli@3.6.6 r-cpp11@0.5.5 r-dplyr@1.2.1 r-igraph@2.3.1 r-lifecycle@1.0.5 r-magrittr@2.0.5 r-pillar@1.11.1 r-r6@2.6.1 r-rlang@1.2.0 r-tibble@3.3.1 r-tidyr@1.3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/thomasp85/tidygraph
Licenses: Expat
Build system: r
Synopsis: Tidy API for graph manipulation
Description:

This package provides a graph implementation that can be thought of as two tidy data frames describing node and edge data respectively. It provides an approach to manipulate these two virtual data frames using the API defined in the dplyr package, and it also provides tidy interfaces to a lot of common graph algorithms.

r-pmml 2.6.0
Propagated dependencies: r-stringr@1.6.0 r-xml@3.99-0.23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://open-source.softwareag.com/r-pmml/
Licenses: GPL 3
Build system: r
Synopsis: Generate PMML for various models
Description:

The Predictive Model Markup Language (PMML) is an XML-based language which provides a way for applications to define machine learning, statistical and data mining models and to share models between PMML compliant applications. More information about the PMML industry standard and the Data Mining Group can be found at http://dmg.org/. The generated PMML can be imported into any PMML consuming application, such as Zementis Predictive Analytics products.

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-egg 0.4.5
Propagated dependencies: r-ggplot2@4.0.3 r-gridextra@2.3 r-gtable@0.3.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/egg
Licenses: GPL 3
Build system: r
Synopsis: Extensions for ggplot2
Description:

This package provides miscellaneous functions to help customize ggplot2 objects. High-level functions are provided to post-process ggplot2 layouts and allow alignment between plot panels, as well as setting panel sizes to fixed values. Other functions include a custom geom, and helper functions to enforce symmetric scales or add tags to facetted plots.

r-timeseries 4052.112
Propagated dependencies: r-timedate@4052.112
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://r-forge.r-project.org/scm/viewvc.php/pkg/timeSeries/?root=rmetrics
Licenses: GPL 2+
Build system: r
Synopsis: Metrics for financial time series objects
Description:

This package implements S4 classes and various tools for financial time series. Basic functions such as scaling and sorting, subsetting, mathematical operations and statistical functions are provided.

r-zseq 0.2.2
Propagated dependencies: r-gmp@0.7-5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/Zseq/
Licenses: GPL 3+
Build system: r
Synopsis: Integer sequence generator
Description:

This package generates well-known integer sequences. The gmp package is adopted for computing with arbitrarily large numbers. Every function has a hyperlink to its corresponding item in the On-Line Encyclopedia of Integer Sequences (OEIS) in the function help page.

r-infer 1.1.0
Propagated dependencies: r-broom@1.0.13 r-cli@3.6.6 r-dplyr@1.2.1 r-generics@0.1.4 r-ggplot2@4.0.3 r-glue@1.8.1 r-lifecycle@1.0.5 r-magrittr@2.0.5 r-patchwork@1.3.2 r-purrr@1.2.2 r-rlang@1.2.0 r-tibble@3.3.1 r-tidyr@1.3.2 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/infer
Licenses: CC0
Build system: r
Synopsis: Tidy statistical inference
Description:

The objective of this package is to perform inference using an expressive statistical grammar that coheres with the Tidy design framework.

r-bedmatrix 2.0.4
Propagated dependencies: r-crochet@2.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/QuantGen/BEDMatrix
Licenses: Expat
Build system: r
Synopsis: Extract genotypes from a PLINK .bed file
Description:

This package provides a matrix-like data structure that allows for efficient, convenient, and scalable subsetting of binary genotype/phenotype files generated by PLINK, the whole genome association analysis toolset, without loading the entire file into memory.

r-harmony 2.0.3
Propagated dependencies: r-cli@3.6.6 r-cowplot@1.2.0 r-dplyr@1.2.1 r-ggplot2@4.0.3 r-matrix@1.7-5 r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1 r-rcppprogress@0.4.2 r-rhpcblasctl@0.23-42 r-rlang@1.2.0 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/harmony/index.html
Licenses: GPL 3
Build system: r
Synopsis: Integration of single cell sequencing data
Description:

This package provides an implementation of the Harmony algorithm for single cell integration. This package includes a standalone Harmony function and interfaces to external frameworks.

r-preseqr 4.0.0
Propagated dependencies: r-polynom@1.4-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/preseqR/
Licenses: GPL 3
Build system: r
Synopsis: Predicting species accumulation curves
Description:

This package can be used to predict the r-species accumulation curve (r-SAC), which is the number of species represented at least r times as a function of the sampling effort. When r = 1, the curve is known as the species accumulation curve, or the library complexity curve in high-throughput genomic sequencing. The package includes both parametric and nonparametric methods, as described by Deng C, et al. (2018).

r-ddpcr 1.16.0
Propagated dependencies: r-dplyr@1.2.1 r-dt@0.34.0 r-ggplot2@4.0.3 r-magrittr@2.0.5 r-mixtools@2.0.0.1 r-plyr@1.8.9 r-readr@2.2.0 r-rlang@1.2.0 r-shiny@1.13.0 r-shinydisconnect@0.1.1 r-shinyjs@2.1.1 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/daattali/ddpcr
Licenses: Expat
Build system: r
Synopsis: Analysis and visualization of droplet digital PCR in R and on the web
Description:

This package is an interface to explore, analyze, and visualize droplet digital PCR (ddPCR) data in R. This is the first non-proprietary software for analyzing two-channel ddPCR data. An interactive tool was also created and is available online to facilitate this analysis for anyone who is not comfortable with using R.

r-stam 0.0-1
Propagated dependencies: r-np@0.70-2 r-sp@2.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/stam
Licenses: GPL 2+
Build system: r
Synopsis: Spatio-temporal analysis and modelling
Description:

This package provides various methods to conduct Spatio-Temporal Analysis and Modelling, including Exploratory Spatio-Temporal Analysis and Inferred Spatio-Temporal Modelling.

r-gstat 2.1-6
Propagated dependencies: r-fnn@1.1.4.1 r-lattice@0.22-9 r-sf@1.1-1 r-sftime@0.3.2 r-sp@2.2-1 r-spacetime@1.3-3 r-stars@0.7-2 r-zoo@1.8-15
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-spatial/gstat/
Licenses: GPL 2+
Build system: r
Synopsis: Spatial and spatio-temporal geostatistical modelling, prediction and simulation
Description:

This package enables variogram modelling, including: simple, ordinary and universal point or block (co)kriging; spatio-temporal kriging; and sequential Gaussian or indicator (co)simulation. It includes variogram and variogram map plotting utility functions, and supports sf and stars.

r-torch 0.17.0
Dependencies: liblantern@0.16.3 python-pytorch@2.7.1
Propagated dependencies: r-bit64@4.8.2 r-callr@3.7.6 r-cli@3.6.6 r-coro@1.1.0 r-desc@1.4.3 r-glue@1.8.1 r-jsonlite@2.0.0 r-magrittr@2.0.5 r-r6@2.6.1 r-rcpp@1.1.1-1.1 r-rlang@1.2.0 r-safetensors@0.2.1 r-scales@1.4.0 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://torch.mlverse.org/docs
Licenses: Expat
Build system: r
Synopsis: Tensors and neural networks with GPU acceleration
Description:

This package provides functionality to define and train neural networks similar to PyTorch but written entirely in R using the libtorch library. It also supports low-level tensor operations and GPU acceleration.

r-minqa 1.2.8
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://optimizer.r-forge.r-project.org
Licenses: GPL 2
Build system: r
Synopsis: Derivative-free optimization algorithms by quadratic approximation
Description:

This package provides a derivative-free optimization by quadratic approximation based on an interface to Fortran implementations by M. J. D. Powell.

r-stabs 0.7-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hofnerb/stabs
Licenses: GPL 2
Build system: r
Synopsis: Stability selection with error control
Description:

This package provides resampling procedures to assess the stability of selected variables with additional finite sample error control for high-dimensional variable selection procedures such as Lasso or boosting. Both, standard stability selection (Meinshausen & Buhlmann, 2010) and complementary pairs stability selection with improved error bounds (Shah & Samworth, 2013) are implemented. The package can be combined with arbitrary user specified variable selection approaches.

r-qualv 0.3-5
Propagated dependencies: r-kernsmooth@2.23-26
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://qualV.R-Forge.R-Project.org/
Licenses: GPL 2+
Build system: r
Synopsis: Qualitative Validation Methods
Description:

This package provides qualitative methods for the validation of dynamic models. It contains

  1. an orthogonal set of deviance measures for absolute, relative and ordinal scale and

  2. approaches accounting for time shifts.

The first approach transforms time to take time delays and speed differences into account. The second divides the time series into interval units according to their main features and finds the longest common subsequence (LCS) using a dynamic programming algorithm.

r-bench 1.1.4
Propagated dependencies: r-glue@1.8.1 r-pillar@1.11.1 r-profmem@0.7.0 r-rlang@1.2.0 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://bench.r-lib.org/
Licenses: Expat
Build system: r
Synopsis: High precision timing of R expressions
Description:

This package provides tools to accurately benchmark and analyze execution times for R expressions.

r-slider 0.3.3
Propagated dependencies: r-cli@3.6.6 r-rlang@1.2.0 r-vctrs@0.7.3 r-warp@0.2.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/DavisVaughan/slider
Licenses: Expat
Build system: r
Synopsis: Sliding window functions
Description:

This package provides type-stable rolling window functions over any R data type. Cumulative and expanding windows are also supported. For more advanced usage, an index can be used as a secondary vector that defines how sliding windows are to be created.

r-rcppdist 0.1.1.1
Propagated dependencies: 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://github.com/duckmayr/RcppDist
Licenses: GPL 2+
Build system: r
Synopsis: Integration of additional probability distributions
Description:

RcppDist provides a header-only C++ library with functions for additional statistical distributions that can be called from C++ when writing code using Rcpp or RcppArmadillo. Functions are available that return a NumericVector as well as doubles, and for multivariate or matrix distributions, Armadillo vectors and matrices.

r-slippymath 0.3.1
Propagated dependencies: r-png@0.1-9 r-purrr@1.2.2 r-raster@3.6-32
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.github.com/milesmcbain/slippymath
Licenses: Expat
Build system: r
Synopsis: Slippy map tile tools
Description:

This package provides functions for performing common tasks when working with slippy map tile service APIs e.g. Google maps, Open Street Map, Mapbox, Stamen, among others. Functionality includes converting from latitude and longitude to tile numbers, determining tile bounding boxes, and compositing tiles to a georeferenced raster image.

r-useful 1.2.7
Propagated dependencies: r-assertthat@0.2.1 r-dplyr@1.2.1 r-ggplot2@4.0.3 r-matrix@1.7-5 r-plyr@1.8.9 r-purrr@1.2.2 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/jaredlander/useful
Licenses: Modified BSD
Build system: r
Synopsis: Collection of handy, useful functions
Description:

This package provides a set of little functions that have been found useful to do little odds and ends such as plotting the results of K-means clustering, substituting special text characters, viewing parts of a data.frame, constructing formulas from text and building design and response matrices.

Total packages: 32521