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

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.


cli11 2.4.2
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://cliutils.github.io/CLI11/book/
Licenses: Modified BSD
Build system: cmake
Synopsis: Command line parser for C++11
Description:

CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.

cpp-mustache 5.0
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://github.com/kainjow/Mustache
Licenses: Boost 1.0
Build system: cmake
Synopsis: Mustache text templates for modern C++
Description:

cpp-mustache is a Mustache implementation for C++ 11 and above. It is header only and has zero dependencies. It provides a templated string type for compatibility with any STL-like string (std::string, std::wstring, etc).

ringbuffer 0.9.0
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://github.com/JohannesLorenz/ringbuffer
Licenses: GPL 3+
Build system: cmake
Synopsis: Lock-free multi-reader ringbuffer
Description:

ringbuffer is a library containing a ringbuffer. It is lock-free (using atomics only), and allows multiple readers, but only one writer.

atomic-queue 1.6.5
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://github.com/max0x7ba/atomic_queue
Licenses: Expat
Build system: meson
Synopsis: C++ lockless queue
Description:

This package contains a C++11 multiple-producer-multiple-consumer lockless queues header library based on circular buffer with std::atomic.

libfccp 0.0.0-0.4ade42d
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://github.com/ben-strasser/fast-cpp-csv-parser
Licenses: Modified BSD
Build system: copy
Synopsis: Fast header-only library for reading CSV files
Description:

This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files.

zug 0.1.2
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://sinusoid.es/zug
Licenses: Boost 1.0
Build system: cmake
Synopsis: Higher-order sequence transformers
Description:

Zug is a C++ library providing transducers, that is, composable sequential transformations.

simdjson 4.6.3
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://github.com/simdjson/simdjson
Licenses: ASL 2.0
Build system: cmake
Synopsis: JSON parser for C++ using SIMD instructions
Description:

The simdjson library uses commonly available SIMD instructions and microparallel algorithms to implement a strict JSON parser with UTF-8 validation.

cppi 1.18
Channel: guix
Location: gnu/packages/cppi.scm (gnu packages cppi)
Home page: https://www.gnu.org/software/cppi/
Licenses: GPL 3+
Build system: gnu
Synopsis: Indent C preprocessor directives to reflect nesting and more
Description:

GNU Cppi processes C source code files to properly indent the preprocessor directives to reflect their nesting. It also performs other standardizations, such as correcting the number of spaces between directives and the text following them.

r-sampling 2.11
Propagated dependencies: r-lpsolve@5.6.23 r-mass@7.3-65
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/sampling/
Licenses: GPL 2+
Build system: r
Synopsis: Survey sampling
Description:

This package provides functions for drawing and calibrating samples.

r-treeclust 1.1-7.1
Propagated dependencies: r-cluster@2.1.8.2 r-rpart@4.1.27
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/treeClust/
Licenses: GPL 2+
Build system: r
Synopsis: Cluster distances through trees
Description:

This package provides tools to create a measure of inter-point dissimilarity useful for clustering mixed data, and, optionally, perform the clustering.

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-rhub 2.0.1
Propagated dependencies: r-callr@3.7.6 r-cli@3.6.6 r-curl@7.1.0 r-desc@1.4.3 r-gert@2.3.1 r-gitcreds@0.1.2 r-glue@1.8.1 r-jsonlite@2.0.0 r-pkgbuild@1.4.8 r-processx@3.9.0 r-r6@2.6.1 r-rappdirs@0.3.4 r-rematch@2.0.0 r-rprojroot@2.1.1 r-whoami@1.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-hub/rhub
Licenses: Expat
Build system: r
Synopsis: Tools for R package developers
Description:

R-hub uses GitHub Actions to run R CMD check and similar package checks. The rhub package helps you set up R-hub for your R package, and start running checks.

r-jsonlite 2.0.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://arxiv.org/abs/1403.2805
Licenses: Expat
Build system: r
Synopsis: Robust, high performance JSON parser and generator for R
Description:

The jsonlite package provides a fast JSON parser and generator optimized for statistical data and the web. It offers flexible, robust, high performance tools for working with JSON in R and is particularly powerful for building pipelines and interacting with a web API. In addition to converting JSON data from/to R objects, jsonlite contains functions to stream, validate, and prettify JSON data. The unit tests included with the package verify that all edge cases are encoded and decoded consistently for use with dynamic data in systems and applications.

r-qqconf 1.3.2
Dependencies: fftw@3.3.10
Propagated dependencies: r-mass@7.3-65 r-rcpp@1.1.1-1.1 r-robustbase@0.99-7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/eweine/qqconf
Licenses: GPL 3
Build system: r
Synopsis: Create simultaneous testing bands for QQ-plots
Description:

This package provides functionality for creating Quantile-Quantile (QQ) and Probability-Probability (PP) plots with simultaneous testing bands to asses significance of sample deviation from a reference distribution.

r-spatialextremes 2.1-0
Propagated dependencies: r-fields@17.3 r-maps@3.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://spatialextremes.r-forge.r-project.org/
Licenses: GPL 2+
Build system: r
Synopsis: Modelling spatial extremes
Description:

This package provides tools for the statistical modelling of spatial extremes using max-stable processes, copula or Bayesian hierarchical models. More precisely, this package allows (conditional) simulations from various parametric max-stable models, analysis of the extremal spatial dependence, the fitting of such processes using composite likelihoods or least square (simple max-stable processes only), model checking and selection and prediction.

r-picante 1.8.2
Propagated dependencies: r-ape@5.8-1 r-nlme@3.1-169 r-vegan@2.7-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/picante/
Licenses: GPL 2
Build system: r
Synopsis: Integrating phylogenies and ecology
Description:

This package provides functions for phylocom integration, community analyses, null-models, traits and evolution. It implements numerous ecophylogenetic approaches including measures of community phylogenetic and trait diversity, phylogenetic signal, estimation of trait values for unobserved taxa, null models for community and phylogeny randomizations, and utility functions for data input/output and phylogeny plotting. A full description of package functionality and methods are provided by Kembel et al. (2010).

r-rvest 1.0.5
Propagated dependencies: r-cli@3.6.6 r-glue@1.8.1 r-httr@1.4.8 r-lifecycle@1.0.5 r-magrittr@2.0.5 r-rlang@1.2.0 r-selectr@0.5-1 r-tibble@3.3.1 r-xml2@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hadley/rvest
Licenses: GPL 3
Build system: r
Synopsis: Simple web scraping for R
Description:

r-rvest helps you scrape information from web pages. It is designed to work with magrittr to make it easy to express common web scraping tasks, inspired by libraries like BeautifulSoup.

r-gprofiler 0.7.0
Propagated dependencies: r-plyr@1.8.9 r-rcurl@1.98-1.18
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/gProfileR/
Licenses: GPL 2+
Build system: r
Synopsis: Interface to the g:Profiler toolkit
Description:

This package provides tools for functional enrichment analysis, gene identifier conversion and mapping homologous genes across related organisms via the g:Profiler toolkit.

r-idr 1.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/idr/
Licenses: GPL 2+
Build system: r
Synopsis: Irreproducible discovery rate
Description:

This is a package for estimating the copula mixture model and plotting correspondence curves in "Measuring reproducibility of high-throughput experiments" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779, by Li, Brown, Huang, and Bickel

r-fixest 0.14.1
Propagated dependencies: r-dreamerr@1.5.0 r-nlme@3.1-169 r-numderiv@2016.8-1.1 r-rcpp@1.1.1-1.1 r-sandwich@3.1-1 r-stringmagic@1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://lrberge.github.io/fixest/
Licenses: GPL 3
Build system: r
Synopsis: Fast fixed-effects estimations
Description:

This is a package for fast and user-friendly estimation of econometric models with multiple fixed-effects. It includes ordinary least squares (OLS), generalized linear models (GLM) and the negative binomial. The core of the package is based on optimized parallel C++ code, scaling especially well for large data sets. The method to obtain the fixed-effects coefficients is based on Berge (2018). It further provides tools to export and view the results of several estimations with intuitive design to cluster the standard-errors.

r-visnetwork 2.1.4
Propagated dependencies: r-htmltools@0.5.9 r-htmlwidgets@1.6.4 r-jsonlite@2.0.0 r-magrittr@2.0.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://datastorm-open.github.io/visNetwork/
Licenses: Expat
Build system: r
Synopsis: Network Visualization using vis.js Library
Description:

This package provides an R interface to the vis.js JavaScript charting library. It allows an interactive visualization of networks.

r-precrec 0.14.5
Propagated dependencies: r-assertthat@0.2.1 r-data-table@1.18.4 r-ggplot2@4.0.3 r-gridextra@2.3 r-rcpp@1.1.1-1.1 r-rlang@1.2.0 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://evalclass.github.io/precrec/
Licenses: GPL 3
Build system: r
Synopsis: Calculate accurate precision-recall and ROC curves
Description:

This package provides tools for accurate calculations and visualization of precision-recall and ROC (Receiver Operator Characteristics) curves.

r-abtest 1.0.1
Propagated dependencies: r-matrix@1.7-5 r-mvtnorm@1.3-7 r-plotrix@3.8-14 r-qgam@2.0.0 r-rcolorbrewer@1.1-3 r-rcpp@1.1.1-1.1 r-sn@2.1.3 r-truncnorm@1.0-9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/abtest/
Licenses: GPL 2+
Build system: r
Synopsis: Bayesian A/B testing
Description:

This package provides functions for Bayesian A/B testing including prior elicitation options based on Kass and Vaidyanathan (1992) doi:10.1111/j.2517-6161.1992.tb01868.x.

r-rex 1.2.2
Propagated dependencies: r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/kevinushey/rex
Licenses: Expat
Build system: r
Synopsis: Friendly regular expressions
Description:

This package provides a friendly interface for the construction of regular expressions. Regular expressions are a very powerful feature, however they are often difficult to interpret. Rex allows you to build complex regular expressions from human readable expressions

Total packages: 72465