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

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-iso 0.0-21
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.stat.auckland.ac.nz/~rolf/
Licenses: GPL 2+
Build system: r
Synopsis: Functions to perform isotonic regression
Description:

This package provides support for linear order and unimodal order (univariate) isotonic regression and bivariate isotonic regression with linear order on both variables.

r-babelwhale 1.2.0
Propagated dependencies: r-crayon@1.5.3 r-digest@0.6.39 r-dplyr@1.1.4 r-dynutils@1.0.12 r-fs@1.6.6 r-glue@1.8.0 r-processx@3.8.6 r-purrr@1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/dynverse/babelwhale
Licenses: Expat
Build system: r
Synopsis: Talking to Docker and Singularity containers
Description:

This package provides a unified interface to interact with Docker and Singularity containers. You can execute a command inside a container, mount a volume or copy a file.

r-foreign 0.8-90
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/foreign
Licenses: GPL 2+
Build system: r
Synopsis: Read data stored by other statistics software
Description:

This package provides functions for reading and writing data stored by some versions of Epi Info, Minitab, S, SAS, SPSS, Stata, Systat and Weka and for reading and writing some dBase files.

r-qpcr 1.4-2
Propagated dependencies: r-mass@7.3-65 r-matrix@1.7-4 r-minpack-lm@1.2-4 r-rgl@1.3.31 r-robustbase@0.99-6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=qpcR
Licenses: GPL 2+
Build system: r
Synopsis: Modelling and analysis of real-time PCR data
Description:

This is a package for model fitting, optimal model selection and calculation of various features that are essential in the analysis of quantitative real-time polymerase chain reaction (qPCR).

r-ndjson 0.9.1
Dependencies: gzstream@1.5 zlib@1.3.1
Propagated dependencies: r-data-table@1.17.8 r-rcpp@1.1.0 r-tibble@3.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gitlab.com/hrbrmstr/ndjson
Licenses: Expat
Build system: r
Synopsis: Wicked-Fast @dfn{Streaming JSON} (ndjson) Reader
Description:

Streaming JSON (ndjson) has one JSON record per-line and many modern ndjson files contain large numbers of records. These constructs may not be columnar in nature, but it is often useful to read in these files and "flatten" the structure out to enable working with the data in an R data.frame-like context. Functions are provided that make it possible to read in plain ndjson files or compressed (gz) ndjson files and either validate the format of the records or create "flat" data.table structures from them.

r-libcoin 1.0-10
Propagated dependencies: r-mvtnorm@1.3-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/libcoin
Licenses: GPL 2
Build system: r
Synopsis: Linear test statistics for permutation inference
Description:

This package provides basic infrastructure for linear test statistics and permutation inference in the framework of Strasser and Weber (1999).

r-sodium 1.4.0
Dependencies: libsodium@1.0.18
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jeroen/sodium
Licenses: Expat
Build system: r
Synopsis: R bindings to the libsodium crypto library
Description:

This package provides bindings to libsodium: a library for encryption, decryption, signatures, password hashing and more. Sodium uses curve25519, a Diffie-Hellman function by Daniel Bernstein, which has become very popular after it was discovered that the NSA had backdoored Dual EC DRBG.

r-limsolve 2.0.1
Propagated dependencies: r-lpsolve@5.6.23 r-mass@7.3-65 r-quadprog@1.5-8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/limSolve
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Solving linear inverse models
Description:

This package provides functions that:

  1. find the minimum/maximum of a linear or quadratic function,

  2. sample an underdetermined or overdetermined system,

  3. solve a linear system Ax=B for the unknown x.

It includes banded and tridiagonal linear systems. The package calls Fortran functions from LINPACK.

r-pdist 1.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jeffwong/pdist
Licenses: GPL 3+
Build system: r
Synopsis: Partitioned distance function
Description:

Pdist computes the euclidean distance between rows of a matrix X and rows of another matrix Y. Previously, this could be done by binding the two matrices together and calling dist, but this creates unnecessary computation by computing the distances between a row of X and another row of X, and likewise for Y. Pdist strictly computes distances across the two matrices, not within the same matrix, making computations significantly faster for certain use cases.

r-abacus 1.0.0
Propagated dependencies: r-ggplot2@4.0.1 r-shiny@1.11.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://shiny.abdn.ac.uk/Stats/apps/
Licenses: GPL 3
Build system: r
Synopsis: Apps-based activities for communicating and understanding statistics
Description:

This package provides a set of Shiny apps for effective communication and understanding in statistics. The current version includes properties of normal distribution, properties of sampling distribution, one-sample z and t tests, two samples independent (unpaired) t test and analysis of variance.

r-minty 0.0.5
Propagated dependencies: r-cpp11@0.5.2 r-tzdb@0.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gesistsa.github.io/minty/
Licenses: Expat
Build system: r
Synopsis: Minimal type guesser
Description:

This is a port of the type guesser from the readr package, the so-called readr first edition parsing engine, now superseded by vroom.

r-lmds 0.1.0
Propagated dependencies: r-assertthat@0.2.1 r-dynutils@1.0.12 r-irlba@2.3.5.1 r-matrix@1.7-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/dynverse/lmds
Licenses: GPL 3
Build system: r
Synopsis: Landmark multi-dimensional scaling
Description:

This package provides a fast dimensionality reduction method scalable to large numbers of samples. Landmark Multi-Dimensional Scaling (LMDS) is an extension of classical Torgerson MDS, but rather than calculating a complete distance matrix between all pairs of samples, only the distances between a set of landmarks and the samples are calculated.

