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

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-lemon 0.5.2
Propagated dependencies: r-ggplot2@4.0.1 r-gridextra@2.3 r-gtable@0.3.6 r-knitr@1.50 r-lattice@0.22-7 r-plyr@1.8.9 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/stefanedwards/lemon
Licenses: GPL 3
Build system: r
Synopsis: Freshen up your ggplot2 plots
Description:

This package provides functions for working with legends and axis lines of ggplot2, facets that repeat axis lines on all panels, and some knitr extensions.

r-mlbench 2.1-6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/mlbench/
Licenses: GPL 2
Build system: r
Synopsis: Machine learning benchmark problems
Description:

This package provides a collection of artificial and real-world machine learning benchmark problems, including, e.g., several data sets from the UCI repository.

r-binom 1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=binom
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Binomial confidence intervals for several parameterizations
Description:

Constructs confidence intervals on the probability of success in a binomial experiment via several parameterizations

r-r2glmm 0.1.3
Propagated dependencies: r-afex@1.5-0 r-ggplot2@4.0.1 r-gridextra@2.3 r-mass@7.3-65 r-matrix@1.7-4 r-mgcv@1.9-4 r-pbkrtest@0.5.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/bcjaeger/r2glmm
Licenses: GPL 2
Build system: r
Synopsis: Compute R squared for mixed (multilevel) models
Description:

This package computes model and semi partial R squared with confidence limits for the linear and generalized linear mixed model (LMM and GLMM). The R squared measure from L. J. Edwards et al. (2008) is extended to the GLMM using penalized quasi-likelihood (PQL) estimation (see Jaeger et al. (2016)).

r-dials 1.4.2
Propagated dependencies: r-cli@3.6.5 r-dicedesign@1.10 r-dplyr@1.1.4 r-glue@1.8.0 r-hardhat@1.4.2 r-lifecycle@1.0.4 r-pillar@1.11.1 r-purrr@1.2.0 r-rlang@1.1.6 r-scales@1.4.0 r-sfd@0.1.0 r-tibble@3.3.0 r-vctrs@0.6.5 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://dials.tidymodels.org/
Licenses: GPL 2
Build system: r
Synopsis: Tools for creating tuning parameter values
Description:

Many models contain tuning parameters (i.e. parameters that cannot be directly estimated from the data). These tools can be used to define objects for creating, simulating, or validating values for such parameters.

r-abemus 1.0.1
Propagated dependencies: r-data-table@1.17.8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/abemus/
Licenses: GPL 3
Build system: r
Synopsis: Adaptive base error model in ultra-deep sequencing data
Description:

This package provides an implementation of Adaptive Base Error Model in Ultra-deep Sequencing data (ABEMUS), which combines platform-specific genetic knowledge and empirical signal to readily detect and quantify somatic single nucleotide variants (SNVs) in circulating cell free DNA (cfDNA).

r-riverplot 0.10
Propagated dependencies: r-rcolorbrewer@1.1-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://logfc.wordpress.com
Licenses: GPL 2+
Build system: r
Synopsis: Sankey or ribbon plots
Description:

Sankey plots are a type of diagram that is convenient to illustrate how flow of information, resources etc. separates and joins, much like observing how rivers split and merge. For example, they can be used to compare different clusterings. This package provides an implementation of Sankey plots for R.

r-partitions 1.10-9
Propagated dependencies: r-gmp@0.7-5 r-polynom@1.4-1 r-rdpack@2.6.4 r-sets@1.0-25
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/partitions
Licenses: GPL 2+
Build system: r
Synopsis: Additive partitions of integers
Description:

This package provides tools to enumerates the partitions, unequal partitions, and restricted partitions of an integer; the three corresponding partition functions are also given.

r-filematrix 1.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/andreyshabalin/filematrix
Licenses: LGPL 3
Build system: r
Synopsis: File-backed matrix class with convenient read and write access
Description:

This package provides an interface for working with large matrices stored in files, not in computer memory. It supports multiple non-character data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4 byte real values). Access to parts of the matrix is done by indexing, exactly as with usual R matrices. It supports very large matrices; the package has been tested on multi-terabyte matrices. It allows for more than 2^32 rows or columns, ad allows for quick addition of extra columns to a filematrix.

