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

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-paws-database 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 Database Services
Description:

This package provides an interface to Amazon Web Services database services, including Relational Database Service (RDS), DynamoDB NoSQL database, and more.

r-diptest 0.77-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/diptest
Licenses: GPL 2+
Build system: r
Synopsis: Hartigan's dip test statistic for unimodality
Description:

This package computes Hartigan's dip test statistic for unimodality, multimodality and provides a test with simulation based p-values, where the original public code has been corrected.

r-datapasta 3.1.0
Propagated dependencies: r-clipr@0.8.0 r-readr@2.2.0 r-rstudioapi@0.18.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/milesmcbain/datapasta
Licenses: Expat
Build system: r
Synopsis: R tools for data copy-pasta
Description:

This package provides RStudio addins and R functions that make copy-pasting vectors and tables to text painless.

r-ggbeeswarm 0.7.3
Propagated dependencies: r-beeswarm@0.4.0 r-cli@3.6.6 r-ggplot2@4.0.3 r-lifecycle@1.0.5 r-vipor@0.4.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/eclarke/ggbeeswarm
Licenses: GPL 2+
Build system: r
Synopsis: Categorical scatter (violin point) plots
Description:

This package provides two methods of plotting categorical scatter plots such that the arrangement of points within a category reflects the density of data at that region, and avoids over-plotting.

r-torch 0.17.0
Dependencies: liblantern@0.16.3 python-pytorch@2.7.1
Propagated dependencies: r-bit64@4.8.2 r-callr@3.7.6 r-cli@3.6.6 r-coro@1.1.0 r-desc@1.4.3 r-glue@1.8.1 r-jsonlite@2.0.0 r-magrittr@2.0.5 r-r6@2.6.1 r-rcpp@1.1.1-1.1 r-rlang@1.2.0 r-safetensors@0.2.1 r-scales@1.4.0 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://torch.mlverse.org/docs
Licenses: Expat
Build system: r
Synopsis: Tensors and neural networks with GPU acceleration
Description:

This package provides functionality to define and train neural networks similar to PyTorch but written entirely in R using the libtorch library. It also supports low-level tensor operations and GPU acceleration.

r-rfigshare 0.3.8
Propagated dependencies: r-ggplot2@4.0.3 r-httpuv@1.6.17 r-httr@1.4.8 r-rjsonio@2.0.5 r-xml@3.99-0.23 r-yaml@2.3.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/rfigshare
Licenses: CC0
Build system: r
Synopsis: R Interface to figshare
Description:

This package provides an interface to figshare, a scientific repository to archive and assign DOIs to data, software, figures, and more.

r-mediation 4.5.1
Propagated dependencies: r-boot@1.3-32 r-hmisc@5.2-5 r-lme4@2.0-1 r-lpsolve@5.6.23 r-mass@7.3-65 r-matrix@1.7-5 r-mvtnorm@1.3-7 r-sandwich@3.1-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://imai.princeton.edu/projects/mechanisms.html
Licenses: GPL 2+
Build system: r
Synopsis: Causal mediation analysis
Description:

This package implements parametric and non-parametric mediation analysis. This package performs the methods and suggestions in Imai, Keele and Yamamoto (2010) <DOI:10.1214/10-STS321>, Imai, Keele and Tingley (2010) <DOI:10.1037/a0020761>, Imai, Tingley and Yamamoto (2013) <DOI:10.1111/j.1467-985X.2012.01032.x>, Imai and Yamamoto (2013) <DOI:10.1093/pan/mps040> and Yamamoto (2013). In addition to the estimation of causal mediation effects, the software also allows researchers to conduct sensitivity analysis for certain parametric models.

r-sqldf 0.4-12
Propagated dependencies: r-chron@2.3-62 r-dbi@1.3.0 r-gsubfn@0.7 r-proto@1.0.0 r-rsqlite@3.52.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ggrothendieck/sqldf
Licenses: GPL 2
Build system: r
Synopsis: Manipulate R data frames using SQL
Description:

The sqldf function is typically passed a single argument which is an SQL select statement where the table names are ordinary R data frame names. sqldf transparently sets up a database, imports the data frames into that database, performs the SQL statement and returns the result using a heuristic to determine which class to assign to each column of the returned data frame. The sqldf or read.csv.sql functions can also be used to read filtered files into R even if the original files are larger than R itself can handle.

