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

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-glorenz 0.1.1
Propagated dependencies: r-rlang@1.2.0 r-magrittr@2.0.5 r-lorenzregression@2.3.1 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=glorenz
Licenses: GPL 3
Build system: r
Synopsis: Transformed and Relative Lorenz Curves for Survey Weighted Data
Description:

This package provides functions for constructing Transformed and Relative Lorenz curves with survey sampling weights. Given a variable of interest measured in two groups with scaled survey weights so that their hypothetical populations are of equal size, tlorenz() computes the proportion of members of the group with smaller values (ordered from smallest to largest) needed for their sum to match the sum of the top qth percentile of the group with higher values. rlorenz() shows the fraction of the total value of the group with larger values held by the pth percentile of those in the group with smaller values. Fd() is a survey weighted cumulative distribution function and Eps() is a survey weighted inverse cdf used in rlorenz(). Ramos, Graubard, and Gastwirth (2025) <doi:10.1093/jrsssa/qnaf044>.

r-ggraptr 1.3
Propagated dependencies: r-shiny@1.13.0 r-purrr@1.2.2 r-pacman@0.5.1 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=ggraptR
Licenses: GPL 2+
Build system: r
Synopsis: Allows Interactive Visualization of Data Through a Web Browser GUI
Description:

Intended for both technical and non-technical users to create interactive data visualizations through a web browser GUI without writing any code.

r-gicf 1.0.1
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=gicf
Licenses: GPL 3
Build system: r
Synopsis: Penalised Likelihood Estimation of a Covariance Matrix
Description:

