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

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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-dagitty 0.3-4
Propagated dependencies: r-boot@1.3-32 r-jsonlite@2.0.0 r-mass@7.3-65 r-v8@8.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.dagitty.net
Licenses: GPL 2
Build system: r
Synopsis: Graphical analysis of structural causal models
Description:

This package provides a port of the web-based software DAGitty for analyzing structural causal models (also known as directed acyclic graphs or DAGs). This package computes covariate adjustment sets for estimating causal effects, enumerates instrumental variables, derives testable implications (d-separation and vanishing tetrads), generates equivalent models, and includes a simple facility for data simulation.

r-pander 0.6.6
Propagated dependencies: r-digest@0.6.39 r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rapporter.github.io/pander
Licenses: AGPL 3+
Build system: r
Synopsis: Render R objects into Pandoc's markdown
Description:

The main aim of the pander R package is to provide a minimal and easy tool for rendering R objects into Pandoc's markdown. The package is also capable of exporting/converting complex Pandoc documents (reports) in various ways.

r-piton 1.0.1
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/Ironholds/piton
Licenses: Expat
Build system: r
Synopsis: Parsing expression grammars in Rcpp
Description:

This package provides a wrapper around the Parsing Expression Grammar Template Library, a C++11 library for generating parsing expression grammars, that makes it accessible within Rcpp. With this, developers can implement their own grammars and easily expose them in R packages.

r-lmoments 1.3-2
Propagated dependencies: r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://www.tilastotiede.fi/juha_karvanen.html
Licenses: GPL 2
Build system: r
Synopsis: L-moments and quantile mixtures
Description:

This package contains functions to estimate L-moments and trimmed L-moments from the data. It also contains functions to estimate the parameters of the normal polynomial quantile mixture and the Cauchy polynomial quantile mixture from L-moments and trimmed L-moments.

r-timereg 2.0.7
Propagated dependencies: r-lava@1.9.1 r-numderiv@2016.8-1.1 r-survival@3.8-6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/scheike/timereg
Licenses: GPL 2+
Build system: r
Synopsis: Flexible regression models for survival data
Description:

