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

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-aws-signature 0.6.0
Propagated dependencies: r-base64enc@0.1-6 r-digest@0.6.39
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/cloudyr/aws.signature
Licenses: GPL 2+
Build system: r
Synopsis: Amazon Web Services Request Signatures
Description:

This package generates version 2 and 4 request signatures for Amazon Web Services (AWS) and provides a mechanism for retrieving credentials from environment variables, AWS credentials files, and EC2 instance metadata. For use on EC2 instances, the package 'aws.ec2metadata' is suggested.

r-workflows 1.3.0
Propagated dependencies: r-cli@3.6.6 r-generics@0.1.4 r-glue@1.8.1 r-hardhat@1.4.3 r-lifecycle@1.0.5 r-modelenv@0.2.0 r-parsnip@1.6.0 r-recipes@1.3.2 r-rlang@1.2.0 r-sparsevctrs@0.3.6 r-tidyselect@1.2.1 r-vctrs@0.7.3 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/tidymodels/workflows
Licenses: Expat
Build system: r
Synopsis: Modeling workflows
Description:

A workflow is an object that can bundle together your pre-processing, modeling, and post-processing requests. For example, if you have a recipe and parsnip model, these can be combined into a workflow. The advantages are:

  1. You don’t have to keep track of separate objects in your workspace.

  2. The recipe prepping and model fitting can be executed using a single call to fit().

  3. If you have custom tuning parameter settings, these can be defined using a simpler interface when combined with tune.

  4. In the future, workflows will be able to add post-processing operations, such as modifying the probability cutoff for two-class models.

r-intervals 0.15.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/edzer/intervals
Licenses: Artistic License 2.0
Build system: r
Synopsis: Tools for Working with Points and Intervals
Description:

Tools for working with and comparing sets of points and intervals.

r-flock 0.7
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/flock/
Licenses: ASL 2.0
Build system: r
Synopsis: Process synchronization using file locks
Description:

This package implements synchronization between R processes (spawned by using the parallel package for instance) using file locks. It supports both exclusive and shared locking.

r-genalg 0.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/egonw/genalg
Licenses: GPL 2
Build system: r
Synopsis: R based genetic algorithm
Description:

This package provides an R based genetic algorithm for binary and floating point chromosomes.

r-xtable 1.8-8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://xtable.r-forge.r-project.org/
Licenses: GPL 2+
Build system: r
Synopsis: Export R tables to LaTeX or HTML
Description:

This package provides tools to export R data as LaTeX and HTML tables.

r-shapes 1.2.8
Propagated dependencies: r-fitdistrplus@1.2-6 r-mass@7.3-65 r-minpack-lm@1.2-4 r-rgl@1.3.36 r-scatterplot3d@0.3-45
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.maths.nottingham.ac.uk/~ild/shapes
Licenses: GPL 2
Build system: r
Synopsis: Statistical shape analysis
Description:

This package provides routines for the statistical analysis of landmark shapes, including Procrustes analysis, graphical displays, principal components analysis, permutation and bootstrap tests, thin-plate spline transformation grids and comparing covariance matrices. See Dryden, I.L. and Mardia, K.V. (2016). Statistical shape analysis, with Applications in R (2nd Edition), John Wiley and Sons.

r-survmisc 0.5.6
Propagated dependencies: r-data-table@1.18.4 r-ggplot2@4.0.3 r-gridextra@2.3 r-km-ci@0.5-6 r-kmsurv@0.1-6 r-knitr@1.51 r-survival@3.8-6 r-xtable@1.8-8 r-zoo@1.8-15
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/survMisc/
Licenses: GPL 2
Build system: r
Synopsis: Miscellaneous functions for survival data
Description:

This package provides a collection of functions to help in the analysis of right-censored survival data. These extend the methods available in the survival package.

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-ffbase 0.13.3
Propagated dependencies: r-bit@4.6.0 r-fastmatch@1.1-8 r-ff@4.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/edwindj/ffbase
Licenses: GPL 3
Build system: r
Synopsis: Basic statistical functions for package 'ff'
Description:

This package extends the out of memory vectors of ff with statistical functions and other utilities to ease their usage.

r-aplot 0.2.9
Propagated dependencies: r-ggfun@0.2.0 r-ggplot2@4.0.3 r-ggplotify@0.1.3 r-magrittr@2.0.5 r-patchwork@1.3.2 r-pillar@1.11.1 r-yulab-utils@0.2.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/YuLab-SMU/aplot
Licenses: Artistic License 2.0
Build system: r
Synopsis: Decorate a ggplot with associated information
Description:

Users may want to align plots with associated information that requires axes to be exactly matched in subplots, e.g. hierarchical clustering with a heatmap. This package provides utilities to align associated subplots to a main plot at different sides (left, right, top and bottom) with axes exactly matched.

r-shinystan 2.7.0
Propagated dependencies: r-bayesplot@1.15.0 r-colourpicker@1.3.0 r-dt@0.34.0 r-dygraphs@1.1.1.6 r-ggplot2@4.0.3 r-gridextra@2.3 r-gtools@3.9.5 r-markdown@2.0 r-reshape2@1.4.5 r-rstan@2.32.7 r-shiny@1.13.0 r-shinyjs@2.1.1 r-shinythemes@1.2.0 r-threejs@0.3.4 r-xtable@1.8-8 r-xts@0.14.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mc-stan.org/
Licenses: GPL 3+
Build system: r
Synopsis: Interactive visual and numerical analysis for Bayesian models
Description:

This package provides a graphical user interface for interactive Markov chain Monte Carlo (MCMC) diagnostics and plots and tables helpful for analyzing a posterior sample. The interface is powered by the Shiny web application framework and works with the output of MCMC programs written in any programming language (and has extended functionality for Stan models fit using the rstan and rstanarm packages).

r-reshape 0.8.10
Propagated dependencies: r-plyr@1.8.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://had.co.nz/reshape
Licenses: Expat
Build system: r
Synopsis: Flexibly reshape data
Description:

Flexibly restructure and aggregate data using just two functions: melt and cast. This package provides them.

r-conquer 1.3.3
Propagated dependencies: r-matrix@1.7-5 r-matrixstats@1.5.0 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://github.com/XiaoouPan/conquer
Licenses: GPL 3
Build system: r
Synopsis: Convolution-type smoothed quantile regression
Description:

This package provides fast and accurate convolution-type smoothed quantile regression, implemented using Barzilai-Borwein gradient descent with a Huber regression warm start. Confidence intervals for regression coefficients are constructed using multiplier bootstrap.

r-tidytree 0.4.7
Propagated dependencies: r-ape@5.8-1 r-cli@3.6.6 r-dplyr@1.2.1 r-lazyeval@0.2.3 r-magrittr@2.0.5 r-pillar@1.11.1 r-rlang@1.2.0 r-tibble@3.3.1 r-tidyr@1.3.2 r-tidyselect@1.2.1 r-yulab-utils@0.2.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/GuangchuangYu/tidytree
Licenses: Artistic License 2.0
Build system: r
Synopsis: Tidy tool for phylogenetic tree data manipulation
Description:

Phylogenetic trees generally contain multiple components including nodes, edges, branches and associated data. This package provides an approach to convert tree objects to tidy data frames. It also provides tidy interfaces to manipulate tree data.

r-prismatic 1.1.2
Propagated dependencies: r-farver@2.1.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/EmilHvitfeldt/prismatic
Licenses: Expat
Build system: r
Synopsis: Color manipulation tools
Description:

Manipulate and visualize colors in a intuitive, low-dependency and functional way.

r-nada 1.6-1.2
Propagated dependencies: r-survival@3.8-6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=NADA
Licenses: GPL 2+
Build system: r
Synopsis: Nondetects and data analysis for environmental data
Description:

This package contains methods described by Dennis Helsel in his book Nondetects and Data Analysis: Statistics for Censored Environmental Data.

r-hh 3.1-53
Propagated dependencies: r-abind@1.4-8 r-colorspace@2.1-2 r-gridextra@2.3 r-hmisc@5.2-5 r-lattice@0.22-9 r-latticeextra@0.6-31 r-leaps@3.2 r-multcomp@1.4-30 r-rcolorbrewer@1.1-3 r-reshape2@1.4.5 r-rmpfr@1.1-2 r-shiny@1.13.0 r-vcd@1.4-13
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=HH
Licenses: GPL 2+
Build system: r
Synopsis: Statistical analysis and data display: Heiberger and Holland
Description:

This package provides support software for Statistical Analysis and Data Display (Second Edition, Springer, ISBN 978-1-4939-2121-8, 2015) and (First Edition, Springer, ISBN 0-387-40270-5, 2004) by Richard M. Heiberger and Burt Holland. This contemporary presentation of statistical methods features extensive use of graphical displays for exploring data and for displaying the analysis. The second edition includes redesigned graphics and additional chapters. The authors emphasize how to construct and interpret graphs, discuss principles of graphical design, and show how accompanying traditional tabular results are used to confirm the visual impressions derived directly from the graphs. Many of the graphical formats are novel and appear here for the first time in print. All chapters have exercises. All functions introduced in the book are in the package. R code for all examples, both graphs and tables, in the book is included in the scripts directory of the package.

r-ggalt 0.4.0
Propagated dependencies: r-ash@1.0-15 r-dplyr@1.2.1 r-extrafont@0.20 r-ggplot2@4.0.3 r-gtable@0.3.6 r-kernsmooth@2.23-26 r-maps@3.4.3 r-mass@7.3-65 r-plotly@4.12.0 r-proj4@1.0-15 r-rcolorbrewer@1.1-3 r-scales@1.4.0 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hrbrmstr/ggalt
Licenses: AGPL 3
Build system: r
Synopsis: Geometries, coordinate systems, fonts and more for ggplot2
Description:

This package provides a compendium of new geometries, coordinate systems, statistical transformations, scales and fonts for ggplot2, including splines, 1d and 2d densities, univariate average shifted histograms, a new map coordinate system based on the PROJ.4-library along with geom_cartogram() that mimics the original functionality of geom_map(), formatters for "bytes", a stat_stepribbon() function, increased plotly compatibility and the StateFace open source font ProPublica. Further new functionality includes lollipop charts, dumbbell charts, the ability to encircle points and coordinate-system-based text annotations.

r-purrr 1.2.2
Propagated dependencies: r-carrier@0.3.0.4 r-cli@3.6.6 r-lifecycle@1.0.5 r-magrittr@2.0.5 r-rlang@1.2.0 r-vctrs@0.7.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hadley/purrr
Licenses: GPL 3+
Build system: r
Synopsis: Functional programming tools
Description:

This package completes R's functional programming tools with missing features present in other programming languages.

r-shinymanager 1.0.410
Propagated dependencies: r-billboarder@0.5.1 r-dbi@1.3.0 r-dt@0.34.0 r-htmltools@0.5.9 r-openssl@2.4.1 r-r-utils@2.13.0 r-r6@2.6.1 r-rsqlite@3.52.0 r-scrypt@0.1.6 r-shiny@1.13.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/datastorm-open/shinymanager
Licenses: GPL 3
Build system: r
Synopsis: Authentication management for Shiny applications
Description:

This package provides simple and secure authentication mechanism for single Shiny applications. Credentials are stored in an encrypted SQLite database.

r-fpc 2.2-14
Propagated dependencies: r-class@7.3-23 r-cluster@2.1.8.2 r-diptest@0.77-2 r-flexmix@2.3-20 r-kernlab@0.9-33 r-mass@7.3-65 r-mclust@6.1.2 r-prabclus@2.3-5 r-robustbase@0.99-7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/fpc
Licenses: GPL 2+
Build system: r
Synopsis: Flexible procedures for clustering
Description:

This package provides various methods for clustering and cluster validation. For example, it provides fixed point clustering, linear regression clustering, clustering by merging Gaussian mixture components, as well as symmetric and asymmetric discriminant projections for visualisation of the separation of groupings.

r-fancova 0.6-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=fANCOVA
Licenses: GPL 3
Build system: r
Synopsis: Nonparametric analysis of covariance
Description:

This package provides a collection of R functions to perform nonparametric analysis of covariance for regression curves or surfaces. Testing the equality or parallelism of nonparametric curves or surfaces is equivalent to analysis of variance (ANOVA) or analysis of covariance (ANCOVA) for one-sample functional data. Three different testing methods are available in the package, including one based on L-2 distance, one based on an ANOVA statistic, and one based on variance estimators.

r-textshaping 1.0.5
Dependencies: freetype@2.13.3 fribidi@1.0.12 harfbuzz@11.4.4 zlib@1.3.1
Propagated dependencies: r-cpp11@0.5.5 r-lifecycle@1.0.5 r-stringi@1.8.7 r-systemfonts@1.3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/textshaping
Licenses: Expat
Build system: r
Synopsis: Bindings to the HarfBuzz and Fribidi libraries for text shaping
Description:

This package provides access to the text shaping functionality in the HarfBuzz library and the bidirectional algorithm in the Fribidi library. This is a low-level utility package mainly for graphic devices that expands upon the font tool-set provided by the systemfonts package.

Total packages: 73977