r-bigrquery 1.6.1
Propagated dependencies: r-bit64@4.6.0-1 r-brio@1.1.5 r-cli@3.6.5 r-clock@0.7.3 r-cpp11@0.5.2 r-curl@7.0.0 r-dbi@1.2.3 r-gargle@1.6.0 r-httr@1.4.7 r-jsonlite@2.0.0 r-lifecycle@1.0.4 r-nanoparquet@0.4.2 r-prettyunits@1.2.0 r-rapidjsonr@1.2.1 r-rlang@1.1.6 r-tibble@3.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-dbi/bigrquery
Licenses: GPL 3
Build system: r
Synopsis: R interface to Google's BigQuery API
Description:

This package provides an R interface to Google's BigQuery database.

r-acnr 1.0.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mpierrejean/acnr
Licenses: LGPL 2.1+
Build system: r
Synopsis: Annotated copy-number regions
Description:

This package provides SNP array data from different types of copy-number regions. These regions were identified manually by the authors of the package and may be used to generate realistic data sets with known truth.

r-inum 1.0-5
Propagated dependencies: r-libcoin@1.0-10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/inum/
Licenses: GPL 2
Build system: r
Synopsis: Interval and enum-type representation of vectors
Description:

This package provides an enum-type representation of vectors and representation of intervals, including a method of coercing variables in data frames.

r-qs 0.27.3
Dependencies: lz4@1.10.0 zlib@1.3.1 zstd@1.5.6
Propagated dependencies: r-bh@1.87.0-1 r-rapiserialize@0.1.4 r-rcpp@1.1.0 r-stringfish@0.17.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/traversc/qs
Licenses: GPL 3
Build system: r
Synopsis: Quick serialization of R objects
Description:

This package provides functions for quickly writing and reading any R object to and from disk.

r-gee 4.13-29
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/gee/
Licenses: GPL 2
Build system: r
Synopsis: Generalized estimation equation solver
Description:

This package provides a solver for generalized estimation equations.

r-fitdistrplus 1.2-4
Propagated dependencies: r-mass@7.3-65 r-rlang@1.1.6 r-survival@3.8-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://riskassessment.r-forge.r-project.org
Licenses: GPL 2+
Build system: r
Synopsis: Fitting a parametric distribution from data
Description:

This package extends the fitdistr function of the MASS package with several functions to help the fit of a parametric distribution to non-censored or censored data. Censored data may contain left-censored, right-censored and interval-censored values, with several lower and upper bounds. In addition to maximum likelihood estimation (MLE), the package provides moment matching (MME), quantile matching (QME) and maximum goodness-of-fit estimation (MGE) methods (available only for non-censored data). Weighted versions of MLE, MME and QME are available.

r-abc 2.2.2
Propagated dependencies: r-abc-data@1.1 r-locfit@1.5-9.12 r-mass@7.3-65 r-nnet@7.3-20 r-quantreg@6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/abc/
Licenses: GPL 3+
Build system: r
Synopsis: Tools for Approximate Bayesian Computation (ABC)
Description:

This package implements several Approximate Bayesian Computation (ABC) algorithms for performing parameter estimation, model selection, and goodness-of-fit. Cross-validation tools are also available for measuring the accuracy of ABC estimates, and to calculate the misclassification probabilities of different models.

r-densestbayes 1.0-2.2
Propagated dependencies: r-bh@1.87.0-1 r-mass@7.3-65 r-nlme@3.1-168 r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1 r-rcppeigen@0.3.4.0.2 r-rcppparallel@5.1.11-1 r-rstan@2.32.7 r-rstantools@2.5.0 r-stanheaders@2.32.10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=densEstBayes
Licenses: GPL 2+
Build system: r
Synopsis: Density estimation via Bayesian inference engines
Description:

Bayesian density estimates for univariate continuous random samples are provided using the Bayesian inference engine paradigm. The engine options are: Hamiltonian Monte Carlo, the no U-turn sampler, semiparametric mean field variational Bayes and slice sampling. The methodology is described in Wand and Yu (2020), arXiv:2009.06182.

r-paws-analytics 0.9.0
Propagated dependencies: r-paws-common@0.8.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/paws-r/paws
Licenses: ASL 2.0
Build system: r
Synopsis: Amazon Web Services analytics services
Description:

This package provides an interface to Amazon Web Services analytics services, including Elastic MapReduce Hadoop and Spark big data service, Elasticsearch search engine, and more.

r-base64enc 0.1-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.rforge.net/base64enc
Licenses: GPL 2+
Build system: r
Synopsis: Tools for Base64 encoding
Description:

This package provides tools for handling Base64 encoding. It is more flexible than the orphaned "base64" package.

r-leaps 3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/leaps/
Licenses: GPL 2+
Build system: r
Synopsis: Regression subset selection
Description:

This package provides tools for regression subset selection, including exhaustive search.

r-ztpln 0.1.3
Propagated dependencies: r-distributionutils@0.6-2 r-mixtools@2.0.0.1 r-rcpp@1.1.0 r-rcppeigen@0.3.4.0.2 r-rcppnumerical@0.6-0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mattocci27/ztpln
Licenses: Expat
Build system: r
Synopsis: Zero-truncated Poisson lognormal distribution
Description:

This package provides functions for obtaining the density, random variates and maximum likelihood estimates of the Zero-truncated Poisson lognormal distribution and their mixture distribution.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31087