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

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-getlattes 1.0.0
Propagated dependencies: r-xml2@1.5.2 r-tibble@3.3.1 r-purrr@1.2.2 r-janitor@2.2.1 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/roneyfraga/getLattes
Licenses: GPL 3
Build system: r
Synopsis: Import and Process Data from the 'Lattes' Curriculum Platform
Description:

Tool for import and process data from Lattes curriculum platform (<http://lattes.cnpq.br/>). The Brazilian government keeps an extensive base of curricula for academics from all over the country, with over 5 million registrations. The academic life of the Brazilian researcher, or related to Brazilian universities, is documented in Lattes'. Some information that can be obtained: professional formation, research area, publications, academics advisories, projects, etc. getLattes package allows work with Lattes data exported to XML format.

r-geer 0.1.0
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-generics@0.1.4 r-brglm2@1.1.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/AnestisTouloumis/geer
Licenses: GPL 3
Build system: r
Synopsis: Bias-Reduced and Penalized Generalized Estimating Equations
Description:

Fits marginal regression models for repeated or clustered responses using generalized estimating equations (GEE). Provides ordinary GEE estimators, bias-reduced and bias-corrected GEE estimators, and Jeffreys-type penalized GEE estimators for binary, count and continuous responses. Methods are described in Touloumis (2026a) <doi:10.48550/arXiv.2606.16043> and Touloumis (2026b) <doi:10.48550/arXiv.2606.16058>.

r-gawdis 0.1.5
Propagated dependencies: r-ga@3.2.5 r-fd@1.0-12.5
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/pavel-fibich/gawdis/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Multi-Trait Dissimilarity with more Uniform Contributions
Description:

R function gawdis() produces multi-trait dissimilarity with more uniform contributions of different traits. de Bello et al. (2021) <doi:10.1111/2041-210X.13537> presented the approach based on minimizing the differences in the correlation between the dissimilarity of each trait, or groups of traits, and the multi-trait dissimilarity. This is done using either an analytic or a numerical solution, both available in the function.

r-gginterval 0.2.5
Propagated dependencies: r-vctrs@0.7.3 r-tidyverse@2.0.0 r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-rsda@3.2.5 r-rlang@1.2.0 r-r6@2.6.1 r-prodlim@2026.03.11 r-magrittr@2.0.5 r-gtools@3.9.5 r-gridextra@2.3 r-ggthemes@5.2.0 r-ggpubr@0.6.3 r-ggplot2@4.0.3 r-ggforce@0.5.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/hanmingwu1103/ggInterval
Licenses: GPL 2+
Build system: r
Synopsis: Visualizing Interval-Valued Data Using 'ggplot2'
Description:

Extends ggplot2 for visualizing interval-valued data with scatter plots, histograms, index plots, boxplots, radar plots, PCA displays, and correlation heatmaps. The package also converts classical data tables into interval-valued data using clustering algorithms or user-defined groupings.

r-granovagg 1.4.1
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-rcolorbrewer@1.1-3 r-magrittr@2.0.5 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://github.com/briandk/granovaGG
Licenses: Expat
Build system: r
Synopsis: Graphical Analysis of Variance Using ggplot2
Description:

Create what we call Elemental Graphics for display of anova results. The term elemental derives from the fact that each function is aimed at construction of graphical displays that afford direct visualizations of data with respect to the fundamental questions that drive the particular anova methods. This package represents a modification of the original granova package; the key change is to use ggplot2', Hadley Wickham's package based on Grammar of Graphics concepts (due to Wilkinson). The main function is granovagg.1w() (a graphic for one way ANOVA); two other functions (granovagg.ds() and granovagg.contr()) are to construct graphics for dependent sample analyses and contrast-based analyses respectively. (The function granova.2w(), which entails dynamic displays of data, is not currently part of granovaGG'.) The granovaGG functions are to display data for any number of groups, regardless of their sizes (however, very large data sets or numbers of groups can be problematic). For granovagg.1w() a specialized approach is used to construct data-based contrast vectors for which anova data are displayed. The result is that the graphics use a straight line to facilitate clear interpretations while being faithful to the standard effect test in anova. The graphic results are complementary to standard summary tables; indeed, numerical summary statistics are provided as side effects of the graphic constructions. granovagg.ds() and granovagg.contr() provide graphic displays and numerical outputs for a dependent sample and contrast-based analyses. The graphics based on these functions can be especially helpful for learning how the respective methods work to answer the basic question(s) that drive the analyses. This means they can be particularly helpful for students and non-statistician analysts. But these methods can be of assistance for work-a-day applications of many kinds, as they can help to identify outliers, clusters or patterns, as well as highlight the role of non-linear transformations of data. In the case of granovagg.1w() and granovagg.ds() several arguments are provided to facilitate flexibility in the construction of graphics that accommodate diverse features of data, according to their corresponding display requirements. See the help files for individual functions.

r-grangersearch 0.1.0
Propagated dependencies: r-vars@1.6-1 r-tibble@3.3.1 r-rlang@1.2.0 r-generics@0.1.4
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/nkorf/grangersearch
Licenses: Expat
Build system: r
Synopsis: Granger Causality Testing for Time Series
Description:

This package performs Granger causality tests on pairs of time series to determine causal relationships. Uses Vector Autoregressive (VAR) models to test whether one time series helps predict another beyond what the series own past values provide. Returns structured results including p-values, test statistics, and causality conclusions for both directions.

r-gmmsslm 1.1.6
Propagated dependencies: r-mvtnorm@1.3-7
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=gmmsslm
Licenses: GPL 3
Build system: r
Synopsis: Semi-Supervised Gaussian Mixture Model with a Missing-Data Mechanism
Description:

The algorithm of semi-supervised learning is based on finite Gaussian mixture models and includes a mechanism for handling missing data. It aims to fit a g-class Gaussian mixture model using maximum likelihood. The algorithm treats the labels of unclassified features as missing data, building on the framework introduced by Rubin (1976) <doi:10.2307/2335739> for missing data analysis. By taking into account the dependencies in the missing pattern, the algorithm provides more information for determining the optimal classifier, as specified by Bayes rule.

r-gagerr 0.1.0
Propagated dependencies: 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=gageRR
Licenses: GPL 3+
Build system: r
Synopsis: Calculate Gauge Repeatability and Reproducibility
Description:

Procedures for calculating variance components, study variation, percent study variation, and percent tolerance for gauge repeatability and reproducibility study. Methods included are ANOVA and Average / Range methods. Requires balanced study.

r-genlogis 1.0.2
Propagated dependencies: r-manipulate@1.0.1 r-ggplot2@4.0.3 r-foreach@1.5.2 r-doparallel@1.0.17 r-distr@2.9.7
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://pinduzera.github.io/genlogis/
Licenses: GPL 3
Build system: r
Synopsis: Generalized Logistic Distribution
Description:

This package provides basic distribution functions for a generalized logistic distribution proposed by Rathie and Swamee (2006) <https://www.rroij.com/open-access/on-new-generalized-logistic-distributions-and-applicationsbarreto-fhs-mota-jma-and-rathie-pn-.pdf>. It also has an interactive RStudio plot for better guessing dynamically of initial values for ease of included optimization and simulating.

r-gittargets 0.0.7
Dependencies: git@2.54.0
Propagated dependencies: r-uuid@1.2-2 r-tibble@3.3.1 r-targets@1.12.0 r-processx@3.9.0 r-gert@2.3.1 r-data-table@1.18.4 r-cli@3.6.6 r-callr@3.7.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://docs.ropensci.org/gittargets/
Licenses: Expat
Build system: r
Synopsis: Data Version Control for the Targets Package
Description:

In computationally demanding data analysis pipelines, the targets R package (2021, <doi:10.21105/joss.02959>) maintains an up-to-date set of results while skipping tasks that do not need to rerun. This process increases speed and increases trust in the final end product. However, it also overwrites old output with new output, and past results disappear by default. To preserve historical output, the gittargets package captures version-controlled snapshots of the data store, and each snapshot links to the underlying commit of the source code. That way, when the user rolls back the code to a previous branch or commit, gittargets can recover the data contemporaneous with that commit so that all targets remain up to date.

r-gpabin 1.1.1
Propagated dependencies: r-stringr@1.6.0 r-mitools@2.4 r-missmda@1.21 r-mice@3.19.0 r-mi@1.2 r-jomo@2.7-6 r-ca@0.71.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://jnienk.github.io/GPAbin/
Licenses: Expat
Build system: r
Synopsis: Unifying Multiple Biplot Visualisations into a Single Display
Description:

Aligning multiple visualisations by utilising generalised orthogonal Procrustes analysis (GPA) before combining coordinates into a single biplot display as described in Nienkemper-Swanepoel, le Roux and Lubbe (2023)<doi:10.1080/03610918.2021.1914089>. This is mainly suitable to combine visualisations constructed from multiple imputations, however, it can be generalised to combine variations of visualisations from the same datasets (i.e. resamples).

r-glmm-hp 1.0-0
Propagated dependencies: r-vegan@2.7-3 r-mumin@1.48.19 r-lme4@2.0-1 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/laijiangshan/glmm.hp
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Hierarchical Partitioning of Marginal R2 for Generalized Mixed-Effect Models
Description:

Conducts hierarchical partitioning to calculate individual contributions of each predictor (fixed effects) towards marginal R2 for generalized linear mixed-effect model (including lm, glm and glmm) based on output of r.squaredGLMM() in MuMIn', applying the algorithm of Lai J.,Zou Y., Zhang S.,Zhang X.,Mao L.(2022)glmm.hp: an R package for computing individual effect of predictors in generalized linear mixed models.Journal of Plant Ecology,15(6)1302-1307<doi:10.1093/jpe/rtac096>.

r-gmapsdistance 4.0.5
Propagated dependencies: r-xml@3.99-0.23 r-rcurl@1.98-1.18
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/jlacko/gmapsdistance
Licenses: GPL 3+
Build system: r
Synopsis: Distance and Travel Time Between Two Points from Google Maps
Description:

Get distance and travel time between two points from Google Maps. Four possible modes of transportation (bicycling, walking, driving and public transportation).

r-gpp 0.1
Propagated dependencies: r-rstan@2.32.7
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=GPP
Licenses: GPL 2+
Build system: r
Synopsis: Gaussian Process Projection
Description:

Estimates a counterfactual using Gaussian process projection. It takes a dataframe, creates missingness in the desired outcome variable and estimates counterfactual values based on all information in the dataframe. The package writes Stan code, checks it for convergence and adds artificial noise to prevent overfitting and returns a plot of actual values and estimated counterfactual values using r-base plot.

r-geoscale 2.0.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=geoscale
Licenses: GPL 2+
Build system: r
Synopsis: Geological Time Scale Plotting
Description:

Functionality for adding the geological timescale to bivariate plots.

r-genpathmox 1.1
Propagated dependencies: r-matrixcalc@1.0-6 r-diagram@1.6.5 r-csem@0.6.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=genpathmox
Licenses: GPL 3
Build system: r
Synopsis: Pathmox Approach Segmentation Tree Analysis
Description:

It provides an interesting solution for handling a high number of segmentation variables in partial least squares structural equation modeling. The package implements the "Pathmox" algorithm (Lamberti, Sanchez, and Aluja,(2016)<doi:10.1002/asmb.2168>) including the F-coefficient test (Lamberti, Sanchez, and Aluja,(2017)<doi:10.1002/asmb.2270>) to detect the path coefficients responsible for the identified differences). The package also allows running the hybrid multi-group approach (Lamberti (2021) <doi:10.1007/s11135-021-01096-9>).

r-ggstudent 0.1.2
Propagated dependencies: 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://github.com/helske/ggstudent
Licenses: GPL 2+
Build system: r
Synopsis: Continuous Confidence Interval Plots using t-Distribution
Description:

This package provides an extension to ggplot2 (Wickham, 2016, <doi:10.1007/978-3-319-24277-4>) for creating two types of continuous confidence interval plots (Violin CI and Gradient CI plots), typically for the sample mean. These plots contain multiple user-defined confidence areas with varying colours, defined by the underlying t-distribution used to compute standard confidence intervals for the mean of the normal distribution when the variance is unknown. Two types of plots are available, a gradient plot with rectangular areas, and a violin plot where the shape (horizontal width) is defined by the probability density function of the t-distribution. These visualizations are studied in (Helske, Helske, Cooper, Ynnerman, and Besancon, 2021) <doi:10.1109/TVCG.2021.3073466>.

r-gcor 0.1.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/r-suzuki/gcor-r
Licenses: Expat
Build system: r
Synopsis: Generalized Correlation and Related Measures
Description:

Generalized correlation and related measures for assessing nonlinear relationships between variables, including mixed-type data. For methodological background, see <https://r-suzuki.github.io/gcor/method.html>.

r-gmoip 1.5.6
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-sp@2.2-1 r-rlang@1.2.0 r-rgl@1.3.36 r-rfast@2.1.5.2 r-purrr@1.2.2 r-png@0.1-9 r-plyr@1.8.9 r-moocore@0.3.1 r-matrix@1.7-5 r-mass@7.3-65 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-geometry@0.5.2 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://relund.github.io/gMOIP/
Licenses: GPL 3+
Build system: r
Synopsis: Tools for 2D and 3D Plots of Single and Multi-Objective Linear/Integer Programming Models
Description:

Make 2D and 3D plots of linear programming (LP), integer linear programming (ILP), or mixed integer linear programming (MILP) models with up to three objectives. Plots of both the solution and criterion space are possible. For instance the non-dominated (Pareto) set for bi-objective LP/ILP/MILP programming models (see vignettes for an overview). The package also contains an function for checking if a point is inside the convex hull.

r-glmmrbase 1.4.1
Propagated dependencies: r-rcppparallel@5.1.11-2 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1 r-r6@2.6.1 r-matrix@1.7-5 r-bh@1.90.0-1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/samuel-watson/glmmrBase
Licenses: GPL 2+
Build system: r
Synopsis: Monte Carlo Maximum Likelihood and Analysis of Generalised Linear Mixed Models
Description:

Specification, analysis, simulation, and fitting of generalised linear mixed models. Monte Carlo Maximum likelihood model fitting for a range of models, non-linear fixed effect specifications, a wide range of flexible covariance functions including Gaussian Process approximations. Methods described in Watson, Wang, and Giorgi (2026) <doi:10.48550/arXiv.2601.16022>.

r-glmmcosinor 0.2.1
Propagated dependencies: r-scales@1.4.0 r-rlang@1.2.0 r-lme4@2.0-1 r-glmmtmb@1.1.14 r-ggplot2@4.0.3 r-ggforce@0.5.0 r-cowplot@1.2.0 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/ropensci/GLMMcosinor
Licenses: GPL 3+
Build system: r
Synopsis: Fit a Cosinor Model Using a Generalized Mixed Modeling Framework
Description:

Allows users to fit a cosinor model using the glmmTMB framework. This extends on existing cosinor modeling packages, including cosinor and circacompare', by including a wide range of available link functions and the capability to fit mixed models. The cosinor model is described by Cornelissen (2014) <doi:10.1186/1742-4682-11-16>.

r-gqlr 0.1.0
Propagated dependencies: r-r6@2.6.1 r-magrittr@2.0.5 r-jsonlite@2.0.0 r-graphql@1.5.3
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: http://schloerke.com/gqlr/
Licenses: Expat
Build system: r
Synopsis: 'GraphQL' Server in R
Description:

Server implementation of GraphQL <http://spec.graphql.org/>, a query language originally created by Facebook for describing data requirements on complex application data models. Visit <https://graphql.org> to learn more about GraphQL'.

r-gtakeout 0.1.0
Propagated dependencies: r-zip@2.3.3 r-stringr@1.6.0 r-rlang@1.2.0 r-purrr@1.2.2 r-jsonlite@2.0.0 r-here@1.0.2 r-fs@2.1.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/jrosell/gtakeout
Licenses: Expat
Build system: r
Synopsis: Extract Data from Google Takeout
Description:

This package provides functions to analyze data exported from Google Takeout'. The package supports unzipping archives and extracting user review data from Google Business Profile exports into tidy data frames for further analysis.

r-gmdh2 1.8
Propagated dependencies: r-xtable@1.8-8 r-randomforest@4.7-1.2 r-plotly@4.12.0 r-nnet@7.3-20 r-mass@7.3-65 r-magrittr@2.0.5 r-glmnet@5.0 r-e1071@1.7-17
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: http://www.softmed.hacettepe.edu.tr/GMDH2
Licenses: GPL 2+
Build system: r
Synopsis: Binary Classification via GMDH-Type Neural Network Algorithms
Description:

This package performs binary classification via Group Method of Data Handling (GMDH) - type neural network algorithms. There exist two main algorithms available in GMDH() and dceGMDH() functions. GMDH() performs classification via GMDH algorithm for a binary response and returns important variables. dceGMDH() performs classification via diverse classifiers ensemble based on GMDH (dce-GMDH) algorithm. Also, the package produces a well-formatted table of descriptives for a binary response. Moreover, it produces confusion matrix, its related statistics and scatter plot (2D and 3D) with classification labels of binary classes to assess the prediction performance. All GMDH2 functions are designed for a binary response (Dag et al., 2019, <https://download.atlantis-press.com/article/125911202.pdf>).

Total packages: 72484