r-bigmemory 4.6.4
Dependencies: util-linux@2.40.4
Propagated dependencies: r-bh@1.90.0-1 r-bigmemory-sri@0.1.8 r-rcpp@1.1.1-1.1 r-uuid@1.2-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://www.bigmemory.org
Licenses: LGPL 3 ASL 2.0
Build system: r
Synopsis: Manage large matrices with shared memory or memory-mapped files
Description:

This package provides methods to create, store, access, and manipulate large matrices. Matrices are allocated to shared memory and may use memory-mapped files.

r-ada 2.0-5.1
Propagated dependencies: r-rpart@4.1.27
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ada/
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Stochastic boosting
Description:

This package provides a straightforward, well-documented, and broad boosting routine for classification, ideally suited for small to moderate-sized data sets. It performs discrete, real, and gentle boost under both exponential and logistic loss on a given data set.

r-oompabase 3.2.11
Propagated dependencies: r-cluster@2.1.8.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://oompa.r-forge.r-project.org/
Licenses: ASL 2.0
Build system: r
Synopsis: Class unions, matrix operations, and color schemes for OOMPA
Description:

This package preloads class unions for defining/loading core OOMPA tools. It also includes vectorized operations for row-by-row means, variances, and t-tests. Finally, it provides new colorschemes.

r-aspi 0.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/aspi/
Licenses: GPL 3+
Build system: r
Synopsis: Analysis of symmetry of parasitic infections
Description:

This package provides tools for the analysis and visualization of bilateral asymmetry in parasitic infections.

r-survey 4.5
Propagated dependencies: r-lattice@0.22-9 r-matrix@1.7-5 r-minqa@1.2.8 r-mitools@2.4 r-numderiv@2016.8-1.1 r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1 r-survival@3.8-6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://r-survey.r-forge.r-project.org/survey/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Analysis of complex survey samples
Description:

This package provides tools for the analysis of complex survey samples. The provided features include: summary statistics, two-sample tests, rank tests, generalised linear models, cumulative link models, Cox models, loglinear models, and general maximum pseudolikelihood estimation for multistage stratified, cluster-sampled, unequally weighted survey samples; variances by Taylor series linearisation or replicate weights; post-stratification, calibration, and raking; two-phase subsampling designs; graphics; PPS sampling without replacement; principal components, and factor analysis.

r-productplots 0.1.2
Propagated dependencies: r-ggplot2@4.0.3 r-plyr@1.8.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hadley/productplots
Licenses: GPL 2
Build system: r
Synopsis: Product plots for R
Description:

Framework for visualising tables of counts, proportions and probabilities. The framework is called product plots, alluding to the computation of area as a product of height and width, and the statistical concept of generating a joint distribution from the product of conditional and marginal distributions. The framework, with extensions, is sufficient to encompass over 20 visualisations previously described in fields of statistical graphics and infovis, including bar charts, mosaic plots, treemaps, equal area plots and fluctuation diagrams.

r-quantregforest 1.3-7.1
Propagated dependencies: r-randomforest@4.7-1.2 r-rcolorbrewer@1.1-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/lorismichel/quantregForest
Licenses: GPL 2+
Build system: r
Synopsis: Quantile regression forests
Description:

Quantile Regression Forests is a tree-based ensemble method for estimation of conditional quantiles. It is particularly well suited for high-dimensional data. Predictor variables of mixed classes can be handled.

r-nestedcv 0.8.2
Propagated dependencies: r-caret@7.0-1 r-data-table@1.18.4 r-doparallel@1.0.17 r-foreach@1.5.2 r-future-apply@1.20.2 r-ggplot2@4.0.3 r-glmnet@5.0 r-matrixstats@1.5.0 r-matrixtests@0.2.3.1 r-proc@1.19.0.1 r-rfast@2.1.5.2 r-rhpcblasctl@0.23-42 r-rlang@1.2.0 r-rocr@1.0-12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/myles-lewis/nestedcv
Licenses: Expat
Build system: r
Synopsis: Nested cross-validation with glmnet and caret
Description:

This package implements nested cross-validation applied to the glmnet and caret packages. With glmnet this includes cross-validation of elastic net alpha parameter. A number of feature selection filter functions (t-test, Wilcoxon test, ANOVA, Pearson/Spearman correlation, random forest, ReliefF) for feature selection are provided and can be embedded within the outer loop of the nested CV. Nested CV can be also be performed with the caret package giving access to the large number of prediction methods available in caret.