This package provides programs for Martinussen and Scheike (2006), `Dynamic Regression Models for Survival Data', Springer Verlag. Plus more recent developments. Additive survival model, semiparametric proportional odds model, fast cumulative residuals, excess risk models and more. Flexible competing risks regression including GOF-tests. Two-stage frailty modelling. PLS for the additive risk model.

r-d3r 1.1.0
Propagated dependencies: r-dplyr@1.2.1 r-htmltools@0.5.9 r-tidyr@1.3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/timelyportfolio/d3r
Licenses: Modified BSD
Build system: r
Synopsis: Data visualization utilities for R
Description:

This package provides a suite of functions to help ease the use of the d3.js visualization library in R. These helpers include htmltools::htmlDependency functions, hierarchy builders, and conversion tools for partykit, igraph, table, and data.frame R objects into the JSON format that the d3.js library expects.

r-heatmaply 1.6.0
Propagated dependencies: r-assertthat@0.2.1 r-colorspace@2.1-2 r-dendextend@1.19.1 r-egg@0.4.5 r-ggplot2@4.0.3 r-htmlwidgets@1.6.4 r-magrittr@2.0.5 r-plotly@4.12.0 r-rcolorbrewer@1.1-3 r-reshape2@1.4.5 r-scales@1.4.0 r-seriation@1.5.8 r-viridis@0.6.5 r-webshot@0.5.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=heatmaply
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Interactive cluster heat maps using plotly
Description:

This package enables you to create interactive cluster heatmaps that can be saved as a stand-alone HTML file, embedded in R Markdown documents or in a Shiny app, and made available in the RStudio viewer pane. Hover the mouse pointer over a cell to show details or drag a rectangle to zoom. A heatmap is a popular graphical method for visualizing high-dimensional data, in which a table of numbers is encoded as a grid of colored cells. The rows and columns of the matrix are ordered to highlight patterns and are often accompanied by dendrograms.

r-nbconvertr 1.3.2
Dependencies: python-nbconvert@7.17.0 pandoc@3.7.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/nbconvertR/
Licenses: GPL 3
Build system: r
Synopsis: Vignette engine wrapping Jupyter notebooks
Description:

This package calls the Jupyter script nbconvert to create vignettes from notebooks. Those notebooks (.ipynb files) are files containing rich text, code, and its output. Code cells can be edited and evaluated interactively.

r-shinybs 0.65.0
Propagated dependencies: r-htmltools@0.5.9 r-jsonlite@2.0.0 r-shiny@1.13.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://ebailey78.github.io/shinyBS/
Licenses: GPL 3
Build system: r
Synopsis: Twitter Bootstrap components for Shiny
Description:

This package adds additional Twitter Bootstrap components to Shiny.

r-corpcor 1.6.10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://strimmerlab.org/software/corpcor/
Licenses: GPL 3+
Build system: r
Synopsis: Efficient estimation of covariance and (partial) correlation
Description:

This package implements a James-Stein-type shrinkage estimator for the covariance matrix, with separate shrinkage for variances and correlations. Furthermore, functions are available for fast singular value decomposition, for computing the pseudoinverse, and for checking the rank and positive definiteness of a matrix.

r-gpfit 1.0-9
Propagated dependencies: r-lattice@0.22-9 r-lhs@1.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/GPfit/
Licenses: GPL 2
Build system: r
Synopsis: Gaussian Processes modeling
Description:

This package provides a computationally stable approach of fitting a Gaussian Process (GP) model to a deterministic simulator.

r-rbibutils 2.4.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://geobosh.github.io/rbibutils/
Licenses: GPL 2
Build system: r
Synopsis: Convert between bibliography formats
Description:

This package converts between a number of bibliography formats, including BibTeX, BibLaTeX and Bibentry. It includes a port of the bibutils utilities and supports all bibliography formats and character encodings implemented in bibutils.

r-spatstat-explore 3.8-0
Propagated dependencies: r-abind@1.4-8 r-goftest@1.2-3 r-matrix@1.7-5 r-nlme@3.1-169 r-spatstat-data@3.1-9 r-spatstat-geom@3.7-3 r-spatstat-random@3.4-5 r-spatstat-sparse@3.2-0 r-spatstat-univar@3.2-0 r-spatstat-utils@3.2-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://spatstat.org/
Licenses: GPL 2+
Build system: r
Synopsis: Exploratory data analysis for the spatstat family
Description:

This package implements functionality for exploratory data analysis and nonparametric analysis of spatial data, mainly spatial point patterns, in the spatstat family of packages. Methods include quadrat counts, K-functions and their simulation envelopes, nearest neighbour distance and empty space statistics, Fry plots, pair correlation function, kernel smoothed intensity, relative risk estimation with cross-validated bandwidth selection, mark correlation functions, segregation indices, mark dependence diagnostics, and kernel estimates of covariate effects. Formal hypothesis tests of random pattern (chi-squared, Kolmogorov-Smirnov, Monte Carlo, Diggle-Cressie-Loosmore-Ford, Dao-Genton, two-stage Monte Carlo) and tests for covariate effects (Cox-Berman-Waller-Lawson, Kolmogorov-Smirnov, ANOVA) are also supported.

r-logistf 1.26.1
Propagated dependencies: r-formula-tools@1.7.1 r-matrix@1.7-5 r-mgcv@1.9-4 r-mice@3.19.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cemsiis.meduniwien.ac.at/en/kb/science-research/software/statistical-software/firth-correction/
Licenses: GPL 3+
Build system: r
Synopsis: Firth's bias-reduced logistic regression
Description:

Fit a logistic regression model using Firth's bias reduction method, equivalent to penalization of the log-likelihood by the Jeffreys prior. Confidence intervals for regression coefficients can be computed by penalized profile likelihood. Firth's method was proposed as ideal solution to the problem of separation in logistic regression, see Heinze and Schemper (2002) <doi:10.1002/sim.1047>. If needed, the bias reduction can be turned off such that ordinary maximum likelihood logistic regression is obtained. Two new modifications of Firth's method, FLIC and FLAC, lead to unbiased predictions and are now available in the package as well, see Puhr et al (2017) <doi:10.1002/sim.7273>.

r-waldo 0.6.2
Propagated dependencies: r-cli@3.6.6 r-diffobj@0.3.6 r-glue@1.8.1 r-rlang@1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/waldo
Licenses: Expat
Build system: r
Synopsis: Find differences between R objects
Description:

Compare complex R objects and reveal the key differences. This package was designed particularly for use in testing packages where being able to quickly isolate key differences makes understanding test failures much easier.

r-pak 0.9.5
Dependencies: curl@8.6.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://pak.r-lib.org/
Licenses: GPL 3
Build system: r
Synopsis: Another approach to package installation
Description:

The goal of pak is to make package installation faster and more reliable. In particular, it performs all HTTP operations in parallel, so metadata resolution and package downloads are fast. Metadata and package files are cached on the local disk as well. pak has a dependency solver, so it finds version conflicts before performing the installation. This version of pak supports CRAN, Bioconductor and GitHub packages as well.

r-smoother 1.3
Propagated dependencies: r-ttr@0.24.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/smoother
Licenses: GPL 2
Build system: r
Synopsis: Functions relating to the smoothing of numerical data
Description:

This package provides a collection of methods for smoothing numerical data, commencing with a port of the Matlab gaussian window smoothing function. In addition, several functions typically used in smoothing of financial data are included.

r-conflicted 1.2.0
Propagated dependencies: r-cli@3.6.6 r-memoise@2.0.1 r-rlang@1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/conflicted
Licenses: GPL 3
Build system: r
Synopsis: Alternative conflict resolution strategy
Description:

R's default conflict management system gives the most recently loaded package precedence. This can make it hard to detect conflicts, particularly when they arise because a package update creates ambiguity that did not previously exist. The conflicted package takes a different approach, making every conflict an error and forcing you to choose which function to use.

r-rush 1.1.0
Propagated dependencies: r-checkmate@2.3.4 r-data-table@1.18.4 r-ids@1.0.1 r-jsonlite@2.0.0 r-lgr@0.5.2 r-mirai@2.7.0 r-mlr3misc@0.21.0 r-processx@3.9.0 r-r6@2.6.1 r-redux@1.1.5 r-uuid@1.2-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mlr-org/rush
Licenses: Expat
Build system: r
Synopsis: Rapid parallel and distributed computing
Description:

This is a package for parallel computing with a network of local and remote workers. It enables fast exchange of results between the workers through a Redis database. Key features include task queues, local caching, and sophisticated error handling.

r-seurat 5.5.0
Propagated dependencies: r-cluster@2.1.8.2 r-cowplot@1.2.0 r-fastdummies@1.7.6 r-fitdistrplus@1.2-6 r-future@1.70.0 r-future-apply@1.20.2 r-generics@0.1.4 r-ggplot2@4.0.3 r-ggrepel@0.9.8 r-ggridges@0.5.7 r-httr@1.4.8 r-ica@1.0-3 r-igraph@2.3.1 r-irlba@2.3.7 r-jsonlite@2.0.0 r-kernsmooth@2.23-26 r-lifecycle@1.0.5 r-lmtest@0.9-40 r-mass@7.3-65 r-matrix@1.7-5 r-matrixstats@1.5.0 r-miniui@0.1.2 r-patchwork@1.3.2 r-pbapply@1.7-4 r-plotly@4.12.0 r-png@0.1-9 r-progressr@0.19.0 r-rann@2.6.2 r-rcolorbrewer@1.1-3 r-rcpp@1.1.1-1.1 r-rcppannoy@0.0.23 r-rcppeigen@0.3.4.0.2 r-rcpphnsw@0.6.0 r-rcppprogress@0.4.2 r-reticulate@1.46.0 r-rlang@1.2.0 r-rocr@1.0-12 r-rspectra@0.16-2 r-rtsne@0.17 r-scales@1.4.0 r-scattermore@1.2 r-sctransform@0.4.3 r-seuratobject@5.4.0 r-shiny@1.13.0 r-spatstat-explore@3.8-0 r-spatstat-geom@3.7-3 r-tibble@3.3.1 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-polylabelr 1.0.0
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jolars/polylabelr
Licenses: Expat
Build system: r
Synopsis: Finding pole of inaccessibility (visual center) of a polygon
Description:

This package provides a wrapper around the C++ library polylabel from Mapbox, providing an efficient routine for finding the approximate pole of inaccessibility of a polygon, which usually serves as an excellent candidate for labeling of a polygon.

r-ggbreak 0.1.7
Propagated dependencies: r-aplot@0.2.9 r-ggfun@0.2.0 r-ggplot2@4.0.3 r-ggplotify@0.1.3 r-rlang@1.2.0 r-yulab-utils@0.2.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/YuLab-SMU/ggbreak
Licenses: Artistic License 2.0
Build system: r
Synopsis: Set axis break for ggplot2
Description:

This package provides an implementation of scale functions for setting axis breaks of a ggplot.

r-pheatmap 1.0.13
Propagated dependencies: r-gtable@0.3.6 r-rcolorbrewer@1.1-3 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/pheatmap
Licenses: GPL 2+
Build system: r
Synopsis: Pretty heatmaps
Description:

This package provides an implementation of heatmaps that offers more control over dimensions and appearance.

r-complexupset 1.3.3
Propagated dependencies: r-colorspace@2.1-2 r-ggplot2@4.0.3 r-patchwork@1.3.2 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/krassowski/complex-upset
Licenses: Expat
Build system: r
Synopsis: Create complex UpSet plots using ggplot2 components
Description:

UpSet plots are an improvement over Venn Diagram for set overlap visualizations. Striving to bring the best of the UpSetR and ggplot2, this package offers a way to create complex overlap visualisations, using simple and familiar tools.

Total packages: 32521