r-dotcall64 1.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://git.math.uzh.ch/reinhard.furrer/dotCall64
Licenses: GPL 2+
Build system: r
Synopsis: Enhanced foreign function interface supporting long vectors
Description:

This package provides .C64(), an enhanced version of .C() and .Fortran() from the R foreign function interface. .C64() supports long vectors, arguments of type 64-bit integer, and provides a mechanism to avoid unnecessary copies of read-only and write-only arguments. This makes it a convenient and fast interface to C/C++ and Fortran code.

r-diffusionmap 1.2.0
Propagated dependencies: r-igraph@2.2.1 r-matrix@1.7-4 r-scatterplot3d@0.3-44
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.r-project.org
Licenses: GPL 2
Build system: r
Synopsis: Diffusion map
Description:

This package implements the diffusion map method of data parametrization, including creation and visualization of diffusion maps, clustering with diffusion K-means and regression using the adaptive regression model.

r-mediation 4.5.1
Propagated dependencies: r-boot@1.3-32 r-hmisc@5.2-4 r-lme4@1.1-37 r-lpsolve@5.6.23 r-mass@7.3-65 r-matrix@1.7-4 r-mvtnorm@1.3-3 r-sandwich@3.1-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://imai.princeton.edu/projects/mechanisms.html
Licenses: GPL 2+
Build system: r
Synopsis: Causal mediation analysis
Description:

This package implements parametric and non-parametric mediation analysis. This package performs the methods and suggestions in Imai, Keele and Yamamoto (2010) <DOI:10.1214/10-STS321>, Imai, Keele and Tingley (2010) <DOI:10.1037/a0020761>, Imai, Tingley and Yamamoto (2013) <DOI:10.1111/j.1467-985X.2012.01032.x>, Imai and Yamamoto (2013) <DOI:10.1093/pan/mps040> and Yamamoto (2013). In addition to the estimation of causal mediation effects, the software also allows researchers to conduct sensitivity analysis for certain parametric models.

r-nanonext 1.7.2
Dependencies: mbedtls@2.28.9 nng@1.10.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://shikokuchuo.net/nanonext/
Licenses: GPL 3+
Build system: r
Synopsis: NNG (Nanomsg Next Gen) lightweight messaging library
Description:

This package provides R bindings for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is a socket library for reliable, high-performance messaging over in-process, IPC, TCP, WebSocket and secure TLS transports. It implements Scalability Protocols, a standard for common communications patterns including publish/subscribe, request/reply and service discovery. As its own threaded concurrency framework, it provides a toolkit for asynchronous programming and distributed computing. Intuitive aio objects resolve automatically when asynchronous operations complete, and synchronisation primitives allow R to wait upon events signalled by concurrent threads.

r-shape 1.4.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/shape
Licenses: GPL 3+
Build system: r
Synopsis: Functions for plotting graphical shapes
Description:

This package provides functions for plotting graphical shapes such as ellipses, circles, cylinders, arrows, ...

r-rworldmap 1.3-8
Propagated dependencies: r-fields@17.1 r-raster@3.6-32 r-sp@2.2-0 r-terra@1.8-86
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/AndySouth/rworldmap/
Licenses: GPL 2+
Build system: r
Synopsis: Mapping Global Data
Description:

Enables mapping of country level and gridded user datasets.

r-arules 1.7-11
Propagated dependencies: r-generics@0.1.4 r-matrix@1.7-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mhahsler/arules
Licenses: GPL 3
Build system: r
Synopsis: Mining association rules and frequent itemsets
Description:

This package provides an infrastructure for representing, manipulating and analyzing transaction data and patterns (frequent itemsets and association rules). It also provides C implementations of the association mining algorithms Apriori and Eclat.

r-circstats 0.2-7
Propagated dependencies: r-boot@1.3-32 r-mass@7.3-65
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=CircStats
Licenses: GPL 2
Build system: r
Synopsis: Circular Statistics, from "Topics in Circular Statistics" (2001)
Description:

Circular Statistics, from "Topics in Circular Statistics" (2001) S. Rao Jammalamadaka and A. SenGupta, World Scientific.

