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

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-diagram 1.6.5
Propagated dependencies: 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/diagram/
Licenses: GPL 2+
Build system: r
Synopsis: Visualize simple graphs (networks) and plot flow diagrams
Description:

This package provides tools to visualize simple graphs (networks) based on a transition matrix, utilities to plot flow diagrams, visualizing webs, electrical networks, etc. It also includes supporting material for the book "A practical guide to ecological modelling - using R as a simulation platform" by Karline Soetaert and Peter M.J. Herman (2009) and the book "Solving Differential Equations in R" by Karline Soetaert, Jeff Cash and Francesca Mazzia (2012).

r-tidyr 1.3.2
Propagated dependencies: r-cli@3.6.6 r-cpp11@0.5.5 r-dplyr@1.2.1 r-glue@1.8.1 r-lifecycle@1.0.5 r-magrittr@2.0.5 r-purrr@1.2.2 r-rlang@1.2.0 r-stringr@1.6.0 r-tibble@3.3.1 r-tidyselect@1.2.1 r-vctrs@0.7.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hadley/tidyr
Licenses: Expat
Build system: r
Synopsis: Tidy data with `spread()` and `gather()` functions
Description:

tidyr is a reframing of the reshape2 package designed to accompany the tidy data framework, and to work hand-in-hand with magrittr and dplyr to build a solid pipeline for data analysis. It is designed specifically for tidying data, not the general reshaping that reshape2 does, or the general aggregation that reshape did. In particular, built-in methods only work for data frames, and tidyr provides no margins or aggregation.

r-rcppthread 2.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/tnagler/RcppThread
Licenses: Expat
Build system: r
Synopsis: R threading in C++
Description:

This package provides a C++11-style thread class and thread pool that can safely be interrupted from R.

r-mcmc 0.9-8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.stat.umn.edu/geyer/mcmc/
Licenses: Expat
Build system: r
Synopsis: Markov chain Monte Carlo
Description:

This package simulates continuous distributions of random vectors using Markov chain Monte Carlo (MCMC). Users specify the distribution by an R function that evaluates the log unnormalized density. Algorithms are random walk Metropolis algorithm (function metrop), simulated tempering (function temper), and morphometric random walk Metropolis (function morph.metrop), which achieves geometric ergodicity by change of variable.

r-dorng 1.8.6.3
Propagated dependencies: r-foreach@1.5.2 r-iterators@1.0.14 r-rngtools@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://renozao.github.io/doRNG/
Licenses: GPL 2+
Build system: r
Synopsis: Generic reproducible parallel backend for foreach loops
Description:

This package provides functions to perform reproducible parallel foreach loops, using independent random streams as generated by L'Ecuyer's combined multiple-recursive generator. It enables to easily convert standard %dopar% loops into fully reproducible loops, independently of the number of workers, the task scheduling strategy, or the chosen parallel environment and associated foreach backend.

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-parallelly 1.47.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/HenrikBengtsson/parallelly
Licenses: LGPL 2.1+
Build system: r
Synopsis: Enhancements of the parallel package
Description:

This package provides utility functions that enhance the parallel package and support the built-in parallel backends of the future package. For example, availableCores gives the number of CPU cores available to your R process as given by R options and environment variables, including those set by job schedulers on high-performance compute clusters. If none is set, it will fall back to parallel::detectCores. Another example is makeClusterPSOCK, which is backward compatible with parallel::makePSOCKcluster while doing a better job in setting up remote cluster workers without the need for configuring the firewall to do port-forwarding to your local computer.

r-oro-nifti 0.11.4
Propagated dependencies: r-abind@1.4-8 r-bitops@1.0-9 r-rnifti@1.9.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rigorousanalytics.blogspot.com
Licenses: Modified BSD
Build system: r
Synopsis: Visualization of medical imaging data
Description:

This package provides functions for the input/output and visualization of medical imaging data that follow either the ANALYZE, NIfTI or AFNI formats. This package is part of the Rigorous Analytics bundle.

