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

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-dplyr 1.2.1
Propagated dependencies: r-cli@3.6.6 r-generics@0.1.4 r-glue@1.8.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-tidyselect@1.2.1 r-vctrs@0.7.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hadley/dplyr
Licenses: Expat
Build system: r
Synopsis: Tools for working with data frames in R
Description:

dplyr is the next iteration of plyr. It is focused on tools for working with data frames. It has three main goals: 1) identify the most important data manipulation tools needed for data analysis and make them easy to use in R; 2) provide fast performance for in-memory data by writing key pieces of code in C++; 3) use the same code interface to work with data no matter where it is stored, whether in a data frame, a data table or database.

r-ncmeta 0.4.0
Propagated dependencies: r-cftime@1.7.3 r-dplyr@1.2.1 r-rlang@1.2.0 r-rnetcdf@2.11-1 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/hypertidy/ncmeta
Licenses: GPL 3
Build system: r
Synopsis: Straightforward NetCDF metadata
Description:

Extract metadata from NetCDF data sources; these can be files, file handles or servers. This package leverages and extends the lower level functions of the RNetCDF package providing a consistent set of functions that all return data frames.

r-quarto 1.5.1
Propagated dependencies: r-cli@3.6.6 r-fs@2.1.0 r-htmltools@0.5.9 r-jsonlite@2.0.0 r-later@1.4.8 r-lifecycle@1.0.5 r-processx@3.9.0 r-rlang@1.2.0 r-rmarkdown@2.31 r-rstudioapi@0.18.0 r-xfun@0.57 r-yaml@2.3.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/quarto-dev/quarto-r
Licenses: GPL 2+
Build system: r
Synopsis: R Interface to Quarto markdown publishing system
Description:

This package lets you convert R Markdown documents and Jupyter notebooks to a variety of output formats using Quarto.

r-maxlik 1.5-2.2
Propagated dependencies: r-generics@0.1.4 r-misctools@0.6-30 r-sandwich@3.1-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=maxLik
Licenses: GPL 2+
Build system: r
Synopsis: Maximum Likelihood Estimation and related tools
Description:

This package provides functions for Maximum Likelihood (ML) estimation, non-linear optimization, and related tools. It includes a unified way to call different optimizers, and classes and methods to handle the results from the Maximum Likelihood viewpoint. It also includes a number of convenience tools for testing and developing your own models.

r-rfast 2.1.5.2
Propagated dependencies: r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1 r-rcppparallel@5.1.11-2 r-zigg@0.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/RfastOfficial/Rfast
Licenses: GPL 2+
Build system: r
Synopsis: Collection of efficient and fast R functions
Description:

This package provides a collection of fast (utility) functions for data analysis. Column- and row- wise means, medians, variances, minimums, maximums, many t, F and G-square tests, many regressions (normal, logistic, Poisson), are some of the many fast functions.

r-tfruns 1.5.4
Propagated dependencies: r-base64enc@0.1-6 r-config@0.3.2 r-jsonlite@2.0.0 r-magrittr@2.0.5 r-reticulate@1.46.0 r-rlang@1.2.0 r-rstudioapi@0.18.0 r-tidyselect@1.2.1 r-whisker@0.4.1 r-yaml@2.3.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/rstudio/tfruns
Licenses: ASL 2.0
Build system: r
Synopsis: Training run tools for TensorFlow
Description:

Create and manage unique directories for each TensorFlow training run. This package provides a unique, time stamped directory for each run along with functions to retrieve the directory of the latest run or latest several runs.

r-writexls 6.8.0
Dependencies: perl@5.36.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/marcschwartz/WriteXLS
Licenses: GPL 2+
Build system: r
Synopsis: Create Excel 2003 (XLS) and Excel 2007 (XLSX) files
Description:

This package provides a cross-platform Perl-based R function to create Excel 2003 (XLS) and Excel 2007 (XLSX) files from one or more data frames. Each data frame will be written to a separate named worksheet in the Excel spreadsheet. The worksheet name will be the name of the data frame it contains or can be specified by the user.

r-redux 1.1.5
Dependencies: hiredis@1.1.0
Propagated dependencies: r-r6@2.6.1 r-storr@1.2.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/richfitz/redux
Licenses: GPL 2
Build system: r
Synopsis: R bindings to hiredis
Description:

This package provides a hiredis wrapper that includes support for transactions, pipelining, blocking subscription, serialisation of all keys and values, Redis error handling with R errors. It includes an automatically generated R6 interface to the full hiredis API. Generated functions are faithful to the hiredis documentation while attempting to match R's argument semantics. Serialization must be explicitly done by the user, but both binary and text-mode serialisation is supported.

r-densityclust 0.3.3
Propagated dependencies: r-cpp11@0.5.5 r-fnn@1.1.4.1 r-ggplot2@4.0.3 r-ggrepel@0.9.8 r-gridextra@2.3 r-rcolorbrewer@1.1-3 r-rtsne@0.17
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/densityClust
Licenses: GPL 2+
Build system: r
Synopsis: Clustering by fast search and find of density peaks
Description:

This package provides an improved implementation (based on k-nearest neighbors) of the density peak clustering algorithm, originally described by Alex Rodriguez and Alessandro Laio (Science, 2014 vol. 344). It can handle large datasets (> 100,000 samples) very efficiently.

r-googlesheets4 1.1.2
Propagated dependencies: r-cellranger@1.1.0 r-cli@3.6.6 r-curl@7.1.0 r-gargle@1.6.1 r-glue@1.8.1 r-googledrive@2.1.2 r-httr@1.4.8 r-ids@1.0.1 r-lifecycle@1.0.5 r-magrittr@2.0.5 r-purrr@1.2.2 r-rematch2@2.1.2 r-rlang@1.2.0 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/tidyverse/googlesheets4
Licenses: Expat
Build system: r
Synopsis: Access Google Sheets using the Sheets API V4
Description:

This package lets you interact with Google Sheets through the Sheets API v4. This package can read and write both the metadata and the cell data in a Sheet.

r-argon2 0.4-0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/wrathematics/argon2
Licenses: FreeBSD
Build system: r
Synopsis: Secure password hashing based on the argon2 algorithm
Description:

This package provides utilities for secure password hashing via the argon2 algorithm.

r-rotor 0.3.7
Propagated dependencies: r-dint@2.1.5 r-r6@2.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://s-fleck.github.io/rotor/
Licenses: Expat
Build system: r
Synopsis: Log rotation and conditional backups
Description:

This package provides tools to conditionally rotate or back-up files based on their size or the date of the last backup; inspired by the utility logrotate'.

r-hdf5r-extra 0.1.0
Propagated dependencies: r-checkmate@2.3.4 r-dplyr@1.2.1 r-easy-utils@0.1.0 r-hdf5r@1.3.12 r-matrix@1.7-5 r-rlang@1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ycli1995/hdf5r.Extra
Licenses: Expat
Build system: r
Synopsis: Extensions for HDF5 R interfaces
Description:

This package provides some methods to manipulate HDF5 files, extending the hdf5r package. Reading and writing R objects to HDF5 formats follow the specification of AnnData.

r-writexl 1.5.4
Dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/writexl
Licenses: FreeBSD
Build system: r
Synopsis: Export data frames to xlsx format
Description:

This package provides a data frame to xlsx exporter based on libxlsxwriter.

r-vtreat 1.6.5
Propagated dependencies: r-digest@0.6.39 r-wrapr@2.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/WinVector/vtreat/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Statistically sound data.frame processor/conditioner
Description:

This package provides a data.frame processor/conditioner that prepares real-world data for predictive modeling in a statistically sound manner. vtreat prepares variables so that data has fewer exceptional cases, making it easier to safely use models in production. Common problems vtreat defends against: Inf, NA, too many categorical levels, rare categorical levels, and new categorical levels (levels seen during application, but not during training).

r-lsd 4.1-0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/LSD/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Lots of superior depictions tool creates colorful plots
Description:

This package creates lots of colorful plots in a multitude of variations. Try a demo of the LSD by running demotour().

r-netrep 1.2.10
Propagated dependencies: r-abind@1.4-8 r-bh@1.90.0-1 r-foreach@1.5.2 r-rcolorbrewer@1.1-3 r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1 r-rhpcblasctl@0.23-42 r-statmod@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=NetRep
Licenses: GPL 2
Build system: r
Synopsis: Permutation testing network module preservation across datasets
Description:

This package provides functions for assessing the replication/preservation of a network module's topology across datasets through permutation testing.

r-chameleon 0.2-3
Propagated dependencies: r-clue@0.3-68 r-ggplot2@4.0.3 r-umap@0.2.10.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=chameleon
Licenses: Expat
Build system: r
Synopsis: Automatic colors for multi-dimensional data
Description:

This package lets you assign distinct colors to arbitrary multi-dimensional data, considering its structure.

r-tidytext 0.4.3
Propagated dependencies: r-cli@3.6.6 r-dplyr@1.2.1 r-generics@0.1.4 r-janeaustenr@1.0.0 r-lifecycle@1.0.5 r-matrix@1.7-5 r-purrr@1.2.2 r-rlang@1.2.0 r-stringr@1.6.0 r-tibble@3.3.1 r-tokenizers@0.3.0 r-vctrs@0.7.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/juliasilge/tidytext
Licenses: Expat
Build system: r
Synopsis: Text mining using dplyr, ggplot2, and other Tidy tools
Description:

This is a package for text mining for word processing and sentiment analysis using dplyr, ggplot2, and other Tidy tools.

r-xnomial 1.0.4.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/XNomial
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Goodness-of-Fit test for multinomial data
Description:

This package provides an exact Goodness-of-Fit test for multinomial data with fixed probabilities. It can be used to determine whether a set of counts fits a given expected ratio. To see whether a set of observed counts fits an expectation, one can examine all possible outcomes with xmulti() or a random sample of them with xmonte() and find the probability of an observation deviating from the expectation by at least as much as the observed. As a measure of deviation from the expected, one can use the log-likelihood ratio, the multinomial probability, or the classic chi-square statistic. A histogram of the test statistic can also be plotted and compared with the asymptotic curve.

r-propcis 0.3-0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/shearer/PropCIs
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Various confidence interval methods for proportions
Description:

This package computes two-sample confidence intervals for single, paired and independent proportions.

r-gdalutilities 1.2.5
Propagated dependencies: r-sf@1.1-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/JoshOBrien/gdalUtilities/
Licenses: GPL 2+
Build system: r
Synopsis: Wrappers for GDAL utilities executables
Description:

R's sf package ships with self-contained GDAL executables, including a bare bones interface to several GDAL-related utility programs collectively known as the GDAL utilities. For each of those utilities, this package provides an R wrapper whose formal arguments closely mirror those of the GDAL command line interface. The utilities operate on data stored in files and typically write their output to other files. Therefore, to process data stored in any of R's more common spatial formats (i.e. those supported by the sf and terra packages), first write them to disk, then process them with the package's wrapper functions before reading the outputted results back into R. GDAL function arguments introduced in GDAL version 3.5.2 or earlier are supported.

r-pkgconfig 2.0.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/gaborcsardi/pkgconfig
Licenses: Expat
Build system: r
Synopsis: Private configuration for R packages
Description:

This package provides the functionality to set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected.

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.

Total packages: 72465