r-benchmarkmedata 2.0.0
Propagated dependencies: r-dplyr@1.2.1 r-rlang@1.2.0 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/csgillespie/benchmarkme-data
Licenses: GPL 2+
Build system: r
Synopsis: Data set for the @code{benchmarkme} package
Description:

This package contains the data set for the crowd-sourced benchmarks from running the benchmarkme package.

r-fmesher 0.7.0
Propagated dependencies: r-dplyr@1.2.1 r-lifecycle@1.0.5 r-matrix@1.7-5 r-rcpp@1.1.1-1.1 r-rlang@1.2.0 r-sf@1.1-1 r-splancs@2.01-45 r-tibble@3.3.1 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://inlabru-org.github.io/fmesher/
Licenses: MPL 2.0
Build system: r
Synopsis: Triangle meshes and related geometry tools
Description:

This package lets you generate planar and spherical triangle meshes, compute finite element calculations for 1- and 2-dimensional flat and curved manifolds with associated basis function spaces, methods for lines and polygons, and transparent handling of coordinate reference systems and coordinate transformation, including sf and sp geometries. The core fmesher library code was originally part of the INLA package, and implements parts of "Triangulations and Applications" by Hjelle and Daehlen (2006) <doi:10.1007/3-540-33261-8>.

r-tmb 1.9.21
Propagated dependencies: r-matrix@1.7-5 r-rcppeigen@0.3.4.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://tmb-project.org
Licenses: GPL 2
Build system: r
Synopsis: Template model builder: a general random effect tool
Description:

With this tool, a user should be able to quickly implement complex random effect models through simple C++ templates. The package combines CppAD (C++ automatic differentiation), Eigen (templated matrix-vector library) and CHOLMOD (sparse matrix routines available from R) to obtain an efficient implementation of the applied Laplace approximation with exact derivatives. Key features are: Automatic sparseness detection, parallelism through BLAS and parallel user templates.

r-httr 1.4.8
Propagated dependencies: r-curl@7.1.0 r-jsonlite@2.0.0 r-mime@0.13 r-openssl@2.4.1 r-r6@2.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hadley/httr
Licenses: Expat
Build system: r
Synopsis: Tools for working with URLs and HTTP
Description:

The aim of httr is to provide a wrapper for RCurl customised to the demands of modern web APIs. It provides useful tools for working with HTTP organised by HTTP verbs (GET(), POST(), etc). Configuration functions make it easy to control additional request components.

r-svdialogs 1.1.2
Dependencies: yad@12.0 zenity@3.44.1
Propagated dependencies: r-rstudioapi@0.18.0 r-svgui@1.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/SciViews/svDialogs/
Licenses: GPL 2
Build system: r
Synopsis: Portable dialog boxes
Description:

This package helps to construct standard dialog boxes for your GUI, including message boxes, input boxes, list, file or directory selection, and others. In case R cannot display GUI dialog boxes, a simpler command line version of these interactive elements is also provided as a fallback solution.

r-gtools 3.9.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/gtools
Licenses: GPL 2
Build system: r
Synopsis: Various R programming tools
Description:

This package contains a collection of various functions to assist in R programming, such as tools to assist in developing, updating, and maintaining R and R packages, calculating the logit and inverse logit transformations, tests for whether a value is missing, empty or contains only NA and NULL values, and many more.

r-r-huge 0.10.1
Propagated dependencies: r-r-methodss3@1.8.2 r-r-oo@1.27.1 r-r-utils@2.13.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/HenrikBengtsson/R.huge
Licenses: LGPL 2.1+
Build system: r
Synopsis: Methods for accessing huge amounts of data
Description:

This is a deprecated package for accessing huge amounts of data. Cross-platform alternatives are the following packages: bigmemory (CRAN), ff (CRAN), or BufferedMatrix (Bioconductor). The main usage of it was inside the aroma.affymetrix package.

r-tictoc 1.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jabiru/tictoc
Licenses: ASL 2.0
Build system: r
Synopsis: Time R scripts and implementations of stack and list structures
Description:

The tictoc package provides the timing functions tic and toc that can be nested. It provides an alternative to system.time() with a different syntax similar to that in another well-known software package. tic and toc are easy to use, and are especially useful when timing several sections in more than a few lines of code.

Total packages: 72465