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

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-gbrd 0.4.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/gbRd/
Licenses: GPL 2+
Build system: r
Synopsis: Utilities for processing Rd objects and files
Description:

This package provides utilities for processing Rd objects and files. Extract argument descriptions and other parts of the help pages of functions.

r-zooarch 1.2
Propagated dependencies: r-ggplot2@4.0.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=zooaRch
Licenses: GPL 2+
Build system: r
Synopsis: Analytical Tools for Zooarchaeological Data
Description:

The analysis and inference of faunal remains recovered from archaeological sites concerns the field of zooarchaeology. The zooaRch package provides analytical tools to make inferences on zooarchaeological data. Functions in this package allow users to read, manipulate, visualize, and analyze zooarchaeological data.

r-mstate 0.3.3
Propagated dependencies: r-data-table@1.18.4 r-lattice@0.22-9 r-rcolorbrewer@1.1-3 r-rlang@1.2.0 r-survival@3.8-6 r-viridislite@0.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.lumc.nl/org/bds/research/medische-statistiek/survival-analysis/
Licenses: GPL 2+
Build system: r
Synopsis: Data Preparation, Estimation and Prediction in Multi-State Models
Description:

Contains functions for data preparation, descriptives, hazard estimation and prediction with Aalen-Johansen or simulation in competing risks and multi-state models.

r-foreach 1.5.2
Propagated dependencies: r-codetools@0.2-20 r-iterators@1.0.14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/foreach
Licenses: ASL 2.0
Build system: r
Synopsis: Foreach looping construct for R
Description:

This package provides support for the foreach looping construct. foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter. This package in particular is intended to be used for its return value, rather than for its side effects. In that sense, it is similar to the standard lapply function, but doesn't require the evaluation of a function. Using foreach without side effects also facilitates executing the loop in parallel.

r-autometric 0.1.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://wlandau.github.io/autometric/
Licenses: Expat
Build system: r
Synopsis: Background resource logging
Description:

Intense parallel workloads can be difficult to monitor. Packages crew.cluster, clustermq, and future.batchtools distribute hundreds of worker processes over multiple computers. If a worker process exhausts its available memory, it may terminate silently, leaving the underlying problem difficult to detect or troubleshoot. Using the autometric package, a worker can proactively monitor itself in a detached background thread. The worker process itself runs normally, and the thread writes to a log every few seconds. If the worker terminates unexpectedly, autometric can read and visualize the log file to reveal potential resource-related reasons for the crash. The autometric package borrows heavily from the methods of packages ps and psutil.

r-cpp11 0.5.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/cpp11
Licenses: Expat
Build system: r
Synopsis: C++11 Interface for R's C Interface
Description:

This package provides a header only, C++11 interface to R's C interface. Compared to other approaches cpp11 strives to be safe against long jumps from the C API as well as C++ exceptions, conform to normal R function semantics and supports interaction with ALTREP vectors.

r-smd 0.8.0
Propagated dependencies: r-mass@7.3-65
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://bsaul.github.io/smd/
Licenses: Expat
Build system: r
Synopsis: Compute standardized mean differences
Description:

This package computes standardized mean differences and confidence intervals for multiple data types based on Yang, D., & Dalton, J. E. (2012) <https://support.sas.com/resources/papers/proceedings12/335-2012.pdf>.

r-gistr 0.9.0
Propagated dependencies: r-assertthat@0.2.1 r-crul@1.6.0 r-dplyr@1.2.1 r-httr@1.4.8 r-jsonlite@2.0.0 r-knitr@1.51 r-magrittr@2.0.5 r-rmarkdown@2.31
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/gistr
Licenses: Expat
Build system: r
Synopsis: Work with Gists in browser
Description:

This package allows the user to create new Github gists, update gists with new files, rename files, delete files, get and delete gists, star and un-star them, fork them, open a gist in your default browser, get an embed code for a gist, list gist commits, and get rate limit information when authenticated.

r-laf 0.8.6
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/djvanderlaan/LaF
Licenses: GPL 3
Build system: r
Synopsis: Fast access to large ASCII files
Description:

This package provides methods for fast access to large ASCII files. Currently the following file formats are supported: comma separated format (CSV) and fixed width format. It is assumed that the files are too large to fit into memory, although the package can also be used to efficiently access files that do fit into memory. Methods are provided to access and process files blockwise. Furthermore, an opened file can be accessed as one would an ordinary data.frame. The LaF vignette gives an overview of the functionality provided.

r-idr 1.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/idr/
Licenses: GPL 2+
Build system: r
Synopsis: Irreproducible discovery rate
Description:

This is a package for estimating the copula mixture model and plotting correspondence curves in "Measuring reproducibility of high-throughput experiments" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779, by Li, Brown, Huang, and Bickel

