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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-crul 1.6.0
Propagated dependencies: r-curl@7.0.0 r-httpcode@0.3.0 r-jsonlite@2.0.0 r-lifecycle@1.0.4 r-mime@0.13 r-r6@2.6.1 r-rlang@1.1.6 r-urltools@1.7.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/crul
Licenses: Expat
Build system: r
Synopsis: HTTP client
Description:

This package provides a simple HTTP client, with tools for making HTTP requests, and mocking HTTP requests. The package is built on R6, and takes inspiration from Ruby's faraday gem.

r-shinycssloaders 1.1.0
Propagated dependencies: r-digest@0.6.39 r-glue@1.8.0 r-htmltools@0.5.8.1 r-shiny@1.11.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/andrewsali/shinycssloaders
Licenses: GPL 3
Build system: r
Synopsis: Add CSS loading animations to Shiny outputs
Description:

This package provides tools to create a lightweight Shiny wrapper for the css-loaders created by Luke Hass https://github.com/lukehaas/css-loaders. Wrapping a Shiny output will automatically show a loader when the output is (re)calculating.

r-lifecycle 1.0.4
Propagated dependencies: r-cli@3.6.5 r-glue@1.8.0 r-rlang@1.1.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/lifecycle
Licenses: GPL 3
Build system: r
Synopsis: Manage the life cycle of your package functions
Description:

Manage the life cycle of your exported functions with shared conventions, documentation badges, and non-invasive deprecation warnings. The lifecycle package defines four development stages (experimental, maturing, stable, and questioning) and three deprecation stages (soft-deprecated, deprecated, and defunct). It makes it easy to insert badges corresponding to these stages in your documentation. Usage of deprecated functions are signalled with increasing levels of non-invasive verbosity.

r-manipulate 1.0.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=manipulate
Licenses: GPL 2
Build system: r
Synopsis: Interactive plots for RStudio
Description:

This package provides interactive plotting functions for use within RStudio. The manipulate function accepts a plotting expression and a set of controls (e.g. slider, picker, checkbox, or button) which are used to dynamically change values within the expression. When a value is changed using its corresponding control the expression is automatically re-executed and the plot is redrawn.

r-ecosolver 0.5.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://bnaras.github.io/ECOSolveR/
Licenses: GPL 3+
Build system: r
Synopsis: Embedded conic solver in R
Description:

This package provides an R interface to the Embedded COnic Solver (ECOS), an efficient and robust C library for convex problems. Conic and equality constraints can be specified in addition to integer and boolean variable constraints for mixed-integer problems. This R interface is inspired by the Python interface and has similar calling conventions.

r-clisymbols 1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/gaborcsardi/clisymbols
Licenses: Expat
Build system: r
Synopsis: Unicode symbols at the R prompt
Description:

This package provides a small subset of Unicode symbols, that are useful when building command line applications. They fall back to alternatives on terminals that do not support Unicode.

r-collapse 2.1.5
Propagated dependencies: r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://sebkrantz.github.io/collapse/
Licenses: GPL 2+
Build system: r
Synopsis: Advanced and fast data transformation
Description:

This is a C/C++ based package for advanced data transformation and statistical computing in R that is extremely fast, class-agnostic, robust and programmer friendly. Core functionality includes a rich set of S3 generic grouped and weighted statistical functions for vectors, matrices and data frames, which provide efficient low-level vectorizations, OpenMP multithreading, and skip missing values by default. These are integrated with fast grouping and ordering algorithms (also callable from C), and efficient data manipulation functions. The package also provides a flexible and rigorous approach to time series and panel data in R. It further includes fast functions for common statistical procedures, detailed (grouped, weighted) summary statistics, powerful tools to work with nested data, fast data object conversions, functions for memory efficient R programming, and helpers to effectively deal with variable labels, attributes, and missing data.

r-lsei 1.3-0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.stat.auckland.ac.nz/~yongwang
Licenses: GPL 2+
Build system: r
Synopsis: Solve regression problems under equality/inequality constraints
Description:

It contains functions that solve least squares linear regression problems under linear equality/inequality constraints. Functions for solving quadratic programming problems are also available, which transform such problems into least squares ones first.

r-autometric 0.1.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://wlandau.github.io/autometric/
Licenses: Expat
Build system: r
Synopsis: Background resource logging
Description:

Intense parallel workloads can be difficult to monitor. Packages crew.cluster, clustermq, and future.batchtools distribute hundreds of worker processes over multiple computers. If a worker process exhausts its available memory, it may terminate silently, leaving the underlying problem difficult to detect or troubleshoot. Using the autometric package, a worker can proactively monitor itself in a detached background thread. The worker process itself runs normally, and the thread writes to a log every few seconds. If the worker terminates unexpectedly, autometric can read and visualize the log file to reveal potential resource-related reasons for the crash. The autometric package borrows heavily from the methods of packages ps and psutil.

r-qqconf 1.3.2
Dependencies: fftw@3.3.10
Propagated dependencies: r-mass@7.3-65 r-rcpp@1.1.0 r-robustbase@0.99-6
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-ruv 0.9.7.1
Propagated dependencies: r-ggplot2@4.0.1 r-gridextra@2.3 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ruv/index.html
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Detect and remove unwanted variation using negative controls
Description:

This package implements the RUV (Remove Unwanted Variation) algorithms. These algorithms attempt to adjust for systematic errors of unknown origin in high-dimensional data. The algorithms were originally developed for use with genomic data, especially microarray data, but may be useful with other types of high-dimensional data as well. The algorithms require the user to specify a set of negative control variables, as described in the references. The algorithms included in this package are RUV-2, RUV-4, RUV-inv, RUV-rinv, RUV-I, and RUV-III, along with various supporting algorithms.

r-openai 0.4.1
Propagated dependencies: r-assertthat@0.2.1 r-glue@1.8.0 r-httr@1.4.7 r-jsonlite@2.0.0 r-lifecycle@1.0.4 r-magrittr@2.0.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/irudnyts/openai
Licenses: Expat
Build system: r
Synopsis: R Wrapper for OpenAI API
Description:

This package provides an R wrapper of OpenAI API endpoints (see https://platform.openai.com/docs/introduction for details). This package covers Models, Completions, Chat, Edits, Images, Embeddings, Audio, Files, Fine-tunes, Moderations, and legacy Engines endpoints.

r-foreach 1.5.2
Propagated dependencies: r-codetools@0.2-20 r-iterators@1.0.14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/foreach
Licenses: ASL 2.0
Build system: r
Synopsis: Foreach looping construct for R
Description:

This package provides support for the foreach looping construct. foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter. This package in particular is intended to be used for its return value, rather than for its side effects. In that sense, it is similar to the standard lapply function, but doesn't require the evaluation of a function. Using foreach without side effects also facilitates executing the loop in parallel.

r-kableextra 1.4.0
Propagated dependencies: r-digest@0.6.39 r-htmltools@0.5.8.1 r-knitr@1.50 r-magrittr@2.0.4 r-rmarkdown@2.30 r-rstudioapi@0.17.1 r-scales@1.4.0 r-stringr@1.6.0 r-svglite@2.2.2 r-viridislite@0.4.2 r-xml2@1.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://haozhu233.github.io/kableExtra/
Licenses: Expat
Build system: r
Synopsis: Construct complex tables with pipe syntax
Description:

Build complex HTML or LaTeX tables using kable() from knitr and the piping syntax from magrittr. The function kable() is a light weight table generator coming from knitr. This package simplifies the way to manipulate the HTML or LaTeX codes generated by kable() and allows users to construct complex tables and customize styles using a readable syntax.

r-seqinr 4.2-36
Dependencies: zlib@1.3.1
Propagated dependencies: r-ade4@1.7-23 r-segmented@2.1-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://seqinr.r-forge.r-project.org/
Licenses: GPL 2+
Build system: r
Synopsis: Biological sequences retrieval and analysis
Description:

This package provides tools for exploratory data analysis and data visualization of biological sequence (DNA and protein) data. It also includes utilities for sequence data management under the ACNUC system.

r-svdialogs 1.1.1
Dependencies: yad@12.0 zenity@3.44.1
Propagated dependencies: r-rstudioapi@0.17.1 r-svgui@1.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/SciViews/svDialogs/
Licenses: GPL 2
Build system: r
Synopsis: Portable dialog boxes
Description:

This package helps to construct standard dialog boxes for your GUI, including message boxes, input boxes, list, file or directory selection, and others. In case R cannot display GUI dialog boxes, a simpler command line version of these interactive elements is also provided as a fallback solution.

r-threejs 0.3.4
Propagated dependencies: r-base64enc@0.1-3 r-crosstalk@1.2.2 r-htmlwidgets@1.6.4 r-igraph@2.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://bwlewis.github.io/rthreejs
Licenses: Expat
Build system: r
Synopsis: Interactive 3D scatter plots, networks and globes
Description:

Create interactive 3D scatter plots, network plots, and globes in R using the three.js visualization library.

r-pegas 1.3
Propagated dependencies: r-ape@5.8-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://ape-package.ird.fr/pegas.html
Licenses: GPL 2+
Build system: r
Synopsis: Population and evolutionary genetics analysis system
Description:

This package provides functions for reading, writing, plotting, analysing, and manipulating allelic and haplotypic data, including from VCF files, and for the analysis of population nucleotide sequences and micro-satellites including coalescent analyses, linkage disequilibrium, population structure (Fst, Amova) and equilibrium (HWE), haplotype networks, minimum spanning tree and network, and median-joining networks.

r-flashclust 1.01-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/flashClust/
Licenses: GPL 2+
Build system: r
Synopsis: Implementation of optimal hierarchical clustering
Description:

This package provides a fast implementation of hierarchical clustering.

r-gridtext 0.1.5
Propagated dependencies: r-curl@7.0.0 r-jpeg@0.1-11 r-markdown@2.0 r-png@0.1-8 r-rcpp@1.1.0 r-rlang@1.1.6 r-stringr@1.6.0 r-xml2@1.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://wilkelab.org/gridtext/
Licenses: Expat
Build system: r
Synopsis: Improved text rendering support for Grid graphics
Description:

This package provides support for rendering of formatted text using Grid graphics. Text can be formatted via a minimal subset of Markdown, HTML, and inline CSS directives, and it can be rendered both with and without word wrap.

r-acrosstic 1.0-3
Propagated dependencies: r-lpsolve@5.6.23 r-treeclust@1.1-7.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/AcrossTic/
Licenses: GPL 2+
Build system: r
Synopsis: Cost-minimal regular spanning subgraph with TreeClust
Description:

This is a package for constructing minimum-cost regular spanning subgraph as part of a non-parametric two-sample test for equality of distribution.

r-shinydashboard 0.7.3
Propagated dependencies: r-htmltools@0.5.8.1 r-promises@1.5.0 r-shiny@1.11.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rstudio.github.io/shinydashboard/
Licenses: GPL 2+
Build system: r
Synopsis: Create dashboards with shiny
Description:

This package provides an extension to the Shiny web application framework for R, making it easy to create attractive dashboards.

r-acousticndlcoder 1.0.2
Propagated dependencies: r-seewave@2.2.4 r-tuner@1.4.7 r-zoo@1.8-14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/AcousticNDLCodeR/
Licenses: GPL 2+
Build system: r
Synopsis: Coding sound files for use with NDL
Description:

Make acoustic cues to use with the R package ndl. The package implements functions used in the PLoS ONE paper "Words from spontaneous conversational speech can be recognized with human-like accuracy by an error-driven learning algorithm that discriminates between meanings straight from smart acoustic features, bypassing the phoneme as recognition unit." doi:10.1371/journal.pone.0174623

r-isocodes 2025.05.18
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=ISOcodes
Licenses: GPL 2
Build system: r
Synopsis: Selected ISO codes
Description:

This package provides ISO language, territory, currency, script and character codes. It provides ISO 639 language codes, ISO 3166 territory codes, ISO 4217 currency codes, ISO 15924 script codes, and the ISO 8859 character codes as well as the UN M.49 area codes.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31087