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

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-parsedate 1.3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/gaborcsardi/parsedate
Licenses: GPL 2
Build system: r
Synopsis: Recognize and parse dates in various formats
Description:

This package provides three functions for dealing with dates: parse_iso_8601 recognizes and parses all valid ISO 8601 date and time formats, parse_date parses dates in unspecified formats, and format_iso_8601 formats a date in ISO 8601 format.

r-simplermarkdown 0.0.6
Propagated dependencies: pandoc@3.7.0.2 r-rjson@0.2.23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/djvanderlaan/simplermarkdown
Licenses: GPL 3+
Build system: r
Synopsis: Simple engine for generating reports using R
Description:

This package runs R-code present in a pandoc markdown file and includes the resulting output in the resulting markdown file. This file can then be converted into any of the output formats supported by pandoc. The package can also be used as an engine for writing package vignettes.

r-ade4 1.7-24
Propagated dependencies: r-mass@7.3-65 r-pixmap@0.4-14 r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1 r-sp@2.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://pbil.univ-lyon1.fr/ADE-4
Licenses: GPL 2+
Build system: r
Synopsis: Multivariate data analysis and graphical display
Description:

The ade4 package contains data analysis functions to analyze ecological and environmental data in the framework of Euclidean exploratory methods.

r-data-table 1.18.4
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-rearrr 0.3.5
Propagated dependencies: r-checkmate@2.3.4 r-dplyr@1.2.1 r-lifecycle@1.0.5 r-plyr@1.8.9 r-purrr@1.2.2 r-r6@2.6.1 r-rlang@1.2.0 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ludvigolsen/rearrr
Licenses: Expat
Build system: r
Synopsis: Rearranging data by a set of methods
Description:

This package arranges data by a set of methods. It uses rearrangers to reorder data points and mutators to change their values. From basic utilities, to centering the greatest value, to swirling in 3-dimensional space, rearrr enables creativity when plotting and experimenting with data.

r-longitudinal 1.1.13
Propagated dependencies: r-corpcor@1.6.10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://strimmerlab.org/software/longitudinal/
Licenses: GPL 3+
Build system: r
Synopsis: Analysis of multiple time course data
Description:

This package contains general data structures and functions for longitudinal data with multiple variables, repeated measurements, and irregularly spaced time points. It also implements a shrinkage estimator of dynamical correlation and dynamical covariance.

r-excelr 0.4.0
Propagated dependencies: r-htmlwidgets@1.6.4 r-jsonlite@2.0.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/Swechhya/excelR
Licenses: Expat
Build system: r
Synopsis: Wrapper of the JavaScript library jExcel
Description:

This package provides an R interface to the jExcel library to create web-based interactive tables and spreadsheets compatible with spreadsheet software.

r-acrt 1.0.1
Propagated dependencies: r-rcpp@1.1.1-1.1 r-rcppeigen@0.3.4.0.2 r-sandwich@3.1-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/acrt/
Licenses: GPL 2
Build system: r
Synopsis: Autocorrelation robust testing
Description:

This package provides functions for testing affine hypotheses on the regression coefficient vector in regression models with autocorrelated errors.

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-nanoparquet 0.5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/nanoparquet
Licenses: Expat
Build system: r
Synopsis: Read and write Parquet files
Description:

This package implements a self-sufficient reader and writer for flat Parquet files. It can read most Parquet data types. It can write many R data types, including factors and temporal types.

r-naturalsort 0.1.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/naturalsort/
Licenses: Modified BSD
Build system: r
Synopsis: Natural ordering
Description:

This package provides functions related to human natural ordering. It handles adjacent digits in a character sequence as a number so that natural sort function arranges a character vector by their numbers, not digit characters.

r-networkd3 0.4.1
Propagated dependencies: r-data-tree@1.2.0 r-htmlwidgets@1.6.4 r-igraph@2.3.1 r-jsonlite@2.0.0 r-magrittr@2.0.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=networkD3
Licenses: GPL 3+
Build system: r
Synopsis: D3 JavaScript network graphs from R
Description:

This package creates D3 JavaScript network, tree, dendrogram, and Sankey graphs from R.

r-afpt 1.1.0.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/MarcoKlH/afpt-r/
Licenses: GPL 3+
Build system: r
Synopsis: Tools for modelling of animal flight performance
Description:

This package allows estimation and modelling of flight costs in animal (vertebrate) flight, implementing the aerodynamic power model. Flight performance is estimated based on basic morphological measurements such as body mass, wingspan and wing area. Afpt can be used to make predictions on how animals should adjust their flight behaviour and wingbeat kinematics to varying flight conditions.