r-rcppspdlog 0.0.29
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/eddelbuettel/rcppspdlog
Licenses: GPL 2+
Build system: r
Synopsis: R and C++ interfaces to spdlog C++ header library for logging
Description:

The spdlog library is a widely-used and very capable header-only C++ library for logging. This package includes its headers as an R package to permit other R packages to deploy it via a simple LinkingTo: RcppSpdlog. As of version 0.0.9, it also provides both simple R logging functions and compiled functions callable by other packages.

r-ztpln 0.1.3
Propagated dependencies: r-distributionutils@0.6-2 r-mixtools@2.0.0.1 r-rcpp@1.1.1-1.1 r-rcppeigen@0.3.4.0.2 r-rcppnumerical@0.7-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.

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

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

r-iotools 0.4-0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.rforge.net/iotools
Licenses: GPL 3
Build system: r
Synopsis: I/O tools for streaming
Description:

This package provides basic I/O tools for streaming and data parsing.

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.

r-zoom 2.0.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/cbarbu/R-package-zoom
Licenses: GPL 3+
Build system: r
Synopsis: Spatial data visualization tool
Description:

This package provides zm, a utility that allows you to zoom/navigate any plot when called with any active plot.

r-rsample 1.3.2
Propagated dependencies: r-cli@3.6.6 r-dplyr@1.2.1 r-furrr@0.4.0 r-generics@0.1.4 r-glue@1.8.1 r-lifecycle@1.0.5 r-pillar@1.11.1 r-purrr@1.2.2 r-rlang@1.2.0 r-slider@0.3.3 r-tibble@3.3.1 r-tidyr@1.3.2 r-tidyselect@1.2.1 r-vctrs@0.7.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rsample.tidymodels.org
Licenses: GPL 2
Build system: r
Synopsis: General resampling infrastructure
Description:

This package provides classes and functions to create and summarize different types of resampling objects (e.g. bootstrap, cross-validation).

r-cluster 2.1.8.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/cluster
Licenses: GPL 2+
Build system: r
Synopsis: Methods for cluster analysis
Description:

This package provides methods for cluster analysis. It is a much extended version of the original from Peter Rousseeuw, Anja Struyf and Mia Hubert, based on Kaufman and Rousseeuw (1990) "Finding Groups in Data".

r-add2ggplot 0.3.0
Propagated dependencies: r-ggplot2@4.0.3 r-magick@2.9.1 r-magrittr@2.0.5 r-rcolorbrewer@1.1-3 r-zeallot@0.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/JiaxiangBU/add2ggplot
Licenses: Expat
Build system: r
Synopsis: Extension for ggplot2
Description:

This package provides tools to create themes and color palettes for the package ggplot2.

r-kernelfactory 0.3.0
Propagated dependencies: r-auc@0.3.2 r-genalg@0.2.1 r-kernlab@0.9-33 r-randomforest@4.7-1.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/kernelFactory/
Licenses: GPL 2+
Build system: r
Synopsis: Ensemble of kernel machines
Description:

Kernel factory is an ensemble method where each base classifier (random forest) is fit on the kernel matrix of a subset of the training data.

r-ggmap 4.0.2
Propagated dependencies: r-bitops@1.0-9 r-cli@3.6.6 r-digest@0.6.39 r-dplyr@1.2.1 r-ggplot2@4.0.3 r-glue@1.8.1 r-httr@1.4.8 r-jpeg@0.1-11 r-magrittr@2.0.5 r-plyr@1.8.9 r-png@0.1-9 r-purrr@1.2.2 r-rlang@1.2.0 r-scales@1.4.0 r-stringr@1.6.0 r-tibble@3.3.1 r-tidyr@1.3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/dkahle/ggmap
Licenses: GPL 2
Build system: r
Synopsis: Spatial visualization with ggplot2
Description:

This package provides a collection of functions to visualize spatial data and models on top of static maps from various online sources (e.g Google Maps and Stamen Maps). It includes tools common to those tasks, including functions for geolocation and routing.

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-evaluate 1.0.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hadley/evaluate
Licenses: GPL 3+
Build system: r
Synopsis: Parsing and evaluation tools for R
Description:

This package provides tools that allow you to recreate the parsing, evaluation and display of R code, with enough information that you can accurately recreate what happens at the command line. The tools can easily be adapted for other output formats, such as HTML or LaTeX.

r-txtplot 1.0-5
Propagated dependencies: r-matrix@1.7-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/txtplot/
Licenses: LGPL 3+
Build system: r
Synopsis: Text-based plotting
Description:

This package provides functions to produce rudimentary ASCII graphics directly in the terminal window. This package provides a basic plotting function (and equivalents of curve, density, acf and barplot) as well as a boxplot function.

Total packages: 73980