Penalised likelihood estimation of a covariance matrix via the ridge-regularised covglasso estimator described in Cibinel et al. (2024) <doi:10.48550/arXiv.2410.02403>. Based on the C++ code of the R package covglasso (by Michael Fop, <https://orcid.org/0000-0003-3936-2757>) and the R code of icf (by Mathias Drton, <https://orcid.org/0000-0001-5614-3025>) within the R package ggm'.

r-genlib 1.1.10
Propagated dependencies: r-rcpp@1.1.1-1.1 r-quadprog@1.5-8 r-matrix@1.7-5 r-lattice@0.22-9 r-kinship2@1.9.6.2 r-foreach@1.5.2 r-doparallel@1.0.17 r-bootstrap@2019.6 r-bh@1.90.0-1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=GENLIB
Licenses: GPL 2+
Build system: r
Synopsis: Genealogical Data Analysis
Description:

Genealogical data analysis including descriptive statistics (e.g., kinship and inbreeding coefficients) and gene-dropping simulations. See: "GENLIB: an R package for the analysis of genealogical data" Gauvin et al. (2015) <doi:10.1186/s12859-015-0581-5>.

r-glm2 1.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=glm2
Licenses: GPL 2+
Build system: r
Synopsis: Fitting Generalized Linear Models
Description:

Fits generalized linear models using the same model specification as glm in the stats package, but with a modified default fitting method that provides greater stability for models that may fail to converge using glm.

r-ggnext 0.1.0
Propagated dependencies: r-s7@0.2.2
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://itsmdivakaran.github.io/ggnext/
Licenses: Expat
Build system: r
Synopsis: Next-Generation Grammar of Graphics
Description:

An implementation of the Grammar of Graphics described by Wilkinson (2005, ISBN:978-0-387-24544-7), built on S7 classes. The familiar grammar vocabulary of aesthetics, geometries, statistics, scales, coordinates, facets and themes composed with + is preserved; every constructor that takes an argument also accepts a plot as the first argument of a native pipe ('|>') stage, so the two styles are interchangeable. The package is extended with built-in interactivity, animation, an exact-data export, a plot linter that flags common statistical-graphics mistakes before a figure ships, and a catalogue covering layout diagrams (Sankey, treemap, network, radar), machine-learning diagnostics (SHAP, receiver operating characteristic, calibration, partial dependence) and clinical reporting (Kaplan-Meier, forest, swimmer, CONSORT). Static output is written to Scalable Vector Graphics; interactive output is a self-contained HTML document using a canvas element and vanilla JavaScript'. Both render targets consume the same computed-geometry buffer, giving a single source of truth for layer geometry. Layout and estimation algorithms follow their published descriptions, including Bruls, Huizing and van Wijk (2000) <doi:10.1007/978-3-7091-6783-0_4> for squarified treemaps, Fruchterman and Reingold (1991) <doi:10.1002/spe.4380211102> for force-directed graphs, and Kaplan and Meier (1958) <doi:10.1080/01621459.1958.10501452> for survival curves.

r-gdpuc 1.6.1
Propagated dependencies: r-withr@3.0.2 r-tidyselect@1.2.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-rlang@1.2.0 r-magrittr@2.0.5 r-glue@1.8.1 r-dplyr@1.2.1 r-crayon@1.5.3 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/pik-piam/GDPuc
Licenses: GPL 3+
Build system: r
Synopsis: Easily Convert GDP Data
Description:

Convert GDP time series data from one unit to another. All common GDP units are included, i.e. current and constant local currency units, US$ via market exchange rates and international dollars via purchasing power parities.

r-gsisdecoder 0.0.1
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/mrcaseb/gsisdecoder
Licenses: Expat
Build system: r
Synopsis: High Efficient Functions to Decode NFL Player IDs
Description:

This package provides a set of high efficient functions to decode identifiers of National Football League players.

r-ggir 3.3-9
Propagated dependencies: r-zoo@1.8-15 r-unisensr@0.3.4 r-signal@1.8-1 r-read-gt3x@1.2.0 r-psych@2.6.5 r-lubridate@1.9.5 r-irr@0.85 r-ineq@0.2-13 r-ggirread@1.0.11 r-foreach@1.5.2 r-doparallel@1.0.17 r-data-table@1.18.4 r-arrow@24.0.0 r-actcr@0.4.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/wadpac/GGIR/
Licenses: ASL 2.0 FSDG-compatible
Build system: r
Synopsis: Raw Accelerometer Data Analysis
Description:

This package provides a tool to process and analyse data collected with wearable raw acceleration sensors as described in Migueles and colleagues (JMPB 2019), and van Hees and colleagues (JApplPhysiol 2014; PLoSONE 2015). The package has been developed and tested for binary data from GENEActiv <https://activinsights.com/>, binary (.gt3x) and .csv-export data from Actigraph <https://ametris.com/> devices, and binary (.cwa) and .csv-export data from Axivity <https://axivity.com>. These devices are currently widely used in research on human daily physical activity. Further, the package can handle accelerometer data file from any other sensor brand providing that the data is stored in csv format. Also the package allows for external function embedding.

r-gwalkr 0.2.1
Propagated dependencies: r-shinycssloaders@1.1.0 r-shiny@1.13.0 r-openssl@2.4.1 r-jsonlite@2.0.0 r-htmlwidgets@1.6.4 r-dbi@1.3.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/Kanaries/GWalkR/
Licenses: FSDG-compatible
Build system: r
Synopsis: Interactive Exploratory Data Analysis Tool
Description:

Simplify your R data analysis and data visualization workflow by turning your data frame into an interactive Tableau'-like interface, leveraging the graphic-walker JavaScript library and the htmlwidgets package.

r-glmertree 0.2-7
Propagated dependencies: r-partykit@1.2-27 r-lme4@2.0-1 r-formula@1.2-5
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://r-forge.r-project.org/projects/partykit
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Generalized Linear Mixed Model Trees
Description:

Recursive partitioning based on (generalized) linear mixed models (GLMMs) combining lmer()/glmer() from lme4 and lmtree()/glmtree() from partykit'. The fitting algorithm is described in more detail in Fokkema, Smits, Zeileis, Hothorn & Kelderman (2018; <DOI:10.3758/s13428-017-0971-x>). For detecting and modeling subgroups in growth curves with GLMM trees see Fokkema & Zeileis (2024; <DOI:10.3758/s13428-024-02389-1>).

r-gtextras 0.6.2
Propagated dependencies: r-scales@1.4.0 r-rlang@1.2.0 r-paletteer@1.7.0 r-knitr@1.51 r-htmltools@0.5.9 r-gt@1.3.0 r-glue@1.8.1 r-ggplot2@4.0.3 r-fontawesome@0.5.3 r-dplyr@1.2.1 r-commonmark@2.0.0 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/jthomasmock/gtExtras
Licenses: Expat
Build system: r
Synopsis: Extending 'gt' for Beautiful HTML Tables
Description:

This package provides additional functions for creating beautiful tables with gt'. The functions are generally wrappers around boilerplate or adding opinionated niche capabilities and helpers functions.

r-geokmeans 0.1.0
Propagated dependencies: r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/parichit/Geometric-k-means
Licenses: GPL 3
Build system: r
Synopsis: Collection of Fast, Exact and Eco-Friendly k-Means Clustering Algorithms
Description:

This package provides a collection of fast k-means clustering algorithms under a single, uniform interface. The core method is Geometric-k-means, a bound-free algorithm of Sharma et al. (2026) <doi:10.1007/s10994-025-06891-1> that uses geometry to restrict computation to the data points able to change clusters, substantially reducing distance computations and runtime while returning the same result as standard k-means. Also included are Lloyd's algorithm, Elkan, Hamerly, Annulus, Exponion, and Ball k-means. All algorithms are implemented in C++ via Rcpp and RcppEigen and return the final centroids, optional per-point cluster assignments, and computational statistics.

r-glmsdata 1.4
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=GLMsData
Licenses: GPL 2+
Build system: r
Synopsis: Generalized Linear Model Data Sets
Description:

Data sets from the book Generalized Linear Models with Examples in R by Dunn and Smyth.

r-groc 1.0.10
Propagated dependencies: r-rrcov@1.7-7 r-robustbase@0.99-7 r-pls@2.9-0 r-mgcv@1.9-4 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=groc
Licenses: GPL 2+
Build system: r
Synopsis: Generalized Regression on Orthogonal Components
Description:

Robust multiple or multivariate linear regression, nonparametric regression on orthogonal components, classical or robust partial least squares models as described in Bilodeau, Lafaye De Micheaux and Mahdi (2015) <doi:10.18637/jss.v065.i01>.

r-giraf 1.0.2
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-bh@1.90.0-1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=GiRaF
Licenses: GPL 2+
Build system: r
Synopsis: Gibbs Random Fields Analysis
Description:

Allows calculation on, and sampling from Gibbs Random Fields, and more precisely general homogeneous Potts model. The primary tool is the exact computation of the intractable normalising constant for small rectangular lattices. Beside the latter function, it contains method that give exact sample from the likelihood for small enough rectangular lattices or approximate sample from the likelihood using MCMC samplers for large lattices.

r-gctensor 1.0.1
Propagated dependencies: r-rtensor@1.5.0 r-einsum@0.2.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/rikenbit/gcTensor
Licenses: Expat
Build system: r
Synopsis: Generalized Coupled Tensor Factorization
Description:

Multiple matrices/tensors can be specified and decomposed simultaneously by Probabilistic Latent Tensor Factorisation (PLTF). See the reference section of GitHub README.md <https://github.com/rikenbit/gcTensor>, for details of the method.

r-growthrates 0.8.5
Propagated dependencies: r-lattice@0.22-9 r-fme@1.3.6.4 r-desolve@1.42
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/tpetzoldt/growthrates
Licenses: GPL 2+
Build system: r
Synopsis: Estimate Growth Rates from Experimental Data
Description:

This package provides a collection of methods to determine growth rates from experimental data, in particular from batch experiments and plate reader trials.

r-gasanalyzer 0.4.3
Propagated dependencies: r-xml2@1.5.2 r-vctrs@0.7.3 r-units@1.0-1 r-tidyxl@1.0.10 r-tibble@3.3.1 r-stringi@1.8.7 r-nleqslv@3.3.7 r-jsonify@1.2.3
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://gitlab.com/plantphys/gasanalyzer
Licenses: GPL 3
Build system: r
Synopsis: Import, Recompute and Analyze Data from Portable Gas Analyzers
Description:

The gasanalyzer R package offers methods for importing, preprocessing, and analyzing data related to photosynthetic characteristics (gas exchange, chlorophyll fluorescence and isotope ratios). It translates variable names into a standard format, and can recalculate derived, physiological quantities using imported or predefined equations. The package also allows users to assess the sensitivity of their results to different assumptions used in the calculations. See also Tholen (2024) <doi:10.1093/aobpla/plae035>.

r-genmarkov 0.2.1
Propagated dependencies: r-nnet@7.3-20 r-maxlik@1.5-2.2 r-matrixcalc@1.0-6 r-hmisc@5.2-5 r-fastdummies@1.7.6 r-alabama@2025.1.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=GenMarkov
Licenses: GPL 2+
Build system: r
Synopsis: Multivariate Markov Chains
Description:

This package provides routines to estimate the Mixture Transition Distribution Model based on Raftery (1985) <http://www.jstor.org/stable/2345788> and Nicolau (2014) <doi:10.1111/sjos.12087> specifications, for multivariate data. Additionally, provides a function for the estimation of a new model for multivariate non-homogeneous Markov chains. This new specification, Generalized Multivariate Markov Chains (GMMC) was proposed by Carolina Vasconcelos and Bruno Damasio and considers (continuous or discrete) covariates exogenous to the Markov chain.

r-gofreg 1.0.0
Propagated dependencies: r-survival@3.8-6 r-r6@2.6.1 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/gkremling/gofreg
Licenses: Expat
Build system: r
Synopsis: Bootstrap-Based Goodness-of-Fit Tests for Parametric Regression
Description:

This package provides statistical methods to check if a parametric family of conditional density functions fits to some given dataset of covariates and response variables. Different test statistics can be used to determine the goodness-of-fit of the assumed model, see Andrews (1997) <doi:10.2307/2171880>, Bierens & Wang (2012) <doi:10.1017/S0266466611000168>, Dikta & Scheer (2021) <doi:10.1007/978-3-030-73480-0> and Kremling & Dikta (2024) <doi:10.48550/arXiv.2409.20262>. As proposed in these papers, the corresponding p-values are approximated using a parametric bootstrap method.

r-gremlin 1.1.0
Propagated dependencies: r-nlme@3.1-169 r-matrix@1.7-5
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/matthewwolak/gremlin
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Mixed-Effects REML Incorporating Generalized Inverses
Description:

Fit linear mixed-effects models using restricted (or residual) maximum likelihood (REML) and with generalized inverse matrices to specify covariance structures for random effects. In particular, the package is suited to fit quantitative genetic mixed models, often referred to as animal models'. Implements the average information algorithm as the main tool to maximize the restricted log-likelihood, but with other algorithms available.

r-ggqqunif 0.1.5
Propagated dependencies: r-scales@1.4.0 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=ggQQunif
Licenses: GPL 3
Build system: r
Synopsis: Compare Big Datasets to the Uniform Distribution
Description:

This package provides a quantile-quantile plot can be used to compare a sample of p-values to the uniform distribution. But when the dataset is big (i.e. > 1e4 p-values), plotting the quantile-quantile plot can be slow. geom_QQ uses all the data to calculate the quantiles, but thins it out in a way that focuses on points near zero before plotting to speed up plotting and decrease file size, when vector graphics are stored.

r-goodpractice 1.2.0
Propagated dependencies: r-withr@3.0.2 r-whoami@1.3.0 r-urlchecker@1.0.1 r-treesitter-r@1.3.0 r-treesitter@0.3.2 r-spelling@2.3.2 r-rstudioapi@0.18.0 r-roxygen2@8.0.0 r-rcmdcheck@1.4.0 r-praise@1.0.0 r-lintr@3.3.0-1 r-jsonlite@2.0.0 r-desc@1.4.3 r-cyclocomp@1.1.2 r-curl@7.1.0 r-covr@3.6.5 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://docs.ropensci.org/goodpractice/
Licenses: Expat
Build system: r
Synopsis: Advice on R Package Building
Description:

Give advice about good practices when building R packages. Advice includes functions and syntax to avoid, package structure, code complexity, code formatting, etc.

Total packages: 73954