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

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-seurat 5.3.1
Propagated dependencies: r-cluster@2.1.8.1 r-cowplot@1.2.0 r-fastdummies@1.7.5 r-fitdistrplus@1.2-4 r-future@1.68.0 r-future-apply@1.20.0 r-generics@0.1.4 r-ggplot2@4.0.1 r-ggrepel@0.9.6 r-ggridges@0.5.7 r-httr@1.4.7 r-ica@1.0-3 r-igraph@2.2.1 r-irlba@2.3.5.1 r-jsonlite@2.0.0 r-kernsmooth@2.23-26 r-leidenbase@0.1.35 r-lifecycle@1.0.4 r-lmtest@0.9-40 r-mass@7.3-65 r-matrix@1.7-4 r-matrixstats@1.5.0 r-miniui@0.1.2 r-patchwork@1.3.2 r-pbapply@1.7-4 r-plotly@4.11.0 r-png@0.1-8 r-progressr@0.18.0 r-rann@2.6.2 r-rcolorbrewer@1.1-3 r-rcpp@1.1.0 r-rcppannoy@0.0.22 r-rcppeigen@0.3.4.0.2 r-rcpphnsw@0.6.0 r-rcppprogress@0.4.2 r-reticulate@1.44.1 r-rlang@1.1.6 r-rocr@1.0-11 r-rspectra@0.16-2 r-rtsne@0.17 r-scales@1.4.0 r-scattermore@1.2 r-sctransform@0.4.2 r-seuratobject@5.2.0 r-shiny@1.11.1 r-spatstat-explore@3.6-0 r-spatstat-geom@3.6-1 r-tibble@3.3.0 r-uwot@0.2.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.satijalab.org/seurat
Licenses: GPL 3
Build system: r
Synopsis: Seurat is an R toolkit for single cell genomics
Description:

This package is an R package designed for QC, analysis, and exploration of single cell RNA-seq data. It easily enables widely-used analytical techniques, including the identification of highly variable genes, dimensionality reduction; PCA, ICA, t-SNE, standard unsupervised clustering algorithms; density clustering, hierarchical clustering, k-means, and the discovery of differentially expressed genes and markers.

r-profmem 0.7.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/HenrikBengtsson/profmem
Licenses: LGPL 2.1+
Build system: r
Synopsis: Simple memory profiling for R
Description:

This package provides a simple and light-weight API for memory profiling of R expressions. The profiling is built on top of R's built-in memory profiler utils::Rprofmem(), which records every memory allocation done by R (also native code).

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-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-batchtools 0.9.18
Propagated dependencies: r-backports@1.5.0 r-base64url@1.4 r-brew@1.0-10 r-checkmate@2.3.3 r-data-table@1.17.8 r-digest@0.6.39 r-fs@1.6.6 r-progress@1.2.3 r-r6@2.6.1 r-rappdirs@0.3.3 r-stringi@1.8.7 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mllg/batchtools
Licenses: LGPL 3
Build system: r
Synopsis: Tools for computation on batch systems
Description:

As a successor of the packages BatchJobs and BatchExperiments, this package provides a parallel implementation of the Map function for high performance computing systems managed by various schedulers. A multicore and socket mode allow the parallelization on a local machines, and multiple machines can be hooked up via SSH to create a makeshift cluster. Moreover, the package provides an abstraction mechanism to define large-scale computer experiments in a well-organized and reproducible way.

r-kendall 2.2.1
Propagated dependencies: r-boot@1.3-32
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/Kendall/
Licenses: GPL 2+
Build system: r
Synopsis: Kendall rank correlation and Mann-Kendall trend test
Description:

This package computes the Kendall rank correlation and Mann-Kendall trend test.

r-acsnminer 0.16.8.25
Propagated dependencies: r-ggplot2@4.0.1 r-gridextra@2.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ACSNMineR
Licenses: GPL 2+
Build system: r
Synopsis: Gene enrichment analysis
Description:

This package provides tools to compute and represent gene set enrichment or depletion from your data based on pre-saved maps from the Atlas of Cancer Signalling Networks (ACSN) or user imported maps. The gene set enrichment can be run with hypergeometric test or Fisher exact test, and can use multiple corrections. Visualization of data can be done either by barplots or heatmaps.

r-acm4r 1.0
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/acm4r/
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Align-and-count method comparisons of RFLP data
Description:

This is a package to compare sequence fragment lengths or molecular weights from pairs of lanes. The number of matching bands in the Restriction Fragment Length Polymorphism (RFLP) data is calculated using the align-and-count method.

