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

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-gtfs2emis 0.1.2
Propagated dependencies: r-units@1.0-1 r-terra@1.9-27 r-sfheaders@0.4.5 r-sf@1.1-1 r-parallelly@1.47.0 r-gtfs2gps@2.1-4 r-future@1.70.0 r-furrr@0.4.0 r-data-table@1.18.4 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://ipeagit.github.io/gtfs2emis/
Licenses: Expat
Build system: r
Synopsis: Estimating Public Transport Emissions from General Transit Feed Specification (GTFS) Data
Description:

This package provides a bottom up model to estimate the emission levels of public transport systems based on General Transit Feed Specification (GTFS) data. The package requires two main inputs: i) Public transport data in the GTFS standard format; and ii) Some basic information on fleet characteristics such as fleet age, technology, fuel and Euro stage. As it stands, the package estimates several pollutants at high spatial and temporal resolutions. Pollution levels can be calculated for specific transport routes, trips, time of the day or for the transport system as a whole. The output with emission estimates can be extracted in different formats, supporting analysis on how emission levels vary across space, time and by fleet characteristics. A full description of the methods used in the gtfs2emis model is presented in Vieira, J. P. B.; Pereira, R. H. M.; Andrade, P. R. (2022) <doi:10.31219/osf.io/8m2cy>.

r-gacff 1.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=GACFF
Licenses: GPL 2+
Build system: r
Synopsis: Genetic Similarity in User-Based Collaborative Filtering
Description:

The genetic algorithm can be used directly to find the similarity of users and more effectively to increase the efficiency of the collaborative filtering method. By identifying the nearest neighbors to the active user, before the genetic algorithm, and by identifying suitable starting points, an effective method for user-based collaborative filtering method has been developed. This package uses an optimization algorithm (continuous genetic algorithm) to directly find the optimal similarities between active users (users for whom current recommendations are made) and others. First, by determining the nearest neighbor and their number, the number of genes in a chromosome is determined. Each gene represents the neighbor's similarity to the active user. By estimating the starting points of the genetic algorithm, it quickly converges to the optimal solutions. The positive point is the independence of the genetic algorithm on the number of data that for big data is an effective help in solving the problem.

r-gft 1.0.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/reinhardhansen/GFT
Licenses: Expat
Build system: r
Synopsis: Generalized Fisher Transformation of Correlation Matrices
Description:

Forward and inverse generalized Fisher transformation (GFT) of correlation matrices, gamma = vecl(log C), which maps the positive definite correlation matrices one-to-one onto the Euclidean space of dimension n(n-1)/2, see Archakov and Hansen (2021) <doi:10.3982/ECTA16910>. The inverse is computed from a variational characterization by the GFT-FP+N algorithm: a fixed-point phase in the log domain followed by a matrix-free inexact Newton phase with preconditioned conjugate gradients. Reference implementations of the plain fixed point, Broyden's method, and full Newton are included. Uses base R only.

r-geojson 0.3.5
Propagated dependencies: r-sp@2.2-1 r-protolite@2.4.0 r-magrittr@2.0.5 r-lazyeval@0.2.3 r-jsonlite@2.0.0 r-jqr@1.4.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://docs.ropensci.org/geojson/
Licenses: Expat
Build system: r
Synopsis: Classes for 'GeoJSON'
Description:

This package provides classes for GeoJSON to make working with GeoJSON easier. Includes S3 classes for GeoJSON classes with brief summary output, and a few methods such as extracting and adding bounding boxes, properties, and coordinate reference systems; working with newline delimited GeoJSON'; and serializing to/from Geobuf binary GeoJSON format.

r-glam 1.0.2
Propagated dependencies: r-gam@1.22-7
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=glam
Licenses: Expat
Build system: r
Synopsis: Generalized Additive and Linear Models (GLAM)
Description:

This package contains methods for fitting Generalized Linear Models (GLMs) and Generalized Additive Models (GAMs). Generalized regression models are common methods for handling data for which assuming Gaussian-distributed errors is not appropriate. For instance, if the response of interest is binary, count, or proportion data, one can instead model the expectation of the response based on an appropriate data-generating distribution. This package provides methods for fitting GLMs and GAMs under Beta regression, Poisson regression, Gamma regression, and Binomial regression (currently GLM only) settings. Models are fit using local scoring algorithms described in Hastie and Tibshirani (1990) <doi:10.1214/ss/1177013604>.

