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

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-gdtools 0.5.0
Dependencies: cairo@1.18.4 fontconfig-minimal@2.16.0 freetype@2.13.3 zlib@1.3.1
Propagated dependencies: r-fontquiver@0.2.1 r-htmltools@0.5.9 r-rcpp@1.1.1-1.1 r-systemfonts@1.3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/gdtools
Licenses: GPL 3
Build system: r
Synopsis: Utilities for graphical rendering
Description:

The gdtools package provides functionalities to get font metrics and to generate base64 encoded string from raster matrix.

r-nsprcomp 0.5.1-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://sigg-iten.ch/research/
Licenses: GPL 2+
Build system: r
Synopsis: Non-negative and sparse PCA
Description:

This package implements two methods for performing a constrained principal component analysis (PCA), where non-negativity and/or sparsity constraints are enforced on the principal axes (PAs). The function nsprcomp computes one principal component (PC) after the other. Each PA is optimized such that the corresponding PC has maximum additional variance not explained by the previous components. In contrast, the function nscumcomp jointly computes all PCs such that the cumulative variance is maximal. Both functions have the same interface as the prcomp function from the stats package (plus some extra parameters).

r-qvcalc 1.0.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://davidfirth.github.io/qvcalc/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Quasi variances for factor effects in statistical models
Description:

This package provides functions to compute quasi variances and associated measures of approximation error.

r-activityindex 0.3.7
Propagated dependencies: r-data-table@1.18.4 r-matrixstats@1.5.0 r-r-utils@2.13.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ActivityIndex/
Licenses: GPL 3
Build system: r
Synopsis: Activity Index calculation using raw accelerometry data
Description:

This is a package to read raw accelerometry from GT3X+ accelerometry data and plain table data to calculate the Activity Index from Bai et al. (2016) doi:10.1371/journal.pone.0160644.

r-mlr3mbo 1.1.1
Propagated dependencies: r-bbotk@1.10.0 r-checkmate@2.3.4 r-data-table@1.18.4 r-lgr@0.5.2 r-mlr3@1.6.0 r-mlr3misc@0.21.0 r-mlr3tuning@1.6.0 r-paradox@1.0.1 r-r6@2.6.1 r-spacefillr@0.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3mbo.mlr-org.com
Licenses: LGPL 3
Build system: r
Synopsis: Flexible Bayesian optimization
Description:

This package provides a flexible approach to Bayesian optimization / model based optimization building on the bbotk package. The mlr3mbo is a toolbox providing both ready-to-use optimization algorithms as well as their fundamental building blocks allowing for straightforward implementation of custom algorithms. Single- and multi-objective optimization is supported as well as mixed continuous, categorical and conditional search spaces. Moreover, using mlr3mbo for hyperparameter optimization of machine learning models within the mlr3 ecosystem is straightforward via mlr3tuning.

r-gsignal 0.3-7
Propagated dependencies: r-pracma@2.4.6 r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/gjmvanboxtel/gsignal
Licenses: GPL 3
Build system: r
Synopsis: Signal processing
Description:

This package provides an R implementation of the Octave package signal, containing a variety of signal processing tools, such as signal generation and measurement, correlation and convolution, filtering, filter design, filter analysis and conversion, power spectrum analysis, system identification, decimation and sample rate change, and windowing.

r-rngtools 1.5.2
Propagated dependencies: r-digest@0.6.39
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://renozao.github.io/rngtools
Licenses: GPL 3+
Build system: r
Synopsis: Utility functions for working with random number generators
Description:

This package contains a set of functions for working with Random Number Generators (RNGs). In particular, it defines a generic S4 framework for getting/setting the current RNG, or RNG data that are embedded into objects for reproducibility. Notably, convenient default methods greatly facilitate the way current RNG settings can be changed.

r-shinybs 0.65.0
Propagated dependencies: r-htmltools@0.5.9 r-jsonlite@2.0.0 r-shiny@1.13.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://ebailey78.github.io/shinyBS/
Licenses: GPL 3
Build system: r
Synopsis: Twitter Bootstrap components for Shiny
Description:

This package adds additional Twitter Bootstrap components to Shiny.

r-dqrng 0.4.1
Propagated dependencies: r-bh@1.90.0-1 r-rcpp@1.1.1-1.1 r-sitmo@2.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.daqana.org/dqrng
Licenses: AGPL 3
Build system: r
Synopsis: Fast pseudo random number generators
Description:

Several fast random number generators are provided as C++ header-only libraries: the PCG family as well as Xoroshiro128+ and Xoshiro256+. Additionally, fast functions for generating random numbers according to a uniform, normal and exponential distribution are included. The latter two use the Ziggurat algorithm originally proposed by Marsaglia and Tsang. These functions are exported to R and as a C++ interface and are enabled for use with the default 64 bit generator from the PCG family, Xoroshiro128+ and Xoshiro256+ as well as the 64 bit version of the 20 rounds Threefry engine (Salmon et al., 2011) as provided by the package sitmo.

r-calibrator 1.2-8
Propagated dependencies: r-cubature@2.1.4-1 r-emulator@1.2-24 r-mvtnorm@1.3-7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/RobinHankin/calibrator.git
Licenses: GPL 2
Build system: r
Synopsis: Bayesian calibration of complex computer codes
Description:

This package performs Bayesian calibration of computer models as per Kennedy and O'Hagan 2001. The package includes routines to find the hyperparameters and parameters; see the help page for stage1() for a worked example using the toy dataset. A tutorial is provided in the calex.Rnw vignette; and a suite of especially simple one dimensional examples appears in inst/doc/one.dim/.

r-brglm2 1.1.0
Propagated dependencies: r-enrichwith@0.5.0 r-mass@7.3-65 r-matrix@1.7-5 r-nleqslv@3.3.7 r-nnet@7.3-20 r-numderiv@2016.8-1.1 r-statmod@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ikosmidis/brglm2
Licenses: GPL 3
Build system: r
Synopsis: Bias reduction in generalized linear models
Description:

This is a package for estimation and inference from generalized linear models based on various methods for bias reduction and maximum penalized likelihood with powers of the Jeffreys prior as penalty. The brglmFit fitting method can achieve reduction of estimation bias by solving either the mean bias-reducing adjusted score equations in Firth (1993) <doi:10.1093/biomet/80.1.27> and Kosmidis and Firth (2009) <doi:10.1093/biomet/asp055>, or the median bias-reduction adjusted score equations in Kenne et al. (2017) <doi:10.1093/biomet/asx046>, or through the direct subtraction of an estimate of the bias of the maximum likelihood estimator from the maximum likelihood estimates as in Cordeiro and McCullagh (1991) <https://www.jstor.org/stable/2345592>.

r-gridgraphics 0.5-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/pmur002/gridgraphics
Licenses: GPL 2+
Build system: r
Synopsis: Redraw base graphics using @code{grid} graphics
Description:

This package provides functions to convert a page of plots drawn with the graphics package into identical output drawn with the grid package. The result looks like the original graphics-based plot, but consists of grid grobs and viewports that can then be manipulated with grid functions (e.g., edit grobs and revisit viewports).

r-statmod 1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/statmod
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Statistical modeling
Description:

This package provides a collection of algorithms and functions to aid statistical modeling. It includes growth curve comparisons, limiting dilution analysis (aka ELDA), mixed linear models, heteroscedastic regression, inverse-Gaussian probability calculations, Gauss quadrature and a secure convergence algorithm for nonlinear models. It also includes advanced generalized linear model functions that implement secure convergence, dispersion modeling and Tweedie power-law families.

r-ibdreg 0.3.8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software
Licenses: GPL 2+
Build system: r
Synopsis: Regression methods for IBD linkage with covariates
Description:

This package provides a method to test genetic linkage with covariates by regression methods with response IBD sharing for relative pairs. Account for correlations of IBD statistics and covariates for relative pairs within the same pedigree.

r-spatstat-model 3.7-0
Propagated dependencies: r-abind@1.4-8 r-goftest@1.2-3 r-matrix@1.7-5 r-mgcv@1.9-4 r-nlme@3.1-169 r-rpart@4.1.27 r-spatstat-data@3.1-9 r-spatstat-explore@3.8-0 r-spatstat-geom@3.7-3 r-spatstat-random@3.4-5 r-spatstat-sparse@3.2-0 r-spatstat-univar@3.2-0 r-spatstat-utils@3.2-3 r-tensor@1.5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://spatstat.org/
Licenses: GPL 2+
Build system: r
Synopsis: Parametric statistical modelling for the spatstat family
Description:

This package implements functionality for exploratory data analysis and nonparametric analysis of spatial data, mainly spatial point patterns, in the spatstat family of packages. Methods include quadrat counts, K-functions and their simulation envelopes, nearest neighbour distance and empty space statistics, Fry plots, pair correlation function, kernel smoothed intensity, relative risk estimation with cross-validated bandwidth selection, mark correlation functions, segregation indices, mark dependence diagnostics, and kernel estimates of covariate effects. Formal hypothesis tests of random pattern (chi-squared, Kolmogorov-Smirnov, Monte Carlo, Diggle-Cressie-Loosmore-Ford, Dao-Genton, two-stage Monte Carlo) and tests for covariate effects (Cox-Berman-Waller-Lawson, Kolmogorov-Smirnov, ANOVA) are also supported.

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-naturalsort 0.1.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/naturalsort/
Licenses: Modified BSD
Build system: r
Synopsis: Natural ordering
Description:

This package provides functions related to human natural ordering. It handles adjacent digits in a character sequence as a number so that natural sort function arranges a character vector by their numbers, not digit characters.

r-caper 1.0.4
Propagated dependencies: r-ape@5.8-1 r-mass@7.3-65 r-mvtnorm@1.3-7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=caper
Licenses: GPL 2+
Build system: r
Synopsis: Comparative analyses of phylogenetics and evolution in R
Description:

This package provides functions for performing phylogenetic comparative analyses.

r-mapdata 2.3.1
Propagated dependencies: r-maps@3.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=mapdata
Licenses: GPL 2
Build system: r
Synopsis: Extra map databases
Description:

This is a supplement to the maps package providing the larger and/or higher-resolution databases.

r-rocr 1.0-12
Propagated dependencies: r-gplots@3.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rocr.bioinf.mpi-sb.mpg.de/
Licenses: GPL 2+
Build system: r
Synopsis: Visualizing the performance of scoring classifiers
Description:

ROCR is a flexible tool for creating cutoff-parameterized 2D performance curves by freely combining two from over 25 performance measures (new performance measures can be added using a standard interface). Curves from different cross-validation or bootstrapping runs can be averaged by different methods, and standard deviations, standard errors or box plots can be used to visualize the variability across the runs. The parameterization can be visualized by printing cutoff values at the corresponding curve positions, or by coloring the curve according to cutoff. All components of a performance plot can be quickly adjusted using a flexible parameter dispatching mechanism.

r-cdm 8.3-14
Propagated dependencies: r-mvtnorm@1.3-7 r-polycor@0.8-2 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/alexanderrobitzsch/CDM
Licenses: GPL 2+
Build system: r
Synopsis: Cognitive diagnosis modeling
Description:

This package provides functions for cognitive diagnosis modeling and multidimensional item response modeling for dichotomous and polytomous item responses. It enables the estimation of the DINA and DINO model, the multiple group (polytomous) GDINA model, the multiple choice DINA model, the general diagnostic model (GDM), the structured latent class model (SLCA), and regularized latent class analysis. See George, Robitzsch, Kiefer, Gross, and Uenlue (2017) doi:10.18637/jss.v074.i02 for further details on estimation and the package structure. For tutorials on how to use the CDM package see George and Robitzsch (2015, doi:10.20982/tqmp.11.3.p189) as well as Ravand and Robitzsch (2015).

r-ggnetwork 0.5.14
Propagated dependencies: r-ggplot2@4.0.3 r-ggrepel@0.9.8 r-igraph@2.3.1 r-network@1.20.0 r-sna@2.8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/briatte/ggnetwork
Licenses: GPL 3
Build system: r
Synopsis: Geometries to plot networks with ggplot2
Description:

This package provides geometries to plot network objects with the ggplot2 package.

r-rnifti 1.9.0
Dependencies: zlib@1.3.1
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jonclayden/RNifti
Licenses: GPL 2
Build system: r
Synopsis: Fast R and C++ access to NIfTI images
Description:

This package provides very fast read and write access to images stored in the NIfTI-1 and ANALYZE-7.5 formats, with seamless synchronisation between compiled C and interpreted R code. It also provides a C/C++ API that can be used by other packages.

r-nanoarrow 0.8.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://arrow.apache.org/nanoarrow/latest/r/
Licenses: ASL 2.0
Build system: r
Synopsis: Interface to the nanoarrow C library
Description:

This package provides an R interface to the nanoarrow C library and the Apache Arrow application binary interface. Functions to import and export ArrowArray, ArrowSchema, and ArrowArrayStream C structures to and from R objects are provided alongside helpers to facilitate zero-copy data transfer among R bindings to libraries implementing the Arrow C data interface.

Total packages: 73977