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

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-usethis 3.2.1
Propagated dependencies: r-cli@3.6.6 r-clipr@0.8.0 r-crayon@1.5.3 r-curl@7.1.0 r-desc@1.4.3 r-fs@2.1.0 r-gert@2.3.1 r-gh@1.5.0 r-glue@1.8.1 r-jsonlite@2.0.0 r-lifecycle@1.0.5 r-purrr@1.2.2 r-rappdirs@0.3.4 r-rlang@1.2.0 r-rprojroot@2.1.1 r-rstudioapi@0.18.0 r-whisker@0.4.1 r-withr@3.0.2 r-yaml@2.3.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/usethis
Licenses: GPL 3
Build system: r
Synopsis: Automate R package and project setup
Description:

This package helps you to automate R package and project setup tasks that are otherwise performed manually. This includes setting up unit testing, test coverage, continuous integration, Git, GitHub integration, licenses, Rcpp, RStudio projects, and more.

r-zigg 0.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/eddelbuettel/zigg
Licenses: GPL 2+
Build system: r
Synopsis: Lightweight interfaces to the Ziggurat pseudo random number generator
Description:

The Ziggurat pseudo-random number generator (or PRNG) offers a lightweight and very fast PRNG for the normal, exponential, and uniform distributions. It is provided here in a small zero-dependency package. It can be used from R as well as from C/C++ code in other packages as is demonstrated by four included sample packages using four distinct methods to use the PRNG presented here in client package.

r-refmanager 1.4.0
Propagated dependencies: r-bibtex@0.5.2 r-httr@1.4.8 r-jsonlite@2.0.0 r-lubridate@1.9.5 r-plyr@1.8.9 r-stringr@1.6.0 r-xml2@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/RefManageR/
Licenses: GPL 2 GPL 3 Modified BSD
Build system: r
Synopsis: Straightforward BibTeX and BibLaTeX bibliography management
Description:

This package provides tools for importing and working with bibliographic references. It greatly enhances the bibentry class by providing a class BibEntry which stores BibTeX and BibLaTeX references, supports UTF-8 encoding, and can be easily searched by any field, by date ranges, and by various formats for name lists (author by last names, translator by full names, etc.). Entries can be updated, combined, sorted, printed in a number of styles, and exported. BibTeX and BibLaTeX .bib files can be read into R and converted to BibEntry objects.

r-gridpattern 1.3.1
Propagated dependencies: r-glue@1.8.1 r-memoise@2.0.1 r-png@0.1-9 r-rlang@1.2.0 r-sf@1.1-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://trevorldavis.com/R/gridpattern/
Licenses: Expat
Build system: r
Synopsis: Grid pattern grobs
Description:

This package provides grid grobs that fill in a user-defined area with various patterns. It includes enhanced versions of the geometric and image-based patterns originally contained in the ggpattern package as well as original pch, polygon_tiling, regular_polygon, rose, text, wave, and weave patterns plus support for custom user-defined patterns.

r-janitor 2.2.1
Propagated dependencies: r-dplyr@1.2.1 r-hms@1.1.4 r-lifecycle@1.0.5 r-lubridate@1.9.5 r-magrittr@2.0.5 r-purrr@1.2.2 r-rlang@1.2.0 r-snakecase@0.11.1 r-stringi@1.8.7 r-stringr@1.6.0 r-tidyr@1.3.2 r-tidyselect@1.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/sfirke/janitor
Licenses: Expat
Build system: r
Synopsis: Simple tools for examining and cleaning dirty data
Description:

The main janitor functions can: perfectly format data.frame column names; provide quick counts of variable combinations (i.e., frequency tables and crosstabs); and isolate duplicate records. Other janitor functions nicely format the tabulation results. These tabulate-and-report functions approximate popular features of SPSS and Excel. This package follows the principles of the "tidyverse" and works well with the pipe function %>%. janitor was built with beginning-to-intermediate R users in mind and is optimized for user-friendliness. Advanced R users can already do everything covered here, but with janitor they can do it faster and save their thinking for the fun stuff.

r-rmpfr 1.1-2
Dependencies: gmp@6.3.0 mpfr@4.2.2
Propagated dependencies: r-gmp@0.7-5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rmpfr.r-forge.r-project.org/
Licenses: GPL 2+
Build system: r
Synopsis: R bindings to the MPFR library
Description:

This package supports arithmetic (via S4 classes and methods) for arbitrary precision floating point numbers, including transcendental functions. To this end, the package interfaces with the Multiple Precision Floating-Point Reliable (MPFR) library.

r-box 1.2.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://klmr.me/box/
Licenses: Expat
Build system: r
Synopsis: Write reusable, composable and modular R code
Description:

This package provides a modern module system for R. Organize code into hierarchical, composable, reusable modules, and use it effortlessly across projects via a flexible, declarative dependency loading syntax.

r-zyp 0.11-1
Propagated dependencies: r-kendall@2.2.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/zyp/
Licenses: LGPL 2.1
Build system: r
Synopsis: Zhang + Yue-Pilon Trends Package
Description:

This package contains an efficient implementation of Sen's slope method (Sen, 1968) plus implementation of Xuebin Zhang's (Zhang, 1999) and Yue-Pilon's (Yue, 2002) pre-whitening approaches to determining trends in climate data.

r-ga 3.2.5
Propagated dependencies: r-cli@3.6.6 r-crayon@1.5.3 r-foreach@1.5.2 r-iterators@1.0.14 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: https://luca-scr.github.io/GA/
Licenses: GPL 2+
Build system: r
Synopsis: Genetic algorithms for stochastic optimisation
Description:

Flexible general-purpose toolbox implementing genetic algorithms (GAs) for stochastic optimisation. Binary, real-valued, and permutation representations are available to optimize a fitness function, i.e., a function provided by users depending on their objective function. Several genetic operators are available and can be combined to explore the best settings for the current task. Furthermore, users can define new genetic operators and easily evaluate their performances. Local search using general-purpose optimisation algorithms can be applied stochastically to exploit interesting regions. GAs can be run sequentially or in parallel, using an explicit master-slave parallelisation or a coarse-grain islands approach.

r-cyclocomp 1.1.2
Propagated dependencies: r-callr@3.7.6 r-crayon@1.5.3 r-desc@1.4.3 r-remotes@2.5.0 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/MangoTheCat/cyclocomp
Licenses: Expat
Build system: r
Synopsis: Cyclomatic complexity of R code
Description:

Cyclomatic complexity is a software metric, used to indicate the complexity of a program. It is a quantitative measure of the number of linearly independent paths through a program's source code. This package provides tools to compute this metric.

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-beanplot 1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/beanplot/
Licenses: GPL 2
Build system: r
Synopsis: Visualization via beanplots
Description:

This package provides beanplots, an alternative to boxplot/stripchart/violin plots. It can be used to plot univariate comparison graphs.

r-hrbrthemes 0.9.3
Propagated dependencies: r-ggplot2@4.0.3 r-magrittr@2.0.5 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hrbrmstr/hrbrthemes/
Licenses: Expat
Build system: r
Synopsis: Additional themes, theme components and utilities for @code{ggplot2}
Description:

This package provides a compilation of extra ggplot2 themes, scales and utilities, including a spell check function for plot label fields and an overall emphasis on typography.

r-streamr 0.4.5
Propagated dependencies: r-ndjson@0.9.1 r-rcurl@1.98-1.18 r-rjson@0.2.23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=streamR
Licenses: GPL 2
Build system: r
Synopsis: Access to Twitter Streaming API via R
Description:

This package provides functions to access Twitter's filter, sample, and user streams, and to parse the output into data frames.

r-shadowtext 0.1.6
Propagated dependencies: r-ggiraph@0.9.6 r-ggplot2@4.0.3 r-purrr@1.2.2 r-rlang@1.2.0 r-s7@0.2.2 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/GuangchuangYu/shadowtext/
Licenses: Artistic License 2.0
Build system: r
Synopsis: Shadow text grob and layer
Description:

This package implements shadowtextGrob() for grid and geom_shadowtext() layer for ggplot2. These functions draw text grob with background shadow.

r-accept 1.0.2
Propagated dependencies: r-dplyr@1.2.1 r-hardhat@1.4.3 r-reldist@1.7-2 r-tibble@3.3.1 r-tidyselect@1.2.1 r-vctrs@0.7.3 r-vetiver@0.2.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/accept/
Licenses: GPL 3
Build system: r
Synopsis: Acute COPD Exacerbation Prediction Tool (ACCEPT)
Description:

This package allows clinicians to predict the rate and severity of future acute exacerbation in Chronic Obstructive Pulmonary Disease (COPD) patients, based on the clinical prediction model published in Adibi et al. (2019) doi:10.1101/651901.

r-tidygeocoder 1.0.6
Propagated dependencies: r-dplyr@1.2.1 r-httr@1.4.8 r-jsonlite@2.0.0 r-progress@1.2.3 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://jessecambon.github.io/tidygeocoder/
Licenses: Expat
Build system: r
Synopsis: Intuitive interface for getting data from geocoding services
Description:

Tidygeocoder makes getting data from geocoding services easy. A unified high-level interface is provided for a selection of supported geocoding services and results are returned in tibble format.

r-geodata 0.6-9
Propagated dependencies: r-rappdirs@0.3.4 r-terra@1.9-27
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rspatial.github.io/geodata/
Licenses: GPL 3+
Build system: r
Synopsis: Access geographic data
Description:

This package provides functions for downloading of geographic data for use in spatial analysis and mapping. The package facilitates access to climate, crops, elevation, land use, soil, species occurrence, accessibility, administrative boundaries and other data.

r-dyn 0.2-9.6
Propagated dependencies: r-zoo@1.8-15
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/dyn
Licenses: GPL 2+
Build system: r
Synopsis: Time series regression
Description:

This package provides the dyn class interfaces ts, irts, zoo and zooreg time series classes to lm, glm, loess, quantreg::rq, MASS::rlm, MCMCpack::MCMCregress(), quantreg::rq(), randomForest::randomForest() and other regression functions, allowing those functions to be used with time series including specifications that may contain lags, diffs and missing values.

r-bdsmatrix 1.3-7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/bdsmatrix/
Licenses: LGPL 2.0
Build system: r
Synopsis: Routines for block diagonal symmetric matrices
Description:

This package provides procedures to work with block diagonal symmetric matrices, a special case of sparse matrices.

r-assertive-sets 0.0-3
Propagated dependencies: r-assertive-base@0.0-9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://bitbucket.org/richierocks/assertive.sets
Licenses: GPL 3+
Build system: r
Synopsis: Assertions to check properties of sets
Description:

This package provides a set of predicates and assertions for checking the properties of sets. This is mainly for use by other package developers who want to include run-time testing features in their own packages.

r-ggvenndiagram 1.5.7
Propagated dependencies: r-aplot@0.2.9 r-dplyr@1.2.1 r-forcats@1.0.1 r-ggplot2@4.0.3 r-tibble@3.3.1 r-venn@1.13 r-yulab-utils@0.2.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/gaospecial/ggVennDiagram
Licenses: GPL 3
Build system: r
Synopsis: Implementention of the Venn diagram using ggplot2
Description:

This package implements easy-to-use functions to generate 2-7 sets Venn plot in publication quality. ggVennDiagram plot Venn using well-defined geometry dataset and ggplot2. The shapes of 2-4 sets Venn use circles and ellipses, while the shapes of 4-7 sets Venn use irregular polygons (4 has both forms), which are developed and imported from another package venn. We provide internal functions to integrate shape data with user provided sets data, and calculated the geometry of every regions/intersections of them, then separately plot Venn in three components: set edges, set labels, and regions. From version 1.0, it is possible to customize these components as you demand in ordinary ggplot2 grammar.

r-profvis 0.4.0
Propagated dependencies: r-htmlwidgets@1.6.4 r-rlang@1.2.0 r-vctrs@0.7.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rstudio.github.io/profvis/
Licenses: GPL 3
Build system: r
Synopsis: Interactive visualizations for profiling R code
Description:

This package provides interactive visualizations for profiling R code.

r-slanter 0.2-0
Propagated dependencies: r-matrix@1.7-5 r-pheatmap@1.0.13 r-pracma@2.4.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=slanter
Licenses: Expat
Build system: r
Synopsis: Slanted matrices and ordered clustering
Description:

This is a package for slanted matrices and ordered clustering for better visualization of similarity data.

Total packages: 73978