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

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-waiter 0.2.5-1.927501b
Propagated dependencies: r-htmltools@0.5.9 r-r6@2.6.1 r-shiny@1.13.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://waiter.john-coene.com/
Licenses: Expat
Build system: r
Synopsis: Loading screen for Shiny
Description:

This package provides full screen and partial loading screens for Shiny with spinners, progress bars, and notifications.

r-colorramp2 0.1.1
Propagated dependencies: r-colorspace@2.1-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jokergoo/colorRamp2
Licenses: Expat
Build system: r
Synopsis: Generate color mapping functions
Description:

This package provides a color mapping is generated according to the break values and corresponding colors. Other colors are generated by interpolating in a certain color space. The functions were part of the circlize package.

r-psychotools 0.7-6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=psychotools
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Psychometric modeling infrastructure
Description:

This package provides infrastructure for psychometric modeling such as data classes (for item response data and paired comparisons), basic model fitting functions (for Bradley-Terry, Rasch, parametric logistic IRT, generalized partial credit, rating scale, multinomial processing tree models), extractor functions for different types of parameters (item, person, threshold, discrimination, guessing, upper asymptotes), unified inference and visualizations, and various datasets for illustration. It is intended as a common lightweight and efficient toolbox for psychometric modeling and a common building block for fitting psychometric mixture models in package psychomix and trees based on psychometric models in package psychotree.

r-tsa 1.3.1
Propagated dependencies: r-leaps@3.2 r-locfit@1.5-9.12 r-mgcv@1.9-4 r-tseries@0.10-61
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://homepage.divms.uiowa.edu/~kchan/TSA.htm
Licenses: GPL 2+
Build system: r
Synopsis: Time series analysis
Description:

This package contains R functions and datasets detailed in the book "Time Series Analysis with Applications in R (second edition)" by Jonathan Cryer and Kung-Sik Chan.

r-glmmtmb 1.1.14
Propagated dependencies: r-lme4@2.0-1 r-matrix@1.7-5 r-mgcv@1.9-4 r-nlme@3.1-169 r-numderiv@2016.8-1.1 r-pbkrtest@0.5.5 r-rcppeigen@0.3.4.0.2 r-reformulas@0.4.4 r-sandwich@3.1-1 r-tmb@1.9.21
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/glmmTMB
Licenses: AGPL 3+
Build system: r
Synopsis: Generalized linear mixed models
Description:

Fit linear and generalized linear mixed models with various extensions, including zero-inflation. The models are fitted using maximum likelihood estimation via the Template Model Builder. Random effects are assumed to be Gaussian on the scale of the linear predictor and are integrated out using the Laplace approximation. Gradients are calculated using automatic differentiation.

r-basix 1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/BASIX/
Licenses: GPL 2
Build system: r
Synopsis: Efficient C/C++ toolset for R
Description:

BASIX provides some efficient C/C++ implementations of native R procedures to speed up calculations in R.

r-tzdb 0.5.0
Propagated dependencies: r-cpp11@0.5.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/tzdb
Licenses: Expat
Build system: r
Synopsis: Time Zone Database Information
Description:

This package provides an up-to-date copy of the Internet Assigned Numbers Authority (IANA) Time Zone Database. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight saving time rules. Additionally, this package provides a C++ interface for working with the date library. date provides comprehensive support for working with dates and date-times, which this package exposes to make it easier for other R packages to utilize. Headers are provided for calendar specific calculations, along with a limited interface for time zone manipulations.

r-pacman 0.5.1
Propagated dependencies: r-remotes@2.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/trinker/pacman
Licenses: GPL 2
Build system: r
Synopsis: Package Management Tool
Description:

This package provides tools to more conveniently perform tasks associated with add-on packages. pacman conveniently wraps library and package related functions and names them in an intuitive and consistent fashion. It seeks to combine functionality from lower level functions which can speed up workflow.

r-tinytest 1.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/markvanderloo/tinytest
Licenses: GPL 3
Build system: r
Synopsis: Lightweight unit testing framework
Description:

This package provides a lightweight unit testing framework. Main features:

  1. install tests with the package;

  2. test results are treated as data that can be stored and manipulated;

  3. test files are R scripts interspersed with test commands, that can be programmed over;

  4. fully automated build-install-test sequence for packages;

  5. skip tests when not run locally (e.g. on CRAN);

  6. flexible and configurable output printing;

  7. compare computed output with output stored with the package;

  8. run tests in parallel;

  9. extensible by other packages;

  10. report side effects.

r-rlist 0.4.6.2
Propagated dependencies: r-data-table@1.18.4 r-jsonlite@2.0.0 r-xml@3.99-0.23 r-yaml@2.3.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://renkun-ken.github.io/rlist/
Licenses: Expat
Build system: r
Synopsis: Toolbox for Non-Tabular Data Manipulation
Description:

This package provides a set of functions for data manipulation with list objects, including mapping, filtering, grouping, sorting, updating, searching, and other useful functions. Most functions are designed to be pipeline friendly so that data processing with lists can be chained.

r-sm 2.2-6.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://www.stats.gla.ac.uk/~adrian/sm/
Licenses: GPL 2+
Build system: r
Synopsis: Smoothing methods for nonparametric regression and density estimation
Description:

This is software accompanying the book 'Applied Smoothing Techniques for Data Analysis---The Kernel Approach with S-Plus Illustrations', Oxford University Press. It provides smoothing methods for nonparametric regression and density estimation

r-rmtstat 0.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/RMTstat
Licenses: Modified BSD
Build system: r
Synopsis: Distributions, statistics and tests derived from random matrix theory
Description:

This package provides functions for working with the Tracy-Widom laws and other distributions related to the eigenvalues of large Wishart matrices.

r-iml 0.11.4
Propagated dependencies: r-checkmate@2.3.4 r-data-table@1.18.4 r-formula@1.2-5 r-future@1.70.0 r-future-apply@1.20.2 r-ggplot2@4.0.3 r-metrics@0.1.4 r-r6@2.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/christophM/iml
Licenses: Expat
Build system: r
Synopsis: Interpretable machine learning
Description:

This package provides interpretability methods to analyze the behavior and predictions of any machine learning model. Implemented methods are:

r-paws-machine-learning 0.9.0
Propagated dependencies: r-paws-common@0.8.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/paws-r/paws
Licenses: ASL 2.0
Build system: r
Synopsis: Amazon Web Services machine learning services
Description:

This package provides an interface to Amazon Web Services machine learning services, including SageMaker managed machine learning service, natural language processing, speech recognition, translation, and more.

r-wk 0.9.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://paleolimbot.github.io/wk/
Licenses: Expat
Build system: r
Synopsis: Lightweight well-known geometry parsing
Description:

This package provides a minimal R and C++ API for parsing well-known binary and well-known text representation of geometries to and from R-native formats. Well-known binary is compact and fast to parse; well-known text is human-readable and is useful for writing tests. These formats are only useful in R if the information they contain can be accessed in R, for which high-performance functions are provided here.

r-cartogram 0.3.0
Propagated dependencies: r-packcircles@0.3.7 r-sf@1.1-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/sjewo/cartogram/
Licenses: GPL 3
Build system: r
Synopsis: Create cartograms with R
Description:

This package enables construction of continuous and non-contiguous area cartograms.

r-clue 0.3-68
Propagated dependencies: 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/clue/
Licenses: GPL 2
Build system: r
Synopsis: Tools for analyzing cluster ensembles
Description:

Cluster ensembles are collections of individual solutions to a given clustering problem which are useful or necessary to consider in a wide range of applications. This R package provides an extensible computational environment for creating and analyzing cluster ensembles, with basic data structures for representing partitions and hierarchies, and facilities for computing on them, including methods for measuring proximity and obtaining consensus and secondary clusterings.

r-smurf 1.1.8
Propagated dependencies: r-catdata@1.2.5 r-glmnet@5.0 r-mass@7.3-65 r-matrix@1.7-5 r-mgcv@1.9-4 r-rcolorbrewer@1.1-3 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://gitlab.com/TReynkens/smurf
Licenses: GPL 2+
Build system: r
Synopsis: Sparse multi-type regularized feature modeling
Description:

The smurf package contains the implementation of the Sparse Multi-type Regularized Feature (SMuRF) modeling algorithm to fit generalized linear models (GLMs) with multiple types of predictors via regularized maximum likelihood. Next to the fitting procedure, following functionality is available:

  • Selection of the regularization tuning parameter lambda using three different approaches: in-sample, out-of-sample or using cross-validation.

  • S3 methods to handle the fitted object including visualization of the coefficients and a model summary.

r-poorman 0.2.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://nathaneastwood.github.io/poorman/
Licenses: Expat
Build system: r
Synopsis: Dependency-free recreation of dplyr
Description:

This package provides a replication of key functionality from dplyr and the wider tidyverse using only base.

r-hexbin 1.28.5
Propagated dependencies: r-lattice@0.22-9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/edzer/hexbin
Licenses: GPL 2+
Build system: r
Synopsis: Hexagonal binning routines
Description:

This package provides binning and plotting functions for hexagonal bins. It uses and relies on grid graphics and formal (S4) classes and methods.

r-rcpp 1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.rcpp.org
Licenses: GPL 2+
Build system: r
Synopsis: Seamless R and C++ integration
Description:

The Rcpp package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about Rcpp is provided by several vignettes included in this package, via the Rcpp Gallery site at <http://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see citation("Rcpp") for details on these last two.

r-praise 1.0.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/gaborcsardi/praise
Licenses: Expat
Build system: r
Synopsis: Functions to praise users
Description:

This package provides template functions to assist in building friendly R packages that praise their users.

r-dendsort 0.3.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/evanbiederstedt/dendsort
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Modular leaf ordering methods for dendrogram nodes
Description:

This package represents an implementation of functions to optimize ordering of nodes in a dendrogram, without affecting the meaning of the dendrogram. A dendrogram can be sorted based on the average distance of subtrees, or based on the smallest distance value. These sorting methods improve readability and interpretability of tree structure, especially for tasks such as comparison of different distance measures or linkage types and identification of tight clusters and outliers. As a result, it also introduces more meaningful reordering for a coupled heatmap visualization.

r-rmeta 3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/rmeta
Licenses: GPL 2
Build system: r
Synopsis: Tools for meta-analysis
Description:

This package provides functions for simple fixed and random effects meta-analysis for two-sample comparisons and cumulative meta-analyses. It draws standard summary plots, funnel plots, and computes summaries and tests for association and heterogeneity.

Total packages: 72465