r-geodimension 2.0.0
Propagated dependencies: r-tidyselect@1.2.1 r-tibble@3.3.1 r-snakecase@0.11.1 r-sf@1.1-1 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://josesamos.github.io/geodimension/
Licenses: Expat
Build system: r
Synopsis: Definition of Geographic Dimensions
Description:

The geographic dimension plays a fundamental role in multidimensional systems. To define a geographic dimension in a star schema, we need a table with attributes corresponding to the levels of the dimension. Additionally, we will also need one or more geographic layers to represent the data using this dimension. The goal of this package is to support the definition of geographic dimensions from layers of geographic information related to each other. It makes it easy to define relationships between layers and obtain the necessary data from them.

r-geelite 1.0.6
Propagated dependencies: r-tidyr@1.3.2 r-stringr@1.6.0 r-sf@1.1-1 r-rstudioapi@0.18.0 r-rsqlite@3.52.0 r-rnaturalearthdata@1.0.0 r-rnaturalearth@1.2.0 r-rgee@1.1.8 r-reticulate@1.46.0 r-reshape2@1.4.5 r-purrr@1.2.2 r-progress@1.2.3 r-magrittr@2.0.5 r-lubridate@1.9.5 r-knitr@1.51 r-jsonlite@2.0.0 r-h3jsr@1.3.1 r-googledrive@2.1.2 r-geojsonio@0.11.3 r-dplyr@1.2.1 r-data-table@1.18.4 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://cran.r-project.org/package=geeLite
Licenses: FSDG-compatible
Build system: r
Synopsis: Building and Managing Local Databases from 'Google Earth Engine'
Description:

Simplifies the creation, management, and updating of local databases using data extracted from Google Earth Engine ('GEE'). It integrates with GEE to store, aggregate, and process spatio-temporal data, leveraging SQLite for efficient, serverless storage. The geeLite package provides utilities for data transformation and supports real-time monitoring and analysis of geospatial features, making it suitable for researchers and practitioners in geospatial science. For details, see Kurbucz and Andrée (2025) "Building and Managing Local Databases from Google Earth Engine with the geeLite R Package" <https://hdl.handle.net/10986/43165>.

r-gwasinlps 2.5
Propagated dependencies: r-survival@3.8-6 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-modelselection@1.0.7 r-fastglm@0.1.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://nilotpalsanyal.github.io/GWASinlps/
Licenses: GPL 2+
Build system: r
Synopsis: Non-Local Prior Based Iterative Variable Selection Tool for Genome-Wide Association Studies
Description:

This package performs variable selection with data from Genome-wide association studies (GWAS), or other high-dimensional data with continuous, binary or survival outcomes, combining in an iterative framework the computational efficiency of the structured screen-and-select variable selection strategy based on some association learning and the parsimonious uncertainty quantification provided by the use of non-local priors (see Sanyal et al., 2019 <DOI:10.1093/bioinformatics/bty472>).

r-grshiny 1.0.1
Propagated dependencies: r-tidyr@1.3.2 r-stringr@1.6.0 r-sirt@4.2-133 r-shinywidgets@0.9.1 r-shiny@1.13.0 r-sass@0.4.10 r-readr@2.2.0 r-purrr@1.2.2 r-openxlsx@4.2.8.1 r-officer@0.7.5 r-mirt@1.46.1 r-mass@7.3-65 r-magrittr@2.0.5 r-lavaan@0.6-21 r-gt@1.3.0 r-ggplot2@4.0.3 r-flextable@0.9.11 r-dt@0.34.0 r-dplyr@1.2.1 r-data-table@1.18.4 r-bslib@0.11.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/sooyongl/GRShiny
Licenses: GPL 3+
Build system: r
Synopsis: Graded Response Model
Description:

Simulation and analysis of graded response data with different types of estimators. Also, an interactive shiny application is provided with graphics for characteristic and information curves. Samejima (2018) <doi:10.1007/978-1-4757-2691-6_5>.

r-gaussratiovegind 3.0.0
Propagated dependencies: r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://forge.inrae.fr/imhorphen/gaussratiovegind
Licenses: GPL 3+
Build system: r
Synopsis: Distribution of Gaussian Ratios
Description:

It is well known that the distribution of a Gaussian ratio does not follow a Gaussian distribution. The lack of awareness among users of vegetation indices about this non-Gaussian nature could lead to incorrect statistical modeling and interpretation. This package provides tools to accurately handle and analyse such ratios: density function, parameter estimation, simulation. An example on the study of chlorophyll fluorescence can be found in A. El Ghaziri et al. (2023) <doi:10.3390/rs15020528> and another method for parameter estimation is given in Bouhlel et al. (2023) <doi:10.23919/EUSIPCO58844.2023.10290111>.

r-gensphere 1.3
Propagated dependencies: r-sphericalcubature@1.5 r-simplicialcubature@1.3 r-rgl@1.3.36 r-mvmesh@1.6 r-geometry@0.5.2
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=gensphere
Licenses: GPL 3+
Build system: r
Synopsis: Generalized Spherical Distributions
Description:

Define and compute with generalized spherical distributions - multivariate probability laws that are specified by a star shaped contour (directional behavior) and a radial component. The methods are described in Nolan (2016) <doi:10.1186/s40488-016-0053-0>.

r-gridot 1.0.2
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=gridOT
Licenses: GPL 3
Build system: r
Synopsis: Approximate Optimal Transport Between Two-Dimensional Grids
Description:

Can be used for optimal transport between two-dimensional grids with respect to separable cost functions of l^p form. It utilizes the Frank-Wolfe algorithm to approximate so-called pivot measures: One-dimensional transport plans that fully describe the full transport, see G. Auricchio (2023) <doi:10.4171/RLM/1026>. For these, it offers methods for visualization and to extract the corresponding transport plans and costs. Additionally, related functions for one-dimensional optimal transport are available.

r-grmtree 0.3.0
Propagated dependencies: r-strucchange@1.5-4 r-rlang@1.2.0 r-partykit@1.2-27 r-mvtnorm@1.3-7 r-mirt@1.46.1 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/Predicare1/grmtree
Licenses: GPL 3
Build system: r
Synopsis: Recursive Partitioning for Graded Response Models
Description:

This package provides methods for recursive partitioning based on the Graded Response Model ('GRM'), extending the MOB algorithm from the partykit package. The package allows for fitting GRM trees that partition the population into homogeneous subgroups based on item response patterns and covariates. Includes specialized plotting functions for visualizing GRM trees with different terminal node displays (threshold regions, parameter profiles, and factor score distributions). The package also implements the Longitudinal GRMTree for detecting response shift in PROMs measured at two time points, embedding a constrained two-factor longitudinal GRM within recursive partitioning, with post-hoc characterization of recalibration and reprioritization. Random-forest ensembles (`grmforest()`) with permutation variable importance are available for both the cross-sectional and longitudinal trees. For more details on the methods, see Samejima (1969) <doi:10.1002/J.2333-8504.1968.TB00153.X>, Komboz et al. (2018) <doi:10.1177/0013164416664394> and Arimoro et al. (2025) <doi:10.1007/s11136-025-04018-6>.

r-gpcp 0.1.0
Propagated dependencies: r-variantannotation@1.58.0 r-sommer@4.4.7 r-snpstats@1.62.0 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-magrittr@2.0.5 r-dplyr@1.2.1 r-biocmanager@1.30.27 r-aghmatrix@3.0.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=gpcp
Licenses: GPL 3+
Build system: r
Synopsis: Genomic Prediction of Cross Performance
Description:

This function performs genomic prediction of cross performance using genotype and phenotype data. It processes data in several steps including loading necessary software, converting genotype data, processing phenotype data, fitting mixed models, and predicting cross performance based on weighted marker effects. For more information, see Labroo et al. (2023) <doi:10.1007/s00122-023-04377-z>.

r-getdfpdata2 0.6.5
Propagated dependencies: r-xml2@1.5.2 r-writexl@1.5.4 r-tidyr@1.3.2 r-stringr@1.6.0 r-shiny@1.13.0 r-rvest@1.0.5 r-readr@2.2.0 r-rcurl@1.98-1.18 r-purrr@1.2.2 r-memoise@2.0.1 r-magrittr@2.0.5 r-lubridate@1.9.5 r-janitor@2.2.1 r-glue@1.8.1 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/msperlin/GetDFPData2/
Licenses: GPL 2
Build system: r
Synopsis: Reading Annual and Quarterly Financial Reports from B3
Description:

Reads annual and quarterly financial reports from companies traded at B3, the Brazilian exchange <https://www.b3.com.br/>. All data is downloaded and imported from CVM's public ftp site <https://dados.cvm.gov.br/dados/CIA_ABERTA/>.

