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

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-glm-deploy 1.0.4
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/oscarcastrolopez/glm.deploy
Licenses: GPL 3+ FSDG-compatible
Build system: r
Synopsis: 'C' and 'Java' Source Code Generator for Fitted Glm Objects
Description:

This package provides two functions that generate source code implementing the predict function of fitted glm objects. In this version, code can be generated for either C or Java'. The idea is to provide a tool for the easy and fast deployment of glm predictive models into production. The source code generated by this package implements two function/methods. One of such functions implements the equivalent to predict(type="response"), while the second implements predict(type="link"). Source code is written to disk as a .c or .java file in the specified path. In the case of c, an .h file is also generated.

r-govinfor 0.0.3
Propagated dependencies: r-tidyr@1.3.2 r-stringr@1.6.0 r-lubridate@1.9.5 r-janitor@2.2.1 r-httr2@1.2.2 r-dplyr@1.2.1 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/blackerby/govinfoR
Licenses: Expat
Build system: r
Synopsis: 'GovInfo' API Wrapper
Description:

Access data provided by the United States Government Publishing Office (GPO) GovInfo API (<https://github.com/usgpo/api>).

r-globalopttests 1.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=globalOptTests
Licenses: GPL 3+
Build system: r
Synopsis: Objective functions for benchmarking the performance of global optimization algorithms
Description:

This package makes available 50 objective functions for benchmarking the performance of global optimization algorithms.

r-genemodel 1.1.0
Propagated dependencies: r-stringr@1.6.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/greymonroe/genemodel
Licenses: GPL 2
Build system: r
Synopsis: Gene Model Plotting in R
Description:

Using simple input, this package creates plots of gene models. Users can create plots of alternatively spliced gene variants and the positions of mutations and other gene features.

r-gcomputation 0.34
Propagated dependencies: r-survival@3.8-6 r-mice@3.19.0 r-mass@7.3-65 r-hdnom@6.2.0 r-glmnet@5.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=gcomputation
Licenses: GPL 2+
Build system: r
Synopsis: Causal Inference by using G-Computation
Description:

Several functions and S3 methods for G-computation and emulation of clinical trials. It allows for flexible estimation of the outcome model, especially penalized regressions (Lasso, Ridge, or Elasticnet) for binary, continuous, counting, or right-censored time-to-event outcomes. Average treatment effect among the entire population (ATE) or among the treated population (ATT) can be estimated. The method for time-to-events is described by Chatton et al. (2020) <doi:10.1038/s41598-020-65917-x>. For a binary outcome, details are available in the paper proposed by Chatton et al. (2022) <doi:10.1177/09622802211047345>.

r-grt 0.2.1
Propagated dependencies: 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=grt
Licenses: GPL 2+
Build system: r
Synopsis: General Recognition Theory
Description:

This package provides functions to generate and analyze data for psychology experiments based on the General Recognition Theory.

r-gg1d 0.1.0
Propagated dependencies: r-rlang@1.2.0 r-rank@0.2.0 r-patchwork@1.3.2 r-ggtext@0.1.2 r-ggplot2@4.0.3 r-ggiraph@0.9.6 r-cli@3.6.6 r-assertions@0.3.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/selkamand/gg1d
Licenses: Expat
Build system: r
Synopsis: Exploratory Data Analysis using Tiled One-Dimensional Graphics
Description:

Streamlines exploratory data analysis by providing a turnkey approach to visualising n-dimensional data which graphically reveals correlative or associative relationships between 2 or more features. Represents all dataset features as distinct, vertically aligned bar or tile plots, with plot types auto-selected based on whether variables are categorical or numeric.

r-globpso 1.3.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=globpso
Licenses: GPL 3
Build system: r
Synopsis: Swarm Intelligence Optimization
Description:

This package provides a fast and flexible general-purpose implementation of Particle Swarm Optimization (PSO) and Differential Evolution (DE) for solving global minimization problems is provided. It is designed to handle complex optimization tasks with nonlinear, non-differentiable, and multi-modal objective functions defined by users. There are five types of PSO variants: Particle Swarm Optimization (PSO, Eberhart & Kennedy, 1995) <doi:10.1109/MHS.1995.494215>, Quantum-behaved particle Swarm Optimization (QPSO, Sun et al., 2004) <doi:10.1109/CEC.2004.1330875>, Locally convergent rotationally invariant particle swarm optimization (LcRiPSO, Bonyadi & Michalewicz, 2014) <doi:10.1007/s11721-014-0095-1>, Competitive Swarm Optimizer (CSO, Cheng & Jin, 2015) <doi:10.1109/TCYB.2014.2322602> and Double exponential particle swarm optimization (DExPSO, Stehlik et al., 2024) <doi:10.1016/j.asoc.2024.111913>. For the DE algorithm, six types in Storn, R. & Price, K. (1997) <doi:10.1023/A:1008202821328> are included: DE/rand/1, DE/rand/2, DE/best/1, DE/best/2, DE/rand_to-best/1 and DE/rand_to-best/2.

r-googlepolylines 0.8.7
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/SymbolixAU/googlePolylines
Licenses: Expat
Build system: r
Synopsis: Encoding Coordinates into 'Google' Polylines
Description:

Encodes simple feature ('sf') objects and coordinates, and decodes polylines using the Google polyline encoding algorithm (<https://developers.google.com/maps/documentation/utilities/polylinealgorithm>).

r-ggstackplot 0.4.1
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.2 r-rlang@1.2.0 r-rcolorbrewer@1.1-3 r-lifecycle@1.0.5 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-cowplot@1.2.0 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://ggstackplot.kopflab.org/
Licenses: Expat
Build system: r
Synopsis: Create Overlapping Stacked Plots
Description:

Easily create overlapping grammar of graphics plots for scientific data visualization. This style of plotting is particularly common in climatology and oceanography research communities.

r-ggbrace 0.1.2
Propagated dependencies: r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/NicolasH2/ggbrace
Licenses: Expat
Build system: r
Synopsis: Curly Braces for 'ggplot2'
Description:

This package provides curly braces and square brackets in ggplot2 plus matching text. stat_brace() plots braces/brackets to embrace data. stat_bracetext() plots corresponding text, fitting to the braces from stat_brace().

r-glmom 1.3.1
Propagated dependencies: r-zoo@1.8-15 r-rsolnp@2.0.1 r-robustbase@0.99-7 r-nleqslv@3.3.7 r-lmomco@2.5.5 r-ismev@1.43
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/sygstat/GLmom
Licenses: GPL 3+
Build system: r
Synopsis: Generalized L-Moments Estimation for Extreme Value Distributions
Description:

This package provides generalized L-moments estimation methods for the generalized extreme value ('GEV') distribution. Implements both stationary GEV and non-stationary GEV11 models where location and scale parameters vary with time. Includes various penalty functions ('Martins'-'Stedinger', Park, Cannon, Coles'-Dixon) for shape parameter regularization. Also provides model averaging estimation ('ma.gev') that combines MLE and L-moment methods with multiple weighting schemes for robust high quantile estimation. The GLME methodology is described in Shin et al. (2025a) <doi:10.48550/arXiv.2512.20385>. The non-stationary L-moment method is based on Shin et al. (2025b) <doi:10.1007/s42952-025-00325-3>. The model averaging method is described in Shin et al. (2026) <doi:10.1007/s00477-025-03167-x>. See also Hosking (1990) <doi:10.1111/j.2517-6161.1990.tb01775.x> for L-moments theory and Martins and Stedinger (2000) <doi:10.1029/1999WR900330> for penalized likelihood methods.

r-geodiv 1.1.0
Propagated dependencies: r-zoo@1.8-15 r-terra@1.9-27 r-spatial@7.3-18 r-sf@1.1-1 r-rlang@1.2.0 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-pracma@2.4.6 r-e1071@1.7-17 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/bioXgeo/geodiv
Licenses: Expat
Build system: r
Synopsis: Methods for Calculating Gradient Surface Metrics
Description:

This package provides methods for calculating gradient surface metrics for continuous analysis of landscape features.

r-gepaf 0.2.0
Propagated dependencies: r-bitops@1.0-9
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/riatelab/gepaf
Licenses: GPL 3
Build system: r
Synopsis: Google Encoded Polyline Algorithm Format
Description:

Encode and decode the Google Encoded Polyline Algorithm Format. See <https://developers.google.com/maps/documentation/utilities/polylinealgorithm> for more information.

r-gghexsize 0.1.0
Propagated dependencies: r-vctrs@0.7.3 r-scales@1.4.0 r-rlang@1.2.0 r-hexbin@1.28.5 r-ggplot2@4.0.3 r-farver@2.1.2 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/hrryt/gghexsize
Licenses: GPL 3+
Build system: r
Synopsis: Make Hexagonal Heatmaps with Varying Hexagon Sizes
Description:

Create hexagonal heatmaps with ggplot2', using the size aesthetic to variably size each hexagon.

r-gptreeo 1.0.1
Propagated dependencies: r-r6@2.6.1 r-mlegp@3.1.10 r-hash@2.2.6.4 r-dicekriging@1.6.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=GPTreeO
Licenses: Expat
Build system: r
Synopsis: Dividing Local Gaussian Processes for Online Learning Regression
Description:

We implement and extend the Dividing Local Gaussian Process algorithm by Lederer et al. (2020) <doi:10.48550/arXiv.2006.09446>. Its main use case is in online learning where it is used to train a network of local GPs (referred to as tree) by cleverly partitioning the input space. In contrast to a single GP, GPTreeO is able to deal with larger amounts of data. The package includes methods to create the tree and set its parameter, incorporating data points from a data stream as well as making joint predictions based on all relevant local GPs.

r-gander 0.2.0
Propagated dependencies: r-treesitter-r@1.3.0 r-treesitter@0.3.2 r-streamy@0.2.1 r-shiny@1.13.0 r-rstudioapi@0.18.0 r-rlang@1.2.0 r-miniui@0.1.2 r-glue@1.8.1 r-ellmer@0.4.1 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/simonpcouch/gander
Licenses: Expat
Build system: r
Synopsis: High Performance, Low Friction Large Language Model Chat
Description:

Introduces a Copilot'-like completion experience, but it knows how to talk to the objects in your R environment. ellmer chats are integrated directly into your RStudio and Positron sessions, automatically incorporating relevant context from surrounding lines of code and your global environment (like data frame columns and types). Open the package dialog box with a keyboard shortcut, type your request, and the assistant will stream its response directly into your documents.

r-gamlss-add 5.1-14
Propagated dependencies: r-rpart@4.1.27 r-nnet@7.3-20 r-mgcv@1.9-4 r-gamlss-dist@6.1-1 r-gamlss@5.5-0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://www.gamlss.com/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Extra Additive Terms for Generalized Additive Models for Location Scale and Shape
Description:

Interface for extra smooth functions including tensor products, neural networks and decision trees.

r-garcom 1.2.2
Propagated dependencies: r-vcfr@1.16.0 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=GARCOM
Licenses: Expat
Build system: r
Synopsis: Gene and Region Counting of Mutations ("GARCOM")
Description:

Gene and Region Counting of Mutations (GARCOM) package computes mutation (or alleles) counts per gene per individuals based on gene annotation or genomic base pair boundaries. It comes with features to accept data formats in plink(.raw) and VCF. It provides users flexibility to extract and filter individuals, mutations and genes of interest.

r-gaussfacts 0.0.2
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=gaussfacts
Licenses: GPL 2+
Build system: r
Synopsis: The Greatest Mathematician Since Antiquity
Description:

Display a random fact about Carl Friedrich Gauss based the on collection curated by Mike Cavers via the <http://gaussfacts.com> site.

r-gasp 1.0.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=GaSP
Licenses: GPL 3
Build system: r
Synopsis: Train and Apply a Gaussian Stochastic Process Model
Description:

Train a Gaussian stochastic process model of an unknown function, possibly observed with error, via maximum likelihood or maximum a posteriori (MAP) estimation, run model diagnostics, and make predictions, following Sacks, J., Welch, W.J., Mitchell, T.J., and Wynn, H.P. (1989) "Design and Analysis of Computer Experiments", Statistical Science, <doi:10.1214/ss/1177012413>. Perform sensitivity analysis and visualize low-order effects, following Schonlau, M. and Welch, W.J. (2006), "Screening the Input Variables to a Computer Model Via Analysis of Variance and Visualization", <doi:10.1007/0-387-28014-6_14>.

r-globfpr 0.1.3
Propagated dependencies: r-terra@1.9-27 r-sf@1.1-1 r-rlang@1.2.0 r-lwgeom@0.2-16 r-httr2@1.2.2 r-dplyr@1.2.1 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/billbillbilly/gloBFPr
Licenses: Expat
Build system: r
Synopsis: Access Global Building Height Datasets
Description:

This package provides tools to access, search, and download global 3D building footprint datasets (3D-GloBFP) generated by Che et al. (2024) <doi:10.5194/essd-16-5357-2024>. The package includes functions to retrieve metadata, filter by bounding box, and download building height tiles.

r-ggdmclikelihood 0.2.9.0
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-ggdmcheaders@0.2.9.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/yxlin/ggdmcLikelihood
Licenses: GPL 2+
Build system: r
Synopsis: Likelihood Computation for 'ggdmc' Package
Description:

Efficient computation of likelihoods in design-based choice response time models, including the Decision Diffusion Model, is supported. The package enables rapid evaluation of likelihood functions for both single- and multi-subject models across trial-level data. It also offers fast initialisation of starting parameters for genetic sampling with many Markov chains, facilitating estimation in complex models typically found in experimental psychology and behavioural science. These optimisations help reduce computational overhead in large-scale model fitting tasks.

r-ggflowchart 1.0.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-rlang@1.2.0 r-igraph@2.3.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://nrennie.github.io/ggflowchart/
Licenses: Expat
Build system: r
Synopsis: Flowcharts with 'ggplot2'
Description:

Flowcharts can be a useful way to visualise complex processes. This package uses the layered grammar of graphics of ggplot2 to create simple flowcharts.

Total packages: 22167