r-biglm 0.9-3
Propagated dependencies: r-dbi@1.2.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=biglm
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Bounded memory linear and generalized linear models
Description:

The biglm package lets you create a linear model object that uses only codep^2 memory for p variables. It can be updated with more data using update. This allows linear regression on data sets larger than memory.

r-ztable 0.2.3
Propagated dependencies: r-flextable@0.9.10 r-magrittr@2.0.4 r-officer@0.7.1 r-rcolorbrewer@1.1-3 r-rstudioapi@0.17.1 r-scales@1.4.0 r-stringr@1.6.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ztable
Licenses: GPL 2+
Build system: r
Synopsis: Zebra-striped tables in LaTeX and HTML formats for R
Description:

This package provides functions to make zebra-striped tables (tables with alternating row colors) in LaTeX and HTML formats easily from data.frame, matrix, lm, aov, anova, glm, coxph, nls, fitdistr, mytable and cbind.mytable objects.

r-purrr 1.2.0
Propagated dependencies: r-cli@3.6.5 r-lifecycle@1.0.4 r-magrittr@2.0.4 r-rlang@1.1.6 r-vctrs@0.6.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hadley/purrr
Licenses: GPL 3+
Build system: r
Synopsis: Functional programming tools
Description:

This package completes R's functional programming tools with missing features present in other programming languages.

r-cmplot 4.5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/YinLiLin/CMplot
Licenses: GPL 2+
Build system: r
Synopsis: Circle Manhattan plot
Description:

Circle Manhattan Plot is an R package that can lay out genome-wide association study P-value results in both traditional rectangular patterns, QQ-plot and novel circular ones. United in only one bull's eye style plot, association results from multiple traits can be compared interactively, thereby to reveal both similarities and differences between signals. Additional functions include: highlight signals, a group of SNPs, chromosome visualization and candidate genes around SNPs.

r-lmeinfo 0.3.2
Propagated dependencies: r-nlme@3.1-168
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://jepusto.github.io/lmeInfo/
Licenses: GPL 3
Build system: r
Synopsis: Information matrices for lmeStruct and glsStruct objects
Description:

This package provides analytic derivatives and information matrices for fitted linear mixed effects (lme) models and generalized least squares (gls) models estimated using lme() (from package nlme) and gls() (from package nlme), respectively. The package includes functions for estimating the sampling variance-covariance of variance component parameters using the inverse Fisher information. The variance components include the parameters of the random effects structure (for lme models), the variance structure, and the correlation structure. The expected and average forms of the Fisher information matrix are used in the calculations, and models estimated by full maximum likelihood or restricted maximum likelihood are supported. The package also includes a function for estimating standardized mean difference effect sizes based on fitted lme or gls models.

r-qualv 0.3-5
Propagated dependencies: r-kernsmooth@2.23-26
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://qualV.R-Forge.R-Project.org/
Licenses: GPL 2+
Build system: r
Synopsis: Qualitative Validation Methods
Description:

This package provides qualitative methods for the validation of dynamic models. It contains

  1. an orthogonal set of deviance measures for absolute, relative and ordinal scale and

  2. approaches accounting for time shifts.

The first approach transforms time to take time delays and speed differences into account. The second divides the time series into interval units according to their main features and finds the longest common subsequence (LCS) using a dynamic programming algorithm.

r-gridextra 2.3
Propagated dependencies: r-gtable@0.3.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/baptiste/gridextra
Licenses: GPL 2+
Build system: r
Synopsis: Miscellaneous functions for "Grid" graphics
Description:

This package provides a number of user-level functions to work with grid graphics, notably to arrange multiple grid-based plots on a page, and draw tables.

r-desctools 0.99.60
Propagated dependencies: r-boot@1.3-32 r-cli@3.6.5 r-data-table@1.17.8 r-exact@3.3 r-expm@1.0-0 r-fs@1.6.6 r-gld@2.6.8 r-haven@2.5.5 r-httr@1.4.7 r-mass@7.3-65 r-mvtnorm@1.3-3 r-rcpp@1.1.0 r-readr@2.1.6 r-readxl@1.4.5 r-rstudioapi@0.17.1 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://andrisignorell.github.io/DescTools/
Licenses: GPL 2+
Build system: r
Synopsis: Tools for descriptive statistics
Description:

This package provides a collection of miscellaneous basic statistic functions and convenience wrappers for efficiently describing data. The author's intention was to create a toolbox, which facilitates the (notoriously time consuming) first descriptive tasks in data analysis, consisting of calculating descriptive statistics, drawing graphical summaries and reporting the results. The package contains furthermore functions to produce documents using MS Word (or PowerPoint) and functions to import data from Excel. Many of the included functions can be found scattered in other packages and other sources written partly by Titans of R. The reason for collecting them here, was primarily to have them consolidated in ONE instead of dozens of packages (which themselves might depend on other packages which are not needed at all), and to provide a common and consistent interface as far as function and arguments naming, NA handling, recycling rules etc. are concerned. Google style guides were used as naming rules (in absence of convincing alternatives). The BigCamelCase style was consequently applied to functions borrowed from contributed R packages as well.

r-mlr3mbo 0.3.3
Propagated dependencies: r-bbotk@1.8.1 r-checkmate@2.3.3 r-data-table@1.17.8 r-lgr@0.5.0 r-mlr3@1.2.0 r-mlr3misc@0.19.0 r-mlr3tuning@1.5.0 r-paradox@1.0.1 r-r6@2.6.1 r-spacefillr@0.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3mbo.mlr-org.com
Licenses: LGPL 3
Build system: r
Synopsis: Flexible Bayesian optimization
Description:

This package provides a flexible approach to Bayesian optimization / model based optimization building on the bbotk package. The mlr3mbo is a toolbox providing both ready-to-use optimization algorithms as well as their fundamental building blocks allowing for straightforward implementation of custom algorithms. Single- and multi-objective optimization is supported as well as mixed continuous, categorical and conditional search spaces. Moreover, using mlr3mbo for hyperparameter optimization of machine learning models within the mlr3 ecosystem is straightforward via mlr3tuning.

r-clipr 0.8.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mdlincoln/clipr
Licenses: GPL 3
Build system: r
Synopsis: Read and write from the system clipboard
Description:

This package provides simple utility functions to read from and write to the system clipboards.

r-acss-data 1.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://complexitycalculator.com/methodology.html
Licenses: GPL 2+
Build system: r
Synopsis: Data for algorithmic complexity of short strings
Description:

This is a data only package providing the algorithmic complexity of short strings, computed using the coding theorem method. For a given set of symbols in a string, all possible or a large number of random samples of Turing machines with a given number of states (e.g., 5) and number of symbols corresponding to the number of symbols in the strings were simulated until they reached a halting state or failed to end. This package contains data on 4.5 million strings from length 1 to 12 simulated on Turing machines with 2, 4, 5, 6, and 9 symbols. The complexity of the string corresponds to the distribution of the halting states.

r-mgsub 1.7.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=mgsub
Licenses: Expat
Build system: r
Synopsis: Safe, Multiple, Simultaneous String Substitution
Description:

Designed to enable simultaneous substitution in strings in a safe fashion. Safe means it does not rely on placeholders (which can cause errors in same length matches).

r-rsvd 1.0.5
Propagated dependencies: r-matrix@1.7-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/erichson/rSVD
Licenses: GPL 3+
Build system: r
Synopsis: Randomized singular value decomposition
Description:

Low-rank matrix decompositions are fundamental tools and widely used for data analysis, dimension reduction, and data compression. Classically, highly accurate deterministic matrix algorithms are used for this task. However, the emergence of large-scale data has severely challenged our computational ability to analyze big data. The concept of randomness has been demonstrated as an effective strategy to quickly produce approximate answers to familiar problems such as the singular value decomposition (SVD). This package provides several randomized matrix algorithms such as the randomized singular value decomposition (rsvd), randomized principal component analysis (rpca), randomized robust principal component analysis (rrpca), randomized interpolative decomposition (rid), and the randomized CUR decomposition (rcur). In addition several plot functions are provided.

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-dirmult 0.1.3-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=dirmult
Licenses: GPL 2+
Build system: r
Synopsis: Estimation in Dirichlet-Multinomial distribution
Description:

This package estimates the parameters in Dirichlet-Multinomial and computes log-likelihoods.

r-v8 8.0.1
Dependencies: libnode@22.14.0 zlib@1.3.1
Propagated dependencies: r-curl@7.0.0 r-jsonlite@2.0.0 r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://jeroen.cran.dev/V8
Licenses: Expat
Build system: r
Synopsis: Embedded JavaScript and WebAssembly engine for R
Description:

This package provides an R interface to V8: Google's JavaScript and WebAssembly engine.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31087