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

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-metrics 0.1.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mfrasco/Metrics
Licenses: Modified BSD
Build system: r
Synopsis: Evaluation metrics for machine learning
Description:

This package provides an implementation of evaluation metrics in R that are commonly used in supervised machine learning. It implements metrics for regression, time series, binary classification, classification, and information retrieval problems. It has zero dependencies and a consistent, simple interface for all functions.

r-ga 3.2.4
Propagated dependencies: r-cli@3.6.5 r-crayon@1.5.3 r-foreach@1.5.2 r-iterators@1.0.14 r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://luca-scr.github.io/GA/
Licenses: GPL 2+
Build system: r
Synopsis: Genetic algorithms for stochastic optimisation
Description:

Flexible general-purpose toolbox implementing genetic algorithms (GAs) for stochastic optimisation. Binary, real-valued, and permutation representations are available to optimize a fitness function, i.e., a function provided by users depending on their objective function. Several genetic operators are available and can be combined to explore the best settings for the current task. Furthermore, users can define new genetic operators and easily evaluate their performances. Local search using general-purpose optimisation algorithms can be applied stochastically to exploit interesting regions. GAs can be run sequentially or in parallel, using an explicit master-slave parallelisation or a coarse-grain islands approach.

r-sysfonts 0.8.9
Dependencies: freetype@2.13.3 libpng@1.6.39 zlib@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/yixuan/sysfonts
Licenses: GPL 2
Build system: r
Synopsis: Loading fonts into R
Description:

This is a package to simplify loading of system fonts and Google Fonts into R, in order to support other packages.

r-als 0.0.7
Propagated dependencies: r-iso@0.0-21 r-nnls@1.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ALS
Licenses: GPL 2+
Build system: r
Synopsis: Multivariate curve resolution alternating least squares
Description:

Alternating least squares is often used to resolve components contributing to data with a bilinear structure; the basic technique may be extended to alternating constrained least squares. This package provides an implementation of multivariate curve resolution alternating least squares (MCR-ALS).

Commonly applied constraints include unimodality, non-negativity, and normalization of components. Several data matrices may be decomposed simultaneously by assuming that one of the two matrices in the bilinear decomposition is shared between datasets.

r-fscache 1.0.5
Propagated dependencies: r-chk@0.10.0 r-lgr@0.5.0 r-lifecycle@1.0.4 r-r-utils@2.13.0 r-r6@2.6.1 r-stringi@1.8.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gitlab.com/cnrgh/databases/r-fscache
Licenses: AGPL 3
Build system: r
Synopsis: File system cache
Description:

This package manages a file system cache. Regular files can be moved or copied to the cache folder. Sub-folders can be created in order to organize the files. Files can be located inside the cache using a glob function. Text contents can be easily stored in and retrieved from the cache using dedicated functions. It can be used for an application or a package, as a global cache, or as a per-user cache, in which case the standard OS user cache folder will be used.

r-webfakes 1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://webfakes.r-lib.org/
Licenses: Expat
Build system: r
Synopsis: Fake web apps for HTTP testing
Description:

This package lets you create a web app that makes it easier to test web clients without using the internet. It includes a web app framework with path matching, parameters and templates. It can parse various HTTP request bodies. It can send JSON data or files from the disk. It includes a web app that implements the httpbin.org web service.

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-corrplot 0.95
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/taiyun/corrplot
Licenses: GPL 2+
Build system: r
Synopsis: Visualization of a correlation matrix
Description:

This package provides a graphical display of a correlation matrix or general matrix. It also contains some algorithms to do matrix reordering. In addition, corrplot is good at details, including choosing color, text labels, color labels, layout, etc.

r-fst 0.9.8
Propagated dependencies: r-fstcore@0.10.0 r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.fstpackage.org
Licenses: AGPL 3
Build system: r
Synopsis: Fast serialization of data frames
Description:

The fst package for R provides a fast, easy and flexible way to serialize data frames. With access speeds of multiple GB/s, fst is specifically designed to unlock the potential of high speed solid state disks. Data frames stored in the fst format have full random access, both in column and rows. The fst format allows for random access of stored data and compression with the LZ4 and ZSTD compressors.

r-matrix 1.7-4
Propagated dependencies: r-lattice@0.22-7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://Matrix.R-forge.R-project.org/
Licenses: GPL 2+
Build system: r
Synopsis: Sparse and dense matrix classes and methods
Description:

This package provides classes and methods for dense and sparse matrices and operations on them using LAPACK and SuiteSparse.

r-gplots 3.2.0
Propagated dependencies: r-catools@1.18.3 r-gtools@3.9.5 r-kernsmooth@2.23-26
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/gplots
Licenses: GPL 2+
Build system: r
Synopsis: Various R programming tools for plotting data
Description:

This package provides various R programming tools for plotting data, including:

  • calculating and plotting locally smoothed summary function

  • enhanced versions of standard plots

  • manipulating colors

  • calculating and plotting two-dimensional data summaries

  • enhanced regression diagnostic plots

  • formula-enabled interface to stats::lowess function

  • displaying textual data in plots

  • balloon plots

  • plotting "Venn" diagrams

  • displaying Open-Office style plots

  • plotting multiple data on same region, with separate axes

  • plotting means and confidence intervals

  • spacing points in an x-y plot so they don't overlap

r-bigassertr 0.1.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/privefl/bigassertr
Licenses: GPL 3
Build system: r
Synopsis: Assertion and message functions
Description:

This package provides enhanced message functions (cat() / message() / warning() / error()) using wrappers around sprintf(). It also provides multiple assertion functions (e.g. to check class, length, values, files, arguments, etc.).

r-mritc 0.5-3
Propagated dependencies: r-lattice@0.22-7 r-misc3d@0.9-1 r-oro-nifti@0.11.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=mritc
Licenses: GPL 3+
Build system: r
Synopsis: MRI tissue classification
Description:

This package provides various methods for MRI tissue classification.

r-mlr3measures 1.2.0
Propagated dependencies: r-checkmate@2.3.3 r-mlr3misc@0.19.0 r-prroc@1.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3measures.mlr-org.com/
Licenses: LGPL 3
Build system: r
Synopsis: Performance measures for mlr3
Description:

This package implements multiple performance measures for supervised learning. It includes over 40 measures for regression and classification. Additionally, meta information about the performance measures can be queried, e.g. what the best and worst possible performances scores are.

r-d3network 0.5.2.1
Propagated dependencies: r-plyr@1.8.9 r-rjson@0.2.23 r-whisker@0.4.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://christophergandrud.github.io/d3Network/
Licenses: GPL 3+
Build system: r
Synopsis: Create D3 JavaScript network, tree, dendrogram, and Sankey graphs
Description:

This package is intended to make it easy to create D3 JavaScript network, tree, dendrogram, and Sankey graphs from R using data frames.

r-ggforce 0.5.0
Propagated dependencies: r-cli@3.6.5 r-cpp11@0.5.2 r-ggplot2@4.0.1 r-gtable@0.3.6 r-lifecycle@1.0.4 r-mass@7.3-65 r-polyclip@1.10-7 r-rlang@1.1.6 r-scales@1.4.0 r-systemfonts@1.3.1 r-tidyselect@1.2.1 r-tweenr@2.0.3 r-vctrs@0.6.5 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://ggforce.data-imaginist.com
Licenses: Expat
Build system: r
Synopsis: Accelerating ggplot2
Description:

The aim of the ggplot2 package is to aid in visual data investigations. This focus has led to a lack of facilities for composing specialized plots. This package aims to be a collection of mainly new statistics and geometries that fills this gap.

r-zyp 0.11-1
Propagated dependencies: r-kendall@2.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/zyp/
Licenses: LGPL 2.1
Build system: r
Synopsis: Zhang + Yue-Pilon Trends Package
Description:

This package contains an efficient implementation of Sen's slope method (Sen, 1968) plus implementation of Xuebin Zhang's (Zhang, 1999) and Yue-Pilon's (Yue, 2002) pre-whitening approaches to determining trends in climate data.

r-stopwords 2.3
Propagated dependencies: r-isocodes@2025.05.18
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/quanteda/stopwords
Licenses: Expat
Build system: r
Synopsis: Multilingual stopword lists
Description:

This package provides multiple sources of stopwords, for use in text analysis and natural language processing.

r-reportr 1.3.1
Propagated dependencies: r-ore@1.7.5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jonclayden/reportr
Licenses: GPL 2
Build system: r
Synopsis: General message and error reporting system
Description:

This package provides a system for reporting messages, which offers certain useful features over the standard R system, such as the incorporation of output consolidation, message filtering, assertions, expression substitution, automatic generation of stack traces for debugging, and conditional reporting based on the current "output level".

r-brglm2 1.0.1
Propagated dependencies: r-enrichwith@0.4.0 r-mass@7.3-65 r-matrix@1.7-4 r-nleqslv@3.3.5 r-nnet@7.3-20 r-numderiv@2016.8-1.1 r-statmod@1.5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ikosmidis/brglm2
Licenses: GPL 3
Build system: r
Synopsis: Bias reduction in generalized linear models
Description:

This is a package for estimation and inference from generalized linear models based on various methods for bias reduction and maximum penalized likelihood with powers of the Jeffreys prior as penalty. The brglmFit fitting method can achieve reduction of estimation bias by solving either the mean bias-reducing adjusted score equations in Firth (1993) <doi:10.1093/biomet/80.1.27> and Kosmidis and Firth (2009) <doi:10.1093/biomet/asp055>, or the median bias-reduction adjusted score equations in Kenne et al. (2017) <doi:10.1093/biomet/asx046>, or through the direct subtraction of an estimate of the bias of the maximum likelihood estimator from the maximum likelihood estimates as in Cordeiro and McCullagh (1991) <https://www.jstor.org/stable/2345592>.

r-rastervis 0.51.7
Propagated dependencies: r-hexbin@1.28.5 r-lattice@0.22-7 r-latticeextra@0.6-31 r-raster@3.6-32 r-rcolorbrewer@1.1-3 r-sp@2.2-0 r-terra@1.8-86 r-viridislite@0.4.2 r-zoo@1.8-14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://oscarperpinan.github.io/rastervis/
Licenses: GPL 3
Build system: r
Synopsis: Visualization methods for raster data
Description:

This package provides methods for enhanced visualization and interaction with raster data. It implements visualization methods for quantitative data and categorical data, both for univariate and multivariate rasters. It also provides methods to display spatiotemporal rasters, and vector fields.

r-aer 1.2-15
Propagated dependencies: r-car@3.1-3 r-formula@1.2-5 r-lmtest@0.9-40 r-sandwich@3.1-1 r-survival@3.8-3 r-zoo@1.8-14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=AER
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Applied econometrics with R
Description:

This package provides functions, data sets, examples, demos, and vignettes for the book Christian Kleiber and Achim Zeileis (2008), Applied Econometrics with R, Springer-Verlag, New York. ISBN 978-0-387-77316-2. (See the vignette "AER" for a package overview.)

r-paradox 1.0.1
Propagated dependencies: r-backports@1.5.0 r-checkmate@2.3.3 r-data-table@1.17.8 r-mlr3misc@0.19.0 r-r6@2.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://paradox.mlr-org.com/
Licenses: LGPL 3
Build system: r
Synopsis: Define and work with parameter spaces for complex algorithms
Description:

With this package it is possible to define parameter spaces, constraints and dependencies for arbitrary algorithms, and to program on such spaces. It also includes statistical designs and random samplers. Objects are implemented as R6 classes.

r-locfdr 1.1-8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/locfdr/
Licenses: GPL 2
Build system: r
Synopsis: Computes local false discovery rates
Description:

This package can be used to compute local false discovery rates.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091