r-ggvenn 0.1.19
Propagated dependencies: r-dplyr@1.2.1 r-ggplot2@4.0.3 r-rlang@1.2.0 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=ggvenn
Licenses: Expat
Build system: r
Synopsis: Draw Venn diagram with ggplot2
Description:

This package offers an easy to use way to draw a Venn diagram with ggplot2.

r-asioheaders 1.30.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/eddelbuettel/asioheaders
Licenses: Boost 1.0
Build system: r
Synopsis: Asio C++ header files
Description:

Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. It is also included in Boost but requires linking when used with Boost. Standalone it can be used header-only (provided a recent compiler). Asio is written and maintained by Christopher M. Kohlhoff, and released under the Boost Software License', Version 1.0.

r-readods 2.3.5
Propagated dependencies: r-cellranger@1.1.0 r-cpp11@0.5.5 r-minty@0.0.6 r-stringi@1.8.7 r-tibble@3.3.1 r-vctrs@0.7.3 r-withr@3.0.2 r-zip@2.3.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=readODS
Licenses: GPL 3
Build system: r
Synopsis: Read and Write ODS Files
Description:

This package lets you import OpenDocument Spreadsheet (ODS) into R as a data frame. It also supports writing data frames to an ODS file.

r-admisc 0.40
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/dusadrian/admisc
Licenses: GPL 3+
Build system: r
Synopsis: Adrian Dusa's miscellaneous
Description:

This package contains miscellaneous functions used to interpret and translate, factorize and negate Sum of Products expressions, for both binary and multi-value crisp sets, and to extract information (set names, set values) from those expressions. Other functions perform various other checks if possibly numeric (even if all numbers reside in a character vector) and coerce to numeric, or check if the numbers are whole. It also offers, among many others, a highly flexible recoding routine and a more flexible alternative to the base function with().

r-pinfsc50 1.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/pinfsc50/
Licenses: GPL 2+
Build system: r
Synopsis: Genomic data for the plant pathogen Phytophthora infestans
Description:

This package contains genomic data for the plant pathogen Phytophthora infestans. It includes a variant file, a sequence file and an annotation file. This package is intended to be used as example data for packages that work with genomic data.

r-striprtf 0.6.0
Propagated dependencies: r-magrittr@2.0.5 r-rcpp@1.1.1-1.1 r-stringr@1.6.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/kota7/striprtf
Licenses: Expat
Build system: r
Synopsis: Extract Text from RTF File
Description:

Extracts plain text from Rich Text Format (RTF) file.

r-europepmc 0.4.3
Propagated dependencies: r-dplyr@1.2.1 r-httr@1.4.8 r-jsonlite@2.0.0 r-plyr@1.8.9 r-progress@1.2.3 r-purrr@1.2.2 r-rlang@1.2.0 r-tibble@3.3.1 r-tidyr@1.3.2 r-urltools@1.7.3.1 r-xml2@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/europepmc/
Licenses: GPL 3
Build system: r
Synopsis: R Interface to the Europe PubMed Central RESTful Web Service
Description:

This package provides an R Client for the Europe PubMed Central RESTful Web Service. It gives access to both metadata on life science literature and open access full texts. Europe PMC indexes all PubMed content and other literature sources including Agricola, a bibliographic database of citations to the agricultural literature, or Biological Patents. In addition to bibliographic metadata, the client allows users to fetch citations and reference lists. Links between life-science literature and other EBI databases, including ENA, PDB or ChEMBL are also accessible.

r-roi 1.0-2
Propagated dependencies: r-checkmate@2.3.4 r-registry@0.5-1 r-slam@0.1-55
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://roi.r-forge.r-project.org/
Licenses: GPL 3
Build system: r
Synopsis: R optimization infrastructure
Description:

The ROI is a framework for handling optimization problems in R.

r-rmarkdown 2.31
Propagated dependencies: pandoc@3.7.0.2 r-bslib@0.11.0 r-evaluate@1.0.5 r-fontawesome@0.5.3 r-htmltools@0.5.9 r-jquerylib@0.1.4 r-jsonlite@2.0.0 r-knitr@1.51 r-tinytex@0.59 r-xfun@0.57 r-yaml@2.3.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rmarkdown.rstudio.com
Licenses: GPL 3+
Build system: r
Synopsis: Convert R Markdown documents into a variety of formats
Description:

This package provides tools to convert R Markdown documents into a variety of formats.

r-gap 1.14
Propagated dependencies: r-dplyr@1.2.1 r-gap-datasets@0.0.6 r-ggplot2@4.0.3 r-plotly@4.12.0 r-rdpack@2.6.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jinghuazhao/R
Licenses: GPL 2+
Build system: r
Synopsis: Genetic analysis package
Description:

This package is designed as an integrated package for genetic data analysis of both population and family data. Currently, it contains functions for sample size calculations of both population-based and family-based designs, probability of familial disease aggregation, kinship calculation, statistics in linkage analysis, and association analysis involving genetic markers including haplotype analysis with or without environmental covariates. Over years, the package has been developed in-between many projects hence also in line with the name (gap).

r-fontliberation 0.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=fontLiberation
Licenses: SIL OFL 1.1
Build system: r
Synopsis: Liberation fonts
Description:

This package provides a placeholder for the Liberation fontset intended for the fontquiver package. This fontset covers the 12 combinations of families (sans, serif, mono) and faces (plain, bold, italic, bold italic) supported in R graphics devices.

r-lava 1.9.1
Propagated dependencies: r-cli@3.6.6 r-future-apply@1.20.2 r-numderiv@2016.8-1.1 r-progressr@0.19.0 r-squarem@2026.1 r-survival@3.8-6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/kkholst/lava
Licenses: GPL 3
Build system: r
Synopsis: Latent variable models
Description:

This package provides tools for the estimation and simulation of latent variable models.

r-fitdistrplus 1.2-6
Propagated dependencies: r-mass@7.3-65 r-rlang@1.2.0 r-survival@3.8-6
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-lme4 2.0-1
Propagated dependencies: r-boot@1.3-32 r-lattice@0.22-9 r-mass@7.3-65 r-matrix@1.7-5 r-minqa@1.2.8 r-nlme@3.1-169 r-nloptr@2.2.1 r-rcpp@1.1.1-1.1 r-rcppeigen@0.3.4.0.2 r-rdpack@2.6.6 r-reformulas@0.4.4 r-rlang@1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/lme4
Licenses: GPL 2+
Build system: r
Synopsis: Linear mixed-effects models using eigen and S4
Description:

This package provides fit linear and generalized linear mixed-effects models. The models and their components are represented using S4 classes and methods. The core computational algorithms are implemented using the Eigen C++ library for numerical linear algebra and RcppEigen glue.

r-envstats 3.1.0
Propagated dependencies: r-ggplot2@4.0.3 r-mass@7.3-65 r-nortest@1.0-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/alexkowa/EnvStats
Licenses: GPL 3+
Build system: r
Synopsis: Package for environmental statistics, including US EPA guidance
Description:

This is a package for graphical and statistical analyses of environmental data, with a focus on analyzing chemical concentrations and physical parameters, usually in the context of mandated environmental monitoring. It provides major environmental statistical methods found in the literature and regulatory guidance documents, with extensive help that explains what these methods do, how to use them, and where to find them in the literature. It comes with numerous built-in data sets from regulatory guidance documents and environmental statistics literature. It includes scripts reproducing analyses presented in the book "EnvStats: An R Package for Environmental Statistics" (Millard, 2013, Springer, ISBN 978-1-4614-8455-4, https://link.springer.com/book/10.1007/978-1-4614-8456-1).

r-restrserve 1.2.4
Propagated dependencies: r-checkmate@2.3.4 r-digest@0.6.39 r-jsonlite@2.0.0 r-mime@0.13 r-r6@2.6.1 r-rcpp@1.1.1-1.1 r-rserve@1.8-19 r-uuid@1.2-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://restrserve.org
Licenses: GPL 2+
Build system: r
Synopsis: R web API framework
Description:

RestRserve is an R web API framework for building high-performance AND robust microservices and app backends. With Rserve backend on UNIX-like systems it is parallel by design. It will handle incoming requests in parallel - each request in a separate fork.

Total packages: 72465