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

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-performance 0.17.0
Propagated dependencies: r-bayestestr@0.18.0 r-datawizard@1.3.1 r-insight@1.5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://easystats.github.io/performance/
Licenses: GPL 3
Build system: r
Synopsis: Assessment of regression models performance
Description:

This package provides utilities for computing measures to assess model quality, which are not directly provided by R's base or stats packages. These include e.g. measures like r-squared, intraclass correlation coefficient, root mean squared error or functions to check models for overdispersion, singularity or zero-inflation and more. Functions apply to a large variety of regression models, including generalized linear models, mixed effects models and Bayesian models.

r-abind 1.4-8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/abind/
Licenses: LGPL 2.0+
Build system: r
Synopsis: Combine multidimensional arrays
Description:

This package provides tools to combine multidimensional arrays into a single array. This is a generalization of cbind and rbind. It works with vectors, matrices, and higher-dimensional arrays. It also provides the functions adrop, asub, and afill for manipulating, extracting and replacing data in arrays.

r-bmp 0.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/bmp/
Licenses: GPL 2+
Build system: r
Synopsis: Read Bitmap (BMP) images
Description:

This package provides pure R tools to read BMP format images. It is currently limited to 8 bit greyscale images and 24, 32 bit (A)RGB images.

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-xmlrpc2 1.2
Propagated dependencies: r-base64enc@0.1-6 r-curl@7.1.0 r-xml2@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=xmlrpc2
Licenses: GPL 3
Build system: r
Synopsis: Implementation of the Remote Procedure Call Protocol (XML-RPC)
Description:

XML-RPC is a remote procedure call protocol based on XML. The xmlrpc2 package is inspired by the XMLRPC package but uses the curl and xml2 packages instead of RCurl and XML'.

r-greg 2.0.3
Propagated dependencies: r-broom@1.0.13 r-dplyr@1.2.1 r-epi@2.65 r-forestplot@3.2.0 r-glue@1.8.1 r-gmisc@3.2.0 r-hmisc@5.2-5 r-htmltable@2.5.0 r-knitr@1.51 r-nlme@3.1-169 r-purrr@1.2.2 r-rlang@1.2.0 r-rms@8.1-1 r-sandwich@3.1-1 r-stringr@1.6.0 r-tibble@3.3.1 r-tidyr@1.3.2 r-tidyselect@1.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://gforge.se
Licenses: GPL 3+
Build system: r
Synopsis: Regression helper functions
Description:

This package provides methods for manipulating regression models and for describing these in a style adapted for medical journals. It contains functions for generating an HTML table with crude and adjusted estimates, plotting hazard ratio, plotting model estimates and confidence intervals using forest plots, extending this to comparing multiple models in a single forest plots. In addition to the descriptive methods, there are functions for the robust covariance matrix provided by the sandwich package, a function for adding non-linearities to a model, and a wrapper around the Epi package's Lexis() functions for time-splitting a dataset when modeling non-proportional hazards in Cox regressions.

r-crochet 2.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/agrueneberg/crochet
Licenses: Expat
Build system: r
Synopsis: Implementation Helper for Matrix-Like Types
Description:

Functions to help implement the extraction / subsetting / indexing function [ and replacement function [<- of custom matrix-like types (based on S3, S4, etc.), modeled as closely to the base matrix class as possible (with tests to prove it).

r-r2html 2.3.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/nalimilan/R2HTML
Licenses: GPL 2+
Build system: r
Synopsis: HTML export for R objects
Description:

This package includes HTML functions and methods to write in an HTML file. Thus, making HTML reports is easy. It includes a function that allows redirection on the fly, which appears to be very useful for teaching purposes, as the student can keep a copy of the produced output to keep all that they did during the course. The package comes with a vignette describing how to write HTML reports for statistical analysis. Finally, a driver for Sweave parses HTML flat files containing R code and to automatically write the corresponding outputs (tables and graphs).

r-rffc 1.0
Propagated dependencies: r-randomforest@4.7-1.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://r-forge.r-project.org/projects/rffc/
Licenses: GPL 2
Build system: r
Synopsis: Random Forest Feature Contributions
Description:

This package provides functions for extracting feature contributions from a random forest model from package randomForest. Feature contributions provide detailed information about the relationship between data variables and the predicted value returned by random forest model.

r-brglm 0.7.3
Propagated dependencies: r-profilemodel@0.6.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ikosmidis/brglm
Licenses: GPL 2+
Build system: r
Synopsis: Bias reduction in binomial-response generalized linear models
Description:

Fit generalized linear models with binomial responses using either an adjusted-score approach to bias reduction or maximum penalized likelihood where penalization is by Jeffreys invariant prior. These procedures return estimates with improved frequentist properties (bias, mean squared error) that are always finite even in cases where the maximum likelihood estimates are infinite (data separation). Fitting takes place by fitting generalized linear models on iteratively updated pseudo-data. The interface is essentially the same as glm. More flexibility is provided by the fact that custom pseudo-data representations can be specified and used for model fitting. Functions are provided for the construction of confidence intervals for the reduced-bias estimates.

r-pscl 1.5.9
Propagated dependencies: r-mass@7.3-65
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/atahk/pscl/
Licenses: GPL 2
Build system: r
Synopsis: Political science computational laboratory
Description:

The pscl is an R package providing classes and methods for:

  1. Bayesian analysis of roll call data (item-response models);

  2. elementary Bayesian statistics;

  3. maximum likelihood estimation of zero-inflated and hurdle models for count data;

  4. utility functions.

r-cobs 1.3-9-1
Propagated dependencies: r-quantreg@6.1 r-sparsem@1.84-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/cobs
Licenses: GPL 2+
Build system: r
Synopsis: Constrained B-Splines (sparse matrix based)
Description:

This package provides qualitatively constrained (regression) smoothing splines via linear programming and sparse matrices.

r-manipulate 1.0.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=manipulate
Licenses: GPL 2
Build system: r
Synopsis: Interactive plots for RStudio
Description:

This package provides interactive plotting functions for use within RStudio. The manipulate function accepts a plotting expression and a set of controls (e.g. slider, picker, checkbox, or button) which are used to dynamically change values within the expression. When a value is changed using its corresponding control the expression is automatically re-executed and the plot is redrawn.

r-vegan 2.7-3
Propagated dependencies: r-cluster@2.1.8.2 r-lattice@0.22-9 r-mass@7.3-65 r-mgcv@1.9-4 r-permute@0.9-10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/vegan
Licenses: GPL 2+
Build system: r
Synopsis: Functions for community ecology
Description:

The vegan package provides tools for descriptive community ecology. It has most basic functions of diversity analysis, community ordination and dissimilarity analysis. Most of its multivariate tools can be used for other data types as well.

r-openai 0.4.1
Propagated dependencies: r-assertthat@0.2.1 r-glue@1.8.1 r-httr@1.4.8 r-jsonlite@2.0.0 r-lifecycle@1.0.5 r-magrittr@2.0.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/irudnyts/openai
Licenses: Expat
Build system: r
Synopsis: R Wrapper for OpenAI API
Description:

This package provides an R wrapper of OpenAI API endpoints (see https://platform.openai.com/docs/introduction for details). This package covers Models, Completions, Chat, Edits, Images, Embeddings, Audio, Files, Fine-tunes, Moderations, and legacy Engines endpoints.

r-rpostgresql 0.7-8
Dependencies: postgresql@14.20
Propagated dependencies: r-dbi@1.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/tomoakin/RPostgreSQL
Licenses: GPL 2
Build system: r
Synopsis: R interface to the PostgreSQL database system
Description:

This package provides a Database Interface (DBI) compliant driver for R to access PostgreSQL database systems.

r-kernelshap 0.9.1
Propagated dependencies: r-dofuture@1.2.2 r-foreach@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ModelOriented/kernelshap
Licenses: GPL 2+
Build system: r
Synopsis: Kernel SHAP
Description:

This package provides an efficient implementation of Kernel SHAP (Lundberg and Lee, 2017, <doi:10.48550/arXiv.1705.07874>) permutation SHAP, and additive SHAP for model interpretability. For Kernel SHAP and permutation SHAP, if the number of features is too large for exact calculations, the algorithms iterate until the SHAP values are sufficiently precise in terms of their standard errors. The package integrates smoothly with meta-learning packages such as tidymodels, caret or mlr3. It supports multi-output models, case weights, and parallel computations. Visualizations can be done using the R package shapviz.

r-downlit 0.4.5
Propagated dependencies: r-brio@1.1.5 r-desc@1.4.3 r-digest@0.6.39 r-evaluate@1.0.5 r-fansi@1.0.7 r-memoise@2.0.1 r-rlang@1.2.0 r-vctrs@0.7.3 r-withr@3.0.2 r-yaml@2.3.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://downlit.r-lib.org/
Licenses: Expat
Build system: r
Synopsis: Syntax highlighting and automatic linking
Description:

This package provides syntax highlighting of R code, specifically designed for the needs of RMarkdown packages like pkgdown, hugodown, and bookdown. It includes linking of function calls to their documentation on the web, and automatic translation of ANSI escapes in output to the equivalent HTML.

r-modeest 2.4.0
Propagated dependencies: r-fbasics@4052.98 r-stable@1.1.7 r-stabledist@0.7-2 r-statip@0.2.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/paulponcet/modeest
Licenses: GPL 3
Build system: r
Synopsis: Mode estimations for univariate data or distributions
Description:

The package provides estimators of the mode of univariate unimodal (and sometimes multimodal) data and values of the modes of usual probability distributions.

r-tsp 1.2.7
Propagated dependencies: r-foreach@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/TSP/
Licenses: GPL 3
Build system: r
Synopsis: Traveling salesperson problem (TSP)
Description:

This package provides basic infrastructure and some algorithms for the traveling salesperson problem(TSP) (also known as the traveling salesman problem).

r-moments 0.14.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/moments
Licenses: GPL 2+
Build system: r
Synopsis: Moments, cumulants, skewness, kurtosis and related tests
Description:

This package provides functions to calculate: moments, Pearson's kurtosis, Geary's kurtosis and skewness; it also includes tests related to them (Anscombe-Glynn, D'Agostino, Bonett-Seier).

r-wrs2 1.1-7
Propagated dependencies: r-mass@7.3-65 r-plyr@1.8.9 r-reshape@0.8.10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://r-forge.r-project.org/projects/psychor/
Licenses: GPL 3
Build system: r
Synopsis: Collection of robust statistical methods
Description:

R-wrs2 offers a range of strong stats methods from Wilcox WRS functions. It implements robust t-tests, both independent and dependent, robust ANOVA, including designs with between-within subjects, quantile ANOVA, robust correlation, robust mediation, and nonparametric ANCOVA models using robust location measures.

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-secretbase 1.2.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://shikokuchuo.net/secretbase/
Licenses: GPL 3+
Build system: r
Synopsis: Cryptographic Hash and Extendable-Output Functions
Description:

This package provides implementations of the SHA-3 cryptographic hash and SHAKE256 extendable-output functions (XOF).

Total packages: 72465