r-prediction 0.3.18
Propagated dependencies: r-data-table@1.18.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/leeper/prediction
Licenses: Expat
Build system: r
Synopsis: Tidy, type-safe prediction methods
Description:

This package provides the prediction() function, a type-safe alternative to predict() that always returns a data frame. The package currently supports common model types (e.g., "lm", "glm") from the stats package, as well as numerous other model classes from other add-on packages.

r-varhandle 2.0.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://codeberg.org/mehrad/varhandle
Licenses: GPL 2+
Build system: r
Synopsis: Functions for robust variable handling
Description:

This package contains some functions to help users (especially data explorers) to make more sense of their variables and take the most out of variables and hardware resources. Functions in this package are supposed to be efficient and easy to use.

r-bdsmatrix 1.3-7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/bdsmatrix/
Licenses: LGPL 2.0
Build system: r
Synopsis: Routines for block diagonal symmetric matrices
Description:

This package provides procedures to work with block diagonal symmetric matrices, a special case of sparse matrices.

r-rnaturalearthdata 1.0.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropenscilabs/rnaturalearthdata
Licenses: CC0
Build system: r
Synopsis: World vector map data from Natural Earth
Description:

This package provides vector map data from https://www.naturalearthdata.com/. Access functions are provided in the accompanying package rnaturalearth.

r-ggnetwork 0.5.14
Propagated dependencies: r-ggplot2@4.0.3 r-ggrepel@0.9.8 r-igraph@2.3.1 r-network@1.20.0 r-sna@2.8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/briatte/ggnetwork
Licenses: GPL 3
Build system: r
Synopsis: Geometries to plot networks with ggplot2
Description:

This package provides geometries to plot network objects with the ggplot2 package.

r-cmaesr 1.0.3
Propagated dependencies: r-bbmisc@1.13.1 r-checkmate@2.3.4 r-ggplot2@4.0.3 r-paramhelpers@1.14.2 r-smoof@1.7.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jakobbossek/cmaesr
Licenses: FreeBSD
Build system: r
Synopsis: Covariance matrix adaptation evolution strategy
Description:

This is a pure R implementation of the Covariance Matrix Adaptation Evolution Strategy (CMA-ES) with optional restarts (IPOP-CMA-ES).

r-base64 2.0.2
Propagated dependencies: r-openssl@2.4.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/base64
Licenses: Expat
Build system: r
Synopsis: Base64 encoder and decoder
Description:

This package is a compatibility wrapper to replace the orphaned package by Romain Francois. New applications should use the openssl or base64enc package instead.

r-caret 7.0-1
Propagated dependencies: r-e1071@1.7-17 r-foreach@1.5.2 r-ggplot2@4.0.3 r-lattice@0.22-9 r-modelmetrics@1.2.2.2 r-nlme@3.1-169 r-plyr@1.8.9 r-proc@1.19.0.1 r-recipes@1.3.2 r-reshape2@1.4.5 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/topepo/caret
Licenses: GPL 2+
Build system: r
Synopsis: Classification and regression training
Description:

This package provides miscellaneous functions for training and plotting classification and regression models.

r-deriv 4.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/Deriv
Licenses: GPL 3+
Build system: r
Synopsis: Symbolic differentiation
Description:

This package provides an R-based solution for symbolic differentiation. It admits user-defined functions as well as function substitution in arguments of functions to be differentiated. Some symbolic simplification is part of the work.

r-themis 1.0.3
Propagated dependencies: r-cli@3.6.6 r-dplyr@1.2.1 r-generics@0.1.4 r-glue@1.8.1 r-gower@1.0.2 r-hardhat@1.4.3 r-lifecycle@1.0.5 r-purrr@1.2.2 r-rann@2.6.2 r-recipes@1.3.2 r-rlang@1.2.0 r-rose@0.0-4 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://github.com/tidymodels/themis
Licenses: Expat
Build system: r
Synopsis: Extra recipes steps for dealing with unbalanced data
Description:

This package provides a dataset with an uneven number of cases in each class is said to be unbalanced. Many models produce a subpar performance on unbalanced datasets.

r-quic 1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.cs.utexas.edu/users/sustik/QUIC/
Licenses: GPL 3+
Build system: r
Synopsis: Regularized sparse inverse covariance matrix estimation
Description:

This package implements the regularized Gaussian maximum likelihood estimation of the inverse of a covariance matrix. It uses Newton's method and coordinate descent to solve the regularized inverse covariance matrix estimation problem.

Total packages: 32521