r-mhsmm 0.4.21
Propagated dependencies: r-mvtnorm@1.3-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jaredo/mhsmm/
Licenses: GPL 2+
Build system: r
Synopsis: Inference for hidden Markov and semi-Markov models
Description:

The r-mhsmm package implements estimation and prediction methods for hidden Markov and semi-Markov models for multiple observation sequences. Such techniques are of interest when observed data is thought to be dependent on some unobserved (or hidden) state. Also, this package is suitable for equidistant time series data, with multivariate and/or missing data. Allows user defined emission distributions.

r-robslopes 1.1.3
Propagated dependencies: r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=robslopes
Licenses: GPL 2+
Build system: r
Synopsis: Fast algorithms for robust slopes
Description:

This package provides fast algorithms for the Theil-Sen estimator, Siegel's repeated median slope estimator, and Passing-Bablok regression. The implementation is based on algorithms by Dillencourt et al. (1992) <doi:10.1142/S0218195992000020> and Matousek et al. (1998) <doi:10.1007/PL00009190>. The implementations are detailed in Raymaekers (2023) <doi:10.32614/RJ-2023-012> and Raymaekers J., Dufey F. (2022) <arXiv:2202.08060>. All algorithms run in quasilinear time.

r-loo 2.8.0
Dependencies: pandoc@2.19.2
Propagated dependencies: r-checkmate@2.3.3 r-matrixstats@1.5.0 r-posterior@1.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mc-stan.org/loo/
Licenses: GPL 3+
Build system: r
Synopsis: Leave-One-Out cross-validation and WAIC for Bayesian models
Description:

This package provides an implementation of efficient approximate leave-one-out (LOO) cross-validation for Bayesian models fit using Markov chain Monte Carlo, as described in doi:10.1007/s11222-016-9696-4. The approximation uses Pareto smoothed importance sampling (PSIS), a new procedure for regularizing importance weights. As a byproduct of the calculations, we also obtain approximate standard errors for estimated predictive errors and for the comparison of predictive errors between models. The package also provides methods for using stacking and other model weighting techniques to average Bayesian predictive distributions.

r-rjsonio 2.0.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=RJSONIO
Licenses: Modified BSD
Build system: r
Synopsis: Serialize R objects to JSON
Description:

This is a package that allows conversion to and from data in JavaScript Object Notation (JSON) format. This allows R objects to be inserted into Javascript/ECMAScript/ActionScript code and allows R programmers to read and convert JSON content to R objects. This is an alternative to the rjson package.

r-wheatmap 0.2.0
Propagated dependencies: r-colorspace@2.1-2 r-rcolorbrewer@1.1-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/zwdzwd/wheatmap
Licenses: GPL 3
Build system: r
Synopsis: Incrementally build complex plots using natural semantics
Description:

This package lets you build complex plots, heatmaps in particular, using natural semantics. Bigger plots can be assembled using directives such as LeftOf, RightOf, TopOf, and Beneath and more. Other features include clustering, dendrograms and integration with ggplot2 generated grid objects. This package is particularly designed for bioinformaticians to assemble complex plots for publication.

r-useful 1.2.6.1
Propagated dependencies: r-assertthat@0.2.1 r-dplyr@1.1.4 r-ggplot2@4.0.1 r-magrittr@2.0.4 r-matrix@1.7-4 r-plyr@1.8.9 r-purrr@1.2.0 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jaredlander/useful
Licenses: Modified BSD
Build system: r
Synopsis: Collection of handy, useful functions
Description:

This package provides a set of little functions that have been found useful to do little odds and ends such as plotting the results of K-means clustering, substituting special text characters, viewing parts of a data.frame, constructing formulas from text and building design and response matrices.

r-abcp2 1.2
Propagated dependencies: r-mass@7.3-65
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ABCp2/
Licenses: GPL 2
Build system: r
Synopsis: Approximate Bayesian Computational Model for Estimating P2
Description:

This package tests the goodness of fit of a distribution of offspring to the Normal, Poisson, and Gamma distribution and estimates the proportional paternity of the second male (P2) based on the best fit distribution.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31087