r-gdatools 2.3
Propagated dependencies: r-rlang@1.2.0 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-factominer@2.14 r-descriptio@1.5
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://framagit.org/nicolas-robette/GDAtools
Licenses: GPL 2+
Build system: r
Synopsis: Geometric Data Analysis
Description:

Many tools for Geometric Data Analysis (Le Roux & Rouanet (2005) <doi:10.1007/1-4020-2236-0>), such as MCA variants (Specific Multiple Correspondence Analysis, Class Specific Analysis), many graphical and statistical aids to interpretation (structuring factors, concentration ellipses, inductive tests, bootstrap validation, etc.) and multiple-table analysis (Multiple Factor Analysis, between- and inter-class analysis, Principal Component Analysis and Correspondence Analysis with Instrumental Variables, etc.).

r-gtrendshealth 1.0.1
Propagated dependencies: r-jsonlite@2.0.0 r-httr@1.4.8
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/CDCgov/gtrendshealth
Licenses: Expat
Build system: r
Synopsis: Query the 'Google Trends for Health' API
Description:

Connects to the Google Trends for Health API hosted at <https://trends.google.com/trends/>, allowing projects authorized to use the health research data to query Google Trends'.

r-gparotatedf 2026.6-1
Propagated dependencies: r-gparotation@2026.4-1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=GPArotateDF
Licenses: GPL 2+
Build system: r
Synopsis: Derivative Free Gradient Projection Factor Rotation
Description:

Derivative Free Gradient Projection Algorithms for Factor Rotation. For more details see ?GPArotateDF. Theory for these functions can be found in the following publications: Jennrich (2004) <doi:10.1007/BF02295647>. Bernaards and Jennrich (2005) <doi:10.1177/0013164404272507>.

r-gridgeometry 0.4-0
Propagated dependencies: r-polyclip@1.10-7
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/pmur002/gridgeometry
Licenses: GPL 2+
Build system: r
Synopsis: Polygon Geometry in 'grid'
Description:

This package provides functions for performing polygon geometry with grid grobs. This allows complex shapes to be defined by combining simpler shapes.

r-ggfishplots 0.4.0
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-scales@1.4.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-ggridges@0.5.7 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-fishmethods@1.13-1 r-dplyr@1.2.1 r-broom@1.0.13
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://deepwaterimr.github.io/ggFishPlots/
Licenses: GPL 3
Build system: r
Synopsis: Visualise and Calculate Life History Parameters for Fisheries Science using 'ggplot2'
Description:

This package contains functions to create life history parameter plots from raw data. The plots are created using ggplot2', and calculations done using the tidyverse collection of packages. The package contains references to FishBase (Froese R., Pauly D., 2023) <https://www.fishbase.se/>.

r-genoplotr 0.8.11
Propagated dependencies: r-ade4@1.7-24
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: http://genoplotr.r-forge.r-project.org/
Licenses: GPL 2+
Build system: r
Synopsis: Plot Publication-Grade Gene and Genome Maps
Description:

Draws gene or genome maps and comparisons between these, in a publication-grade manner. Starting from simple, common files, it will draw postscript or PDF files that can be sent as such to journals.

r-gte 1.2-4
Propagated dependencies: r-survival@3.8-6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=gte
Licenses: GPL 2
Build system: r
Synopsis: Generalized Turnbull's Estimator
Description:

Generalized Turnbull's estimator proposed by Dehghan and Duchesne (2011).

r-geocacher 0.1.0
Propagated dependencies: r-tibble@3.3.1 r-threewords@0.1.0 r-stringr@1.6.0 r-magrittr@2.0.5 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=geocacheR
Licenses: GPL 3
Build system: r
Synopsis: Tools for Geocaching
Description:

This package provides tools for solving common geocaching puzzle types, and other Geocaching-related tasks.

r-gpk 1.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=gpk
Licenses: GPL 2
Build system: r
Synopsis: 100 Data Sets for Statistics Education
Description:

Collection of datasets as prepared by Profs. A.P. Gore, S.A. Paranjape, and M.B. Kulkarni of Department of Statistics, Poona University, India. With their permission, first letter of their names forms the name of this package, the package has been built by me and made available for the benefit of R users. This collection requires a rich class of models and can be a very useful building block for a beginner.

Total packages: 73977