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

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-wesanderson 0.3.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/karthik/wesanderson
Licenses: Expat
Build system: r
Synopsis: Wes Anderson color palette generator
Description:

This package provides color palettes that have been generated mostly from Wes Anderson movies.

r-quantpsyc 1.6
Propagated dependencies: r-boot@1.3-32 r-dplyr@1.2.1 r-mass@7.3-65 r-purrr@1.2.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/QuantPsyc/
Licenses: GPL 2+
Build system: r
Synopsis: Quantitative psychology tools
Description:

This package contains functions useful for data screening, testing moderation, mediation and estimating power.

r-workflowsets 1.1.1
Propagated dependencies: r-cli@3.6.6 r-dplyr@1.2.1 r-generics@0.1.4 r-ggplot2@4.0.3 r-hardhat@1.4.3 r-lifecycle@1.0.5 r-parsnip@1.6.0 r-pillar@1.11.1 r-prettyunits@1.2.0 r-purrr@1.2.2 r-rlang@1.2.0 r-rsample@1.3.2 r-tibble@3.3.1 r-tidyr@1.3.2 r-tune@2.1.0 r-vctrs@0.7.3 r-withr@3.0.2 r-workflows@1.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/tidymodels/workflowsets
Licenses: Expat
Build system: r
Synopsis: Create a collection of tidymodels workflows
Description:

A workflow is a combination of a model and preprocessors (e.g, a formula, recipe, etc.). In order to try different combinations of these, an object can be created that contains many workflows. There are functions to create workflows en masse as well as training them and visualizing the results.

r-mi 1.2
Propagated dependencies: r-arm@1.15-3 r-matrix@1.7-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://www.stat.columbia.edu/~gelman/
Licenses: GPL 2+
Build system: r
Synopsis: Missing data imputation and model checking
Description:

This package provides functions for data manipulation, imputing missing values in an approximate Bayesian framework, diagnostics of the models used to generate the imputations, confidence-building mechanisms to validate some of the assumptions of the imputation algorithm, and functions to analyze multiply imputed data sets with the appropriate degree of sampling uncertainty.

r-gamm4 0.2-7
Propagated dependencies: r-lme4@2.0-1 r-matrix@1.7-5 r-mgcv@1.9-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/gamm4/
Licenses: GPL 2+
Build system: r
Synopsis: Generalized additive mixed models using mgcv and lme4
Description:

Estimate generalized additive mixed models via a version of function gamm from the mgcv package, using the lme4 packagefor estimation.

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-workflows 1.3.0
Propagated dependencies: r-cli@3.6.6 r-generics@0.1.4 r-glue@1.8.1 r-hardhat@1.4.3 r-lifecycle@1.0.5 r-modelenv@0.2.0 r-parsnip@1.6.0 r-recipes@1.3.2 r-rlang@1.2.0 r-sparsevctrs@0.3.6 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/workflows
Licenses: Expat
Build system: r
Synopsis: Modeling workflows
Description:

A workflow is an object that can bundle together your pre-processing, modeling, and post-processing requests. For example, if you have a recipe and parsnip model, these can be combined into a workflow. The advantages are:

  1. You don’t have to keep track of separate objects in your workspace.

  2. The recipe prepping and model fitting can be executed using a single call to fit().

  3. If you have custom tuning parameter settings, these can be defined using a simpler interface when combined with tune.

  4. In the future, workflows will be able to add post-processing operations, such as modifying the probability cutoff for two-class models.

r-accelmissing 2.2
Propagated dependencies: r-mice@3.19.0 r-pscl@1.5.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/accelmissing/
Licenses: GPL 2+
Build system: r
Synopsis: Missing value imputation for accelerometer data
Description:

This package provides a statistical method to impute the missing values in accelerometer data. The methodology includes both parametric and semi-parametric multiple imputations under the zero-inflated Poisson lognormal model. It also provides multiple functions to preprocess the accelerometer data previous to the missing data imputation. These include detecting the wearing and the non-wearing time, selecting valid days and subjects, and creating plots.

r-cachem 1.1.0
Propagated dependencies: r-fastmap@1.2.0 r-rlang@1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cachem.r-lib.org/
Licenses: Expat
Build system: r
Synopsis: Cache R objects with automatic pruning
Description:

This package provides key-value stores with automatic pruning. Caches can limit either their total size or the age of the oldest object (or both), automatically pruning objects to maintain the constraints.

r-grimport2 0.3-3
Propagated dependencies: r-base64enc@0.1-6 r-jpeg@0.1-11 r-png@0.1-9 r-xml@3.99-0.23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/grImport2/
Licenses: GPL 2+
Build system: r
Synopsis: Import SVG graphics
Description:

This package provides functions for importing external vector images and drawing them as part of R plots. This package is different from the grImport package because, where that package imports PostScript format images, this package imports SVG format images. Furthermore, this package imports a specific subset of SVG, so external images must be preprocessed using a package like rsvg to produce SVG that this package can import. SVG features that are not supported by R graphics, such as gradient fills, can be imported and then exported via the gridSVG package.

r-spatstat 3.6-0
Propagated dependencies: r-spatstat-data@3.1-9 r-spatstat-explore@3.8-0 r-spatstat-geom@3.7-3 r-spatstat-linnet@3.5-0 r-spatstat-model@3.7-0 r-spatstat-random@3.4-5 r-spatstat-univar@3.2-0 r-spatstat-utils@3.2-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.spatstat.org
Licenses: GPL 2+
Build system: r
Synopsis: Spatial Point Pattern analysis, model-fitting, simulation, tests
Description:

This package provides a comprehensive toolbox for analysing Spatial Point Patterns. It is focused mainly on two-dimensional point patterns, including multitype/marked points, in any spatial region. It also supports three-dimensional point patterns, space-time point patterns in any number of dimensions, point patterns on a linear network, and patterns of other geometrical objects. It supports spatial covariate data such as pixel images and contains over 2000 functions for plotting spatial data, exploratory data analysis, model-fitting, simulation, spatial sampling, model diagnostics, and formal inference.

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-rcppprogress 0.4.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/kforner/rcpp_progress
Licenses: GPL 3+
Build system: r
Synopsis: Interruptible progress bar for C++ in R packages
Description:

This package displays a progress bar in the R console for long running computations taking place in C++ code, and support for interrupting those computations even in multithreaded code, typically using OpenMP.

r-climatol 4.5-0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://www.climatol.eu/
Licenses: GPL 2+
Build system: r
Synopsis: Climate tools
Description:

This package provides functions for the quality control, homogenization and missing data infilling of climatological series, and to obtain climatological summaries and grids from the results. Also functions to draw wind-roses and Walter&Lieth climate diagrams are included.

r-psychotree 0.16-2
Propagated dependencies: r-formula@1.2-5 r-partykit@1.2-27 r-psychotools@0.7-6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=psychotree
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Recursive Partitioning Based on Psychometric Models
Description:

Recursive partitioning based on psychometric models, employing the general MOB algorithm (from package partykit) to obtain Bradley-Terry trees, Rasch trees, rating scale and partial credit trees, and MPT trees, trees for 1PL, 2PL, 3PL and 4PL models and generalized partial credit models.

r-softimpute 1.4-3
Propagated dependencies: r-matrix@1.7-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/softImpute
Licenses: GPL 2
Build system: r
Synopsis: Matrix completion via iterative soft-thresholded SVD
Description:

This package provides iterative methods for matrix completion that use nuclear-norm regularization. The package includes procedures for centering and scaling rows, columns or both, and for computing low-rank single value decompositions (SVDs) on large sparse centered matrices (i.e. principal components).

r-cubist 0.6.0
Propagated dependencies: r-lattice@0.22-9 r-reshape2@1.4.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://topepo.github.io/Cubist/
Licenses: GPL 3
Build system: r
Synopsis: Rule- and instance-based regression modeling
Description:

This is package for regression modeling using rules with added instance-based corrections.

r-sccore 1.0.7
Propagated dependencies: r-dplyr@1.2.1 r-ggplot2@4.0.3 r-ggrepel@0.9.8 r-igraph@2.3.1 r-irlba@2.3.7 r-magrittr@2.0.5 r-matrix@1.7-5 r-pbmcapply@1.5.1 r-proc@1.19.0.1 r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1 r-rcppeigen@0.3.4.0.2 r-rcppprogress@0.4.2 r-rlang@1.2.0 r-scales@1.4.0 r-tibble@3.3.1 r-uwot@0.2.4 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/kharchenkolab/sccore
Licenses: GPL 3
Build system: r
Synopsis: Core utilities for single-cell RNA-Seq
Description:

This package implements core utilities for single-cell RNA-seq data analysis. Contained within are utility functions for working with DE matrices and count matrices, a collection of functions for manipulating and plotting data via ggplot2, and functions to work with cell graphs and cell embeddings. Graph-based methods include embedding kNN cell graphs into a UMAP, collapsing vertices of each cluster in the graph, and propagating graph labels.

r-audio 0.1-12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://www.rforge.net/audio/
Licenses: Expat
Build system: r
Synopsis: Audio interface for R
Description:

This package provides interfaces to audio devices (mainly sample-based) from R to allow recording and playback of audio.

r-fftwtools 0.9-11
Dependencies: fftw@3.3.10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/krahim/fftwtools
Licenses: GPL 2+
Build system: r
Synopsis: Wrapper for FFTW3
Description:

This package provides a wrapper for several FFTW functions. It provides access to the two-dimensional FFT, the multivariate FFT, and the one-dimensional real to complex FFT using the FFTW3 library. The package includes the functions fftw() and mvfftw() which are designed to mimic the functionality of the R functions fft() and mvfft(). The FFT functions have a parameter that allows them to not return the redundant complex conjugate when the input is real data.

r-unigd 0.2.0
Dependencies: cairo@1.18.4 libpng@1.6.39 libtiff@4.4.0 zlib@1.3.1
Propagated dependencies: r-cpp11@0.5.5 r-systemfonts@1.3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/nx10/unigd
Licenses: GPL 2+
Build system: r
Synopsis: Universal graphics device
Description:

This package provides a unified R graphics backend. Render R graphics fast and easy to many common file formats. It provides a thread safe C interface for asynchronous rendering of R graphics.

r-rsofia 1.1
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/src/contrib/Archive/RSofia
Licenses: ASL 2.0
Build system: r
Synopsis: Port of sofia-ml to R
Description:

This package is a port of sofia-ml to R. Sofia-ml is a suite of fast incremental algorithms for machine learning that can be used for training models for classification or ranking.

r-arules 1.7.14
Propagated dependencies: r-generics@0.1.4 r-matrix@1.7-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mhahsler/arules
Licenses: GPL 3
Build system: r
Synopsis: Mining association rules and frequent itemsets
Description:

This package provides an infrastructure for representing, manipulating and analyzing transaction data and patterns (frequent itemsets and association rules). It also provides C implementations of the association mining algorithms Apriori and Eclat.

r-fillpattern 1.0.3
Propagated dependencies: r-ggplot2@4.0.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cmmr.github.io/fillpattern/
Licenses: Expat
Build system: r
Synopsis: Patterned fills for ggplot2 and grid graphics
Description:

This package adds distinctive yet unobtrusive geometric patterns where solid color fills are normally used. Patterned figures look just as professional when viewed by colorblind readers or when printed in black and white. The dozen included patterns can be customized in terms of scale, rotation, color, fill, line type, and line width. It is compatible with the ggplot2 package as well as grid graphics.

Total packages: 72465