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

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-data-table 1.17.8
Dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/Rdatatable/data.table/wiki
Licenses: GPL 3+
Build system: r
Synopsis: Enhanced version of data.frame R object
Description:

The R package data.table is an extension of data.frame providing functions for fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group, column listing and fast file reading.

r-clustergeneration 1.3.8
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=clusterGeneration
Licenses: GPL 2+
Build system: r
Synopsis: Random cluster generation (with specified degree of separation)
Description:

The clusterGeneration package provides functions for generating random clusters, generating random covariance/correlation matrices, calculating a separation index (data and population version) for pairs of clusters or cluster distributions, and 1-D and 2-D projection plots to visualize clusters. The package also contains a function to generate random clusters based on factorial designs with factors such as degree of separation, number of clusters, number of variables, number of noisy variables.

r-scs 3.2.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/FlorianSchwendinger/scs
Licenses: GPL 3
Build system: r
Synopsis: Splitting conic solver
Description:

This package solves convex cone programs via operator splitting. It can solve: linear programs, second-order cone programs, semidefinite programs, exponential cone programs, and power cone programs, or problems with any combination of those cones. SCS uses AMD (a set of routines for permuting sparse matrices prior to factorization) and LDL (a sparse LDL factorization and solve package) from SuiteSparse.

r-lintr 3.3.0-1
Propagated dependencies: r-backports@1.5.0 r-cli@3.6.5 r-codetools@0.2-20 r-digest@0.6.39 r-glue@1.8.0 r-knitr@1.50 r-rex@1.2.1 r-xfun@0.54 r-xml2@1.5.0 r-xmlparsedata@1.0.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jimhester/lintr
Licenses: Expat
Build system: r
Synopsis: Linter for R code
Description:

This package checks adherence to a given style, syntax errors and possible semantic issues. It supports on the fly checking of R code edited with RStudio IDE, Emacs and Vim.

r-coda 0.19-4.1
Propagated dependencies: r-lattice@0.22-7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/coda
Licenses: GPL 2+
Build system: r
Synopsis: Package for output analysis and diagnostics for MCMC
Description:

This package provides functions for summarizing and plotting the output from Markov Chain Monte Carlo (MCMC) simulations, as well as diagnostic tests of convergence to the equilibrium distribution of the Markov chain.

r-caper 1.0.4
Propagated dependencies: r-ape@5.8-1 r-mass@7.3-65 r-mvtnorm@1.3-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=caper
Licenses: GPL 2+
Build system: r
Synopsis: Comparative analyses of phylogenetics and evolution in R
Description:

This package provides functions for performing phylogenetic comparative analyses.

r-ggalluvial 0.12.5
Propagated dependencies: r-dplyr@1.1.4 r-ggplot2@4.0.1 r-lazyeval@0.2.2 r-rlang@1.1.6 r-tidyr@1.3.1 r-tidyselect@1.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://corybrunson.github.io/ggalluvial/
Licenses: GPL 3
Build system: r
Synopsis: Alluvial plots for ggplot2
Description:

This package provides alluvial plots for ggplot2. Alluvial plots use variable-width ribbons and stacked bar plots to represent multi-dimensional or repeated-measures data with categorical or ordinal variables.

r-datawizard 1.3.0
Propagated dependencies: r-insight@1.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://easystats.github.io/datawizard/
Licenses: GPL 3
Build system: r
Synopsis: Easy data wrangling
Description:

This package provides a lightweight package to easily manipulate, clean, transform, and prepare your data for analysis. It also forms the data wrangling backend for the packages in the easystats ecosystem.

r-amap 0.8-20
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://mulcyber.toulouse.inra.fr/projects/amap/
Licenses: GPL 2+
Build system: r
Synopsis: Another multidimensional analysis package
Description:

This package provides tools for clustering and principal component analysis (with robust methods, and parallelized functions).

r-qs2 0.1.6
Propagated dependencies: r-rcpp@1.1.0 r-rcppparallel@5.1.11-1 r-stringfish@0.17.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/qsbase/qs2
Licenses: GPL 3
Build system: r
Synopsis: Efficient serialization of R objects
Description:

This package aims to streamline and accelerate the process of saving and loading R objects, improving speed and compression compared to other methods. The package provides two compression formats: the qs2 format, which uses R serialization via the C API while optimizing compression and disk I/O, and the qdata format, featuring custom serialization for slightly faster performance and better compression. Additionally, the qs2 format can be directly converted to the standard RDS format, ensuring long-term compatibility with future versions of R.

r-exactextractr 0.10.0
Dependencies: geos@3.12.1
Propagated dependencies: r-raster@3.6-32 r-rcpp@1.1.0 r-sf@1.0-23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://isciences.gitlab.io/exactextractr/
Licenses: ASL 2.0
Build system: r
Synopsis: Fast extraction from raster datasets using polygons
Description:

This package provides a replacement for the extract function from the raster package that is suitable for extracting raster values using sf polygons.

r-pma 1.2-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/bnaras/PMA
Licenses: GPL 2+
Build system: r
Synopsis: Penalized multivariate analysis
Description:

This package performs penalized multivariate analysis: a penalized matrix decomposition, sparse principal components analysis, and sparse canonical correlation analysis.

r-base64url 1.4
Propagated dependencies: r-backports@1.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mllg/base64url
Licenses: GPL 3
Build system: r
Synopsis: Fast and URL-safe base64 encoder and decoder
Description:

This package provides a URL-safe base64 encoder and decoder. In contrast to RFC3548, the 62nd character (+) is replaced with -, the 63rd character (/) is replaced with _. Furthermore, the encoder does not fill the string with trailing =. The resulting encoded strings comply to the regular expression pattern [A-Za-z0-9_-] and thus are safe to use in URLs or for file names. The package also comes with a simple base32 encoder/decoder suited for case insensitive file systems.

r-bqtl 1.0-38
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://famprevmed.ucsd.edu/faculty/cberry/bqtl/
Licenses: GPL 2+
Build system: r
Synopsis: Bayesian QTL mapping toolkit
Description:

This is a QTL mapping toolkit for inbred crosses and recombinant inbred lines. It includes maximum likelihood and Bayesian tools.

r-bigrquery 1.6.1
Propagated dependencies: r-bit64@4.6.0-1 r-brio@1.1.5 r-cli@3.6.5 r-clock@0.7.3 r-cpp11@0.5.2 r-curl@7.0.0 r-dbi@1.2.3 r-gargle@1.6.0 r-httr@1.4.7 r-jsonlite@2.0.0 r-lifecycle@1.0.4 r-nanoparquet@0.4.2 r-prettyunits@1.2.0 r-rapidjsonr@1.2.1 r-rlang@1.1.6 r-tibble@3.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-dbi/bigrquery
Licenses: GPL 3
Build system: r
Synopsis: R interface to Google's BigQuery API
Description:

This package provides an R interface to Google's BigQuery database.

r-ztable 0.2.3
Propagated dependencies: r-flextable@0.9.10 r-magrittr@2.0.4 r-officer@0.7.1 r-rcolorbrewer@1.1-3 r-rstudioapi@0.17.1 r-scales@1.4.0 r-stringr@1.6.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ztable
Licenses: GPL 2+
Build system: r
Synopsis: Zebra-striped tables in LaTeX and HTML formats for R
Description:

This package provides functions to make zebra-striped tables (tables with alternating row colors) in LaTeX and HTML formats easily from data.frame, matrix, lm, aov, anova, glm, coxph, nls, fitdistr, mytable and cbind.mytable objects.

r-ztree 1.0.7
Propagated dependencies: r-plyr@1.8.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=zTree
Licenses: GPL 3
Build system: r
Synopsis: Functions to import data from z-Tree into R
Description:

This package provides tools for reading .xls and .sbj files which are written by the proprietary program z-Tree for developing and carrying out economic experiments.

r-gamlss-dist 6.1-1
Propagated dependencies: r-mass@7.3-65
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://www.gamlss.org/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Distributions for Generalized Additive Models for location scale and shape
Description:

This package provides a set of distributions which can be used for modelling the response variables in Generalized Additive Models for Location Scale and Shape. The distributions can be continuous, discrete or mixed distributions. Extra distributions can be created, by transforming, any continuous distribution defined on the real line, to a distribution defined on ranges 0 to infinity or 0 to 1, by using a log or a logit transformation, respectively.

r-data-tree 1.2.0
Propagated dependencies: r-r6@2.6.1 r-stringi@1.8.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/gluc/data.tree
Licenses: GPL 2+
Build system: r
Synopsis: General purpose hierarchical data structure
Description:

Create tree structures from hierarchical data, and traverse the tree in various orders. Aggregate, cumulate, print, plot, convert to and from data.frame and more. This is useful for decision trees, machine learning, finance, conversion from and to JSON, and many other applications.

r-matrixextra 0.1.15
Propagated dependencies: r-float@0.3-3 r-matrix@1.7-4 r-rcpp@1.1.0 r-rhpcblasctl@0.23-42
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/david-cortes/MatrixExtra
Licenses: GPL 2+
Build system: r
Synopsis: Extra methods for sparse matrices
Description:

This package extends sparse matrix and vector classes from the Matrix package by providing:

  1. Methods and operators that work natively on CSR formats (compressed sparse row, a.k.a. RsparseMatrix) such as slicing/sub-setting, assignment, rbind(), mathematical operators for CSR and COO such as addition or sqrt(), and methods such as diag();

  2. Multi-threaded matrix multiplication and cross-product for many <sparse, dense> types, including the float32 type from float;

  3. Coercion methods between pairs of classes which are not present in Matrix, such as from dgCMatrix to ngRMatrix, as well as convenience conversion functions;

  4. Utility functions for sparse matrices such as sorting the indices or removing zero-valued entries;

  5. Fast transposes that work by outputting in the opposite storage format;

  6. Faster replacements for many Matrix methods for all sparse types, such as slicing and elementwise multiplication.

  7. Convenience functions for sparse objects, such as mapSparse or a shorter show method.

r-ggtext 0.1.2
Propagated dependencies: r-ggplot2@4.0.1 r-gridtext@0.1.5 r-rlang@1.1.6 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://wilkelab.org/ggtext/
Licenses: GPL 2
Build system: r
Synopsis: Improved text rendering support for ggplot2
Description:

This package provides a ggplot2 extension that enables the rendering of complex formatted plot labels (titles, subtitles, facet labels, axis labels, etc.). Text boxes with automatic word wrap are also supported.

r-sandwich 3.1-1
Propagated dependencies: r-zoo@1.8-14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/sandwich/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Robust Covariance Matrix Estimators
Description:

This package provides model-robust standard error estimators for cross-sectional, time series, clustered, panel, and longitudinal data.

r-mstate 0.3.3
Propagated dependencies: r-data-table@1.17.8 r-lattice@0.22-7 r-rcolorbrewer@1.1-3 r-rlang@1.1.6 r-survival@3.8-3 r-viridislite@0.4.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.lumc.nl/org/bds/research/medische-statistiek/survival-analysis/
Licenses: GPL 2+
Build system: r
Synopsis: Data Preparation, Estimation and Prediction in Multi-State Models
Description:

Contains functions for data preparation, descriptives, hazard estimation and prediction with Aalen-Johansen or simulation in competing risks and multi-state models.

r-paws-security-identity 0.9.0
Propagated dependencies: r-paws-common@0.8.7
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 security, identity, and compliance services
Description:

This package provides an interface to Amazon Web Services security, identity, and compliance services, including the Identity and Access Management (IAM) service for managing access to services and resources, and more.

Total packages: 69245