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

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-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-modeest 2.4.0
Propagated dependencies: r-fbasics@4041.97 r-stable@1.1.6 r-stabledist@0.7-2 r-statip@0.2.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/paulponcet/modeest
Licenses: GPL 3
Build system: r
Synopsis: Mode estimations for univariate data or distributions
Description:

The package provides estimators of the mode of univariate unimodal (and sometimes multimodal) data and values of the modes of usual probability distributions.

r-algdesign 1.2.1.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jvbraun/AlgDesign
Licenses: GPL 2+
Build system: r
Synopsis: Algorithmic experimental design
Description:

This package provides tools to calculate exact and approximate theory experimental designs for D, A, and I criteria. Very large designs may be created. Experimental designs may be blocked or blocked designs created from a candidate list, using several criteria. The blocking can be done when whole and within plot factors interact.

r-reldist 1.7-2
Propagated dependencies: r-densestbayes@1.0-2.2 r-mgcv@1.9-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://www.stat.ucla.edu/~handcock/RelDist
Licenses: GPL 3
Build system: r
Synopsis: Relative distribution methods
Description:

This package provides tools for the comparison of distributions. This includes nonparametric estimation of the relative distribution PDF and CDF and numerical summaries as described in "Relative Distribution Methods in the Social Sciences" by Mark S. Handcock and Martina Morris, Springer-Verlag, 1999, Springer-Verlag, ISBN 0387987789.

r-rentrez 1.2.4
Propagated dependencies: r-httr@1.4.7 r-jsonlite@2.0.0 r-xml@3.99-0.20
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://docs.ropensci.org/rentrez/
Licenses: Expat
Build system: r
Synopsis: Entrez in R
Description:

This package provides an R interface to the NCBI's EUtils API, allowing users to search databases like GenBank PubMed, process the results of those searches and pull data into their R sessions.

r-kknn 1.4.1
Propagated dependencies: r-igraph@2.2.1 r-matrix@1.7-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/KlausVigo/kknn
Licenses: GPL 2+
Build system: r
Synopsis: Weighted k-nearest neighbors
Description:

This is a package providing tools for weighted k-Nearest neighbors for classification, regression and clustering.

r-rtweet 2.0.0
Propagated dependencies: r-bit64@4.6.0-1 r-curl@7.0.0 r-httr@1.4.7 r-httr2@1.2.1 r-jsonlite@2.0.0 r-lifecycle@1.0.4 r-progress@1.2.3 r-rlang@1.1.6 r-tibble@3.3.0 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://docs.ropensci.org/rtweet/
Licenses: Expat
Build system: r
Synopsis: Collect Twitter data
Description:

This package implements tools designed to collect and organize Twitter data via Twitter's REST and stream Application Program Interfaces (API).

r-systemfonts 1.3.1
Dependencies: fontconfig-minimal@2.14.0 freetype@2.13.3 zlib@1.3.1
Propagated dependencies: r-base64enc@0.1-3 r-cpp11@0.5.2 r-jsonlite@2.0.0 r-lifecycle@1.0.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/systemfonts
Licenses: Expat
Build system: r
Synopsis: System native font finding
Description:

This package provides system native access to the font catalogue. As font handling varies between systems it is difficult to correctly locate installed fonts across different operating systems. The 'systemfonts' package provides bindings to the native libraries for finding font files that can then be used further by e.g. graphic devices.

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-coro 1.1.0
Propagated dependencies: r-rlang@1.1.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/coro
Licenses: Expat
Build system: r
Synopsis: Coroutines for R
Description:

This package provides coroutines for R, a family of functions that can be suspended and resumed later on. This includes async functions (which await) and generators (which yield). Async functions are based on the concurrency framework of the promises package. Generators are based on a dependency free iteration protocol defined in coro and are compatible with iterators from the reticulate package.

r-polspline 1.1.25
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/polspline/
Licenses: GPL 2+
Build system: r
Synopsis: Polynomial spline routines
Description:

This package provides routines for the polynomial spline fitting routines hazard regression, hazard estimation with flexible tails, logspline, lspec, polyclass, and polymars.

r-lgr 0.5.0
Propagated dependencies: r-r6@2.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://s-fleck.github.io/lgr/
Licenses: Expat
Build system: r
Synopsis: Fully featured logging framework
Description:

This package offers a flexible, feature-rich yet light-weight logging framework based on R6 classes. It supports hierarchical loggers, custom log levels, arbitrary data fields in log events, logging to plaintext, JSON, (rotating) files, memory buffers, and databases, as well as email and push notifications.

r-intervals 0.15.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/edzer/intervals
Licenses: Artistic License 2.0
Build system: r
Synopsis: Tools for Working with Points and Intervals
Description:

Tools for working with and comparing sets of points and intervals.

r-versions 0.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/versions/
Licenses: Modified BSD
Build system: r
Synopsis: Query and install specific versions of CRAN packages
Description:

This package allows you to install specified versions of R packages hosted on CRAN and provides functions to list available versions and the versions of currently installed packages.

r-glba 0.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=glba
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: General linear ballistic accumulator models
Description:

This package lets you analyze response times and accuracies from psychological experiments with the linear ballistic accumulator (LBA) model from Brown and Heathcote (2008). The LBA model is optionally fitted with explanatory variables on the parameters such as the drift rate, the boundary and the starting point parameters. A log-link function on the linear predictors can be used to ensure that parameters remain positive when needed.

r-tfruns 1.5.4
Propagated dependencies: r-base64enc@0.1-3 r-config@0.3.2 r-jsonlite@2.0.0 r-magrittr@2.0.4 r-reticulate@1.44.1 r-rlang@1.1.6 r-rstudioapi@0.17.1 r-tidyselect@1.2.1 r-whisker@0.4.1 r-yaml@2.3.10
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-hwde 0.67-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/hwde/
Licenses: GPL 2+
Build system: r
Synopsis: Models and tests for departure from Hardy-Weinberg equilibrium
Description:

This package fits models for genotypic disequilibria, as described in Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast terms are available that account for first order interactions between loci. It also implements, for a single locus in a single population, a conditional exact test for Hardy-Weinberg equilibrium.

r-gamlss 5.5-0
Propagated dependencies: r-gamlss-data@6.0-7 r-gamlss-dist@6.1-1 r-mass@7.3-65 r-nlme@3.1-168 r-survival@3.8-3
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: Generalized additive models for location scale and shape
Description:

This package provides functions for fitting the generalized additive models for location scale and shape introduced by Rigby and Stasinopoulos (2005), doi:10.1111/j.1467-9876.2005.00510.x. The models use a distributional regression approach where all the parameters of the conditional distribution of the response variable are modelled using explanatory variables.

r-eyelinker 0.2.1
Propagated dependencies: r-intervals@0.15.5 r-readr@2.1.6 r-stringi@1.8.7 r-stringr@1.6.0 r-tibble@3.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/a-hurst/eyelinker
Licenses: GPL 3
Build system: r
Synopsis: Import ASC Files from EyeLink Eye Trackers
Description:

Imports plain-text ASC data files from EyeLink eye trackers into (relatively) tidy data frames for analysis and visualization.

r-optparse 1.7.5
Propagated dependencies: r-getopt@1.20.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/trevorld/optparse
Licenses: GPL 2+
Build system: r
Synopsis: Command line option parser
Description:

This package provides a command line parser inspired by Python's optparse library to be used with Rscript to write shebang scripts that accept short and long options.

r-rcppdate 0.0.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/eddelbuettel/rcppdate
Licenses: GPL 2+
Build system: r
Synopsis: date C++ header library for date and time functionality
Description:

This package provides a header-only C++ library is provided with support for dates, time zones, ISO weeks, Julian dates, and Islamic dates. date offers extensive date and time functionality for the C++11, C++14 and C++17 standards. A slightly modified version has been accepted (along with tz.h) as part of C++20. This package regroups all header files from the upstream repository so that other R packages can use them in their C++ code.

r-bien 1.2.7
Propagated dependencies: r-ape@5.8-1 r-dbi@1.2.3 r-doparallel@1.0.17 r-foreach@1.5.2 r-rpostgresql@0.7-8 r-sf@1.0-23 r-terra@1.8-86
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=BIEN
Licenses: Expat
Build system: r
Synopsis: Tools for accessing the BIEN database
Description:

This package provides tools for accessing the Botanical Information and Ecology Network (BIEN) database. The BIEN database contains cleaned and standardized botanical data including occurrence, trait, plot and taxonomic data. This package provides functions that query the BIEN database by constructing and executing optimized SQL queries.

r-urlchecker 1.0.1
Propagated dependencies: r-cli@3.6.5 r-curl@7.0.0 r-xml2@1.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/urlchecker
Licenses: GPL 3
Build system: r
Synopsis: Run CRAN URL checks from older R versions
Description:

This package provides the URL checking tools available in R 4.1+ as a package for earlier versions of R. It also uses concurrent requests so can be much faster than the serial versions.

r-truncdist 1.0-2
Propagated dependencies: r-evd@2.3-7.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=truncdist
Licenses: GPL 2+
Build system: r
Synopsis: Truncated random variables
Description:

This package provides a collection of tools to evaluate probability density functions, cumulative distribution functions, quantile functions and random numbers for truncated random variables. These functions are provided to also compute the expected value and variance. Q-Q plots can be produced. All the probability functions in the stats, stats4 and evd packages are automatically available for truncation.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091