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

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-geogrid 0.1.3
Propagated dependencies: r-sp@2.2-1 r-sf@1.1-1 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://github.com/jbaileyh/geogrid
Licenses: Expat
Build system: r
Synopsis: Turn Geospatial Polygons into Regular or Hexagonal Grids
Description:

Turn irregular polygons (such as geographical regions) into regular or hexagonal grids. This package enables the generation of regular (square) and hexagonal grids through the package sp and then assigns the content of the existing polygons to the new grid using the Hungarian algorithm, Kuhn (1955) (<doi:10.1007/978-3-540-68279-0_2>). This prevents the need for manual generation of hexagonal grids or regular grids that are supposed to reflect existing geography.

r-gpltr 1.5
Propagated dependencies: r-rpart@4.1.27
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=GPLTR
Licenses: GPL 2+
Build system: r
Synopsis: Generalized Partially Linear Tree-Based Regression Model
Description:

Combining a generalized linear model with an additional tree part on the same scale. A four-step procedure is proposed to fit the model and test the joint effect of the selected tree part while adjusting on confounding factors. We also proposed an ensemble procedure based on the bagging to improve prediction accuracy and computed several scores of importance for variable selection. See Cyprien Mbogning et al.'(2014)<doi:10.1186/2043-9113-4-6> and Cyprien Mbogning et al.'(2015)<doi:10.1159/000380850> for an overview of all the methods implemented in this package.

r-greener 1.0.2
Propagated dependencies: r-tmap@4.4-1 r-sf@1.1-1 r-reshape2@1.4.5 r-parallelly@1.47.0 r-networkd3@0.4.1 r-magrittr@2.0.5 r-gridextra@2.3 r-ggplot2@4.0.3 r-fme@1.3.6.4 r-dplyr@1.2.1 r-data-table@1.18.4 r-classint@0.4-11
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/calfarog/GREENeR
Licenses: GPL 3
Build system: r
Synopsis: Geospatial Regression Equation for European Nutrient Losses (GREEN)
Description:

This package provides tools and methods to apply the model Geospatial Regression Equation for European Nutrient losses (GREEN); Grizzetti et al. (2005) <doi:10.1016/j.jhydrol.2004.07.036>; Grizzetti et al. (2008); Grizzetti et al. (2012) <doi:10.1111/j.1365-2486.2011.02576.x>; Grizzetti et al. (2021) <doi:10.1016/j.gloenvcha.2021.102281>.

r-geojsonio 0.11.3
Propagated dependencies: r-v8@8.2.0 r-sp@2.2-1 r-sf@1.1-1 r-readr@2.2.0 r-magrittr@2.0.5 r-jsonlite@2.0.0 r-jqr@1.4.0 r-geojsonsf@2.0.5 r-geojson@0.3.5 r-crul@1.6.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/ropensci/geojsonio
Licenses: Expat
Build system: r
Synopsis: Convert Data from and to 'GeoJSON' or 'TopoJSON'
Description:

Convert data to GeoJSON or TopoJSON from various R classes, including vectors, lists, data frames, shape files, and spatial classes. geojsonio does not aim to replace packages like sp', rgdal', rgeos', but rather aims to be a high level client to simplify conversions of data from and to GeoJSON and TopoJSON'.

r-glmmfel 1.0.5
Propagated dependencies: r-numderiv@2016.8-1.1 r-matrix@1.7-5
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=glmmFEL
Licenses: GPL 3
Build system: r
Synopsis: Generalized Linear Mixed Models via Fully Exponential Laplace in EM
Description:

Fit generalized linear mixed models (GLMMs) with normal random effects using first-order Laplace, fully exponential Laplace (FEL) with mean-only corrections, and FEL with mean and covariance corrections in the E-step of an expectation-maximization (EM) algorithm. The current development version provides a matrix-based interface (y, X, Z) and supports binary logit and probit, and Poisson log-link models. An EM framework is used to update fixed effects, random effects, and a single variance component tau^2 for G = tau^2 I, with staged approximations (Laplace -> FEL mean-only -> FEL full) for efficiency and stability. A pseudo-likelihood engine glmmFEL_pl() implements the working-response / working-weights linearization approach of Wolfinger and O'Connell (1993) <doi:10.1080/00949659308811554>, and is adapted from the implementation used in the RealVAMS package (Broatch, Green, and Karl (2018)) <doi:10.32614/RJ-2018-033>. The FEL implementation follows Karl, Yang, and Lohr (2014) <doi:10.1016/j.csda.2013.11.019> and related work (e.g., Tierney, Kass, and Kadane (1989) <doi:10.1080/01621459.1989.10478824>; Rizopoulos, Verbeke, and Lesaffre (2009) <doi:10.1111/j.1467-9868.2008.00704.x>; Steele (1996) <doi:10.2307/2532845>). Package code was drafted with assistance from generative AI tools.

r-gglasso 1.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/archer-yang-lab/gglasso
Licenses: GPL 2
Build system: r
Synopsis: Group Lasso Penalized Learning Using a Unified BMD Algorithm
Description:

This package provides a unified algorithm, blockwise-majorization-descent (BMD), for efficiently computing the solution paths of the group-lasso penalized least squares, logistic regression, Huberized SVM and squared SVM. The package is an implementation of Yang, Y. and Zou, H. (2015) <doi:10.1007/s11222-014-9498-5>.

r-gmdh 1.6
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=GMDH
Licenses: GPL 2+
Build system: r
Synopsis: Short Term Forecasting via GMDH-Type Neural Network Algorithms
Description:

Group method of data handling (GMDH) - type neural network algorithm is the heuristic self-organization method for modelling the complex systems. In this package, GMDH-type neural network algorithms are applied to make short term forecasting for a univariate time series.

r-grapesagri1 1.1.0
Propagated dependencies: r-summarytools@1.1.5 r-shinywidgets@0.9.1 r-shiny@1.13.0 r-rmarkdown@2.31 r-reshape2@1.4.5 r-rdpack@2.6.6 r-rcolorbrewer@1.1-3 r-pastecs@1.4.2 r-paireddata@1.1.1 r-magrittr@2.0.5 r-knitr@1.51 r-kableextra@1.4.0 r-hmisc@5.2-5 r-gtools@3.9.5 r-gridgraphics@0.5-1 r-ggpubr@0.6.3 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-desplot@1.10 r-corrplot@0.95 r-agricolae@1.3-7
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=grapesAgri1
Licenses: GPL 3
Build system: r
Synopsis: Collection of Shiny Apps for Agricultural Research Data Analysis
Description:

Allows user to have graphical user interface to perform analysis of Agricultural experimental data. On using the functions in this package a Interactive User Interface will pop up. Apps Works by simple upload of files in CSV format.

r-get 1.0-7
Propagated dependencies: r-viridislite@0.4.3 r-gridextra@2.3 r-ggplot2@4.0.3 r-cluster@2.1.8.2
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/myllym/GET
Licenses: GPL 3
Build system: r
Synopsis: Global Envelopes
Description:

Implementation of global envelopes for a set of general d-dimensional vectors T in various applications. A 100(1-alpha)% global envelope is a band bounded by two vectors such that the probability that T falls outside this envelope in any of the d points is equal to alpha. Global means that the probability is controlled simultaneously for all the d elements of the vectors. The global envelopes can be used for graphical Monte Carlo and permutation tests where the test statistic is a multivariate vector or function (e.g. goodness-of-fit testing for point patterns and random sets, functional analysis of variance, functional general linear model, n-sample test of correspondence of distribution functions), for central regions of functional or multivariate data (e.g. outlier detection, functional boxplot) and for global confidence and prediction bands (e.g. confidence band in polynomial regression, Bayesian posterior prediction). See Myllymäki and MrkviÄ ka (2024) <doi:10.18637/jss.v111.i03>, Myllymäki et al. (2017) <doi:10.1111/rssb.12172>, MrkviÄ ka and Myllymäki (2023) <doi:10.1007/s11222-023-10275-7>, MrkviÄ ka et al. (2016) <doi:10.1016/j.spasta.2016.04.005>, MrkviÄ ka et al. (2017) <doi:10.1007/s11222-016-9683-9>, MrkviÄ ka et al. (2020) <doi:10.14736/kyb-2020-3-0432>, MrkviÄ ka et al. (2021) <doi:10.1007/s11009-019-09756-y>, Myllymäki et al. (2021) <doi:10.1016/j.spasta.2020.100436>, MrkviÄ ka et al. (2022) <doi:10.1002/sim.9236>, Dai et al. (2022) <doi:10.5772/intechopen.100124>, DvoŠák and MrkviÄ ka (2022) <doi:10.1007/s00180-021-01134-y>, MrkviÄ ka et al. (2023) <doi:10.48550/arXiv.2309.04746>, and Konstantinou et al. (2024) <doi: 10.1007/s00180-024-01569-z>.

r-geosptdb 1.0-3
Propagated dependencies: r-statmatch@1.4.3 r-sp@2.2-1 r-minqa@1.2.8 r-mass@7.3-65 r-gsl@2.1-9 r-geospt@1.0-6 r-fields@17.3
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=geosptdb
Licenses: GPL 2+
Build system: r
Synopsis: Spatio-Temporal Radial Basis Functions with Distance-Based Methods (Optimization, Prediction and Cross Validation)
Description:

Spatio-temporal radial basis functions (optimization, prediction and cross-validation), summary statistics from cross-validation, Adjusting distance-based linear regression model and generation of the principal coordinates of a new individual from Gower's distance.

r-gmsp 0.4.6
Propagated dependencies: r-vmdecomp@1.0.2 r-stringr@1.6.0 r-spectral@2.0 r-signal@1.8-1 r-seewave@2.2.4 r-purrr@1.2.2 r-pracma@2.4.6 r-openssl@2.4.1 r-jsonlite@2.0.0 r-hht@2.1.6 r-expm@1.0-0 r-emd@1.5.9 r-digest@0.6.39 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://averriK.github.io/gmsp/
Licenses: Expat
Build system: r
Synopsis: Ground Motion Signal Processing
Description:

This package implements short-time Fourier transform (STFT) based processing of strong-motion time series: time-grid regularisation, STFT-window and anti-alias-resampling strategy selection, edge tapering, and frequency-domain integration and differentiation, mapping a single input (acceleration, velocity, or displacement) to a consistent triplet under a chosen analysis bandwidth. Also provides intrinsic-mode-function decomposition via empirical mode decomposition (EMD), ensemble EMD (EEMD), and variational mode decomposition (VMD) with optional band-rule filtering; elastic single-degree-of-freedom (SDOF) response spectra (pseudo-spectral acceleration, velocity, and displacement) by exact state-space integration; intensity measures including peak, root-mean-square (RMS), Arias intensity, significant-duration, cumulative absolute velocity, mean period, and the derived indices earthquake destructiveness potential (EPI) and power-of-input (PDI); and D50 and D100 horizontal response spectra. Methods: Huang et al. (1998) <doi:10.1098/rspa.1998.0193>, Wu and Huang (2009) <doi:10.1142/S1793536909000047>, Dragomiretskiy and Zosso (2014) <doi:10.1109/TSP.2013.2288675>, Boore (2010) <doi:10.1785/0120090179>. An optional indexing layer parses provider files in formats including PEER NGA-West2 AT2', CESMD V2'/'V2c', NWZ V2A', Geological Survey of Canada TR', IGP'/'UCR AC variants, and generic two-column ASCII text, normalises components, writes per-record CSV (comma-separated values) and JSON (JavaScript Object Notation) pairs, and assembles a master record table.

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-geoar 1.2.2
Propagated dependencies: r-tidyr@1.3.2 r-stringr@1.6.0 r-sf@1.1-1 r-purrr@1.2.2 r-promises@1.5.0 r-magrittr@2.0.5 r-leaflet@2.2.3 r-jsonlite@2.0.0 r-httr2@1.2.2 r-glue@1.8.1 r-dplyr@1.2.1 r-curl@7.1.0 r-attempt@0.3.1 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://politicaargentina.github.io/geoAr/
Licenses: Expat
Build system: r
Synopsis: Argentina's Spatial Data Toolbox
Description:

Collection of tools that facilitates data access and workflow for spatial analysis of Argentina. Includes historical information from censuses, administrative limits at different levels of aggregation, location of human settlements, among others. Since it is expected that the majority of users will be Spanish-speaking, the documentation of the package prioritizes this language, although an effort is made to also offer annotations in English.

r-gchartsmap 1.0.1
Propagated dependencies: r-tigris@2.2.1 r-sf@1.1-1 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/odeleongt/gchartsmap
Licenses: GPL 3
Build system: r
Synopsis: Access 'Google Charts' Map Data
Description:

Connects to the Google Charts geographic data resources described in <https://developers.google.com/chart/interactive/docs/gallery/geochart>, allowing the user to download contents to use as a reference for related services like Google Trends'.

r-glcm 1.6.6
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-raster@3.6-32
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/azvoleff/glcm
Licenses: GPL 3+
Build system: r
Synopsis: Calculate Textures from Grey-Level Co-Occurrence Matrices (GLCMs)
Description:

Enables calculation of image textures (Haralick 1973) <doi:10.1109/TSMC.1973.4309314> from grey-level co-occurrence matrices (GLCMs). Supports processing images that cannot fit in memory.

r-ginidistance 0.1.1
Propagated dependencies: r-readxl@1.5.0 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-randomforest@4.7-1.2 r-energy@1.7-12
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=GiniDistance
Licenses: GPL 2+
Build system: r
Synopsis: New Gini Correlation Between Quantitative and Qualitative Variables
Description:

An implementation of a new Gini covariance and correlation to measure dependence between a categorical and numerical variables. Dang, X., Nguyen, D., Chen, Y. and Zhang, J., (2018) <arXiv:1809.09793>.

r-glmpermu 0.0.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=glmpermu
Licenses: Expat
Build system: r
Synopsis: Permutation-Based Inference for Generalized Linear Models
Description:

In practical applications, the assumptions underlying generalized linear models frequently face violations, including incorrect specifications of the outcome variable's distribution or omitted predictors. These deviations can render the results of standard generalized linear models unreliable. As the sample size increases, what might initially appear as minor issues can escalate to critical concerns. To address these challenges, we adopt a permutation-based inference method tailored for generalized linear models. This approach offers robust estimations that effectively counteract the mentioned problems, and its effectiveness remains consistent regardless of the sample size.

r-grangers 0.1.0
Propagated dependencies: r-vars@1.6-1 r-tseries@0.10-61
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/MatFar88/grangers
Licenses: GPL 2+
Build system: r
Synopsis: Inference on Granger-Causality in the Frequency Domain
Description:

This package contains five functions performing the calculation of unconditional and conditional Granger-causality spectra, bootstrap inference on both, and inference on the difference between them via the bootstrap approach of Farne and Montanari, 2018 <arXiv:1803.00374>.

r-gdsarm 0.1.1
Propagated dependencies: r-lpsolve@5.6.23
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/agrakhi/GDSARM
Licenses: GPL 3+
Build system: r
Synopsis: Gauss - Dantzig Selector: Aggregation over Random Models
Description:

The method aims to identify important factors in screening experiments by aggregation over random models as studied in Singh and Stufken (2022) <doi:10.48550/arXiv.2205.13497>. This package provides functions to run the Gauss-Dantzig selector on screening experiments when interactions may be affecting the response. Currently, all functions require each factor to be at two levels coded as +1 and -1.

r-gangenerativedata 2.1.6
Propagated dependencies: r-tensorflow@2.20.0 r-rcpp@1.1.1-1.1 r-httr@1.4.8
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=ganGenerativeData
Licenses: GPL 2+
Build system: r
Synopsis: Generate Generative Data for a Data Source
Description:

Generative Adversarial Networks are applied to generate generative data for a data source. A generative model consisting of a generator and a discriminator network is trained. During iterative training the distribution of generated data is converging to that of the data source. Direct applications of generative data are the created functions for data evaluation, missing data completion and data classification. A software service for accelerated training of generative models on graphics processing units is available. Reference: Goodfellow et al. (2014) <doi:10.48550/arXiv.1406.2661>.

r-gsynth 1.4.0
Propagated dependencies: r-panelview@1.3.1 r-ggplot2@4.0.3 r-fect@2.4.5
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://yiqingxu.org/packages/gsynth/
Licenses: Expat
Build system: r
Synopsis: Generalized Synthetic Control Method
Description:

Conducts causal inference with interactive fixed-effect models. It imputes counterfactuals for each treated unit using control group information based on a linear interactive fixed effects model that incorporates unit-specific intercepts interacted with time-varying coefficients. This method generalizes the synthetic control method to the case of multiple treated units and variable treatment periods, and improves efficiency and interpretability. See Xu (2017) <doi:10.1017/pan.2016.2> for details.

r-gbutils 0.5.1
Propagated dependencies: r-rdpack@2.6.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://geobosh.github.io/gbutils/
Licenses: GPL 2+
Build system: r
Synopsis: Utilities for Simulation, Plots, Quantile Functions and Programming
Description:

Plot density and distribution functions with automatic selection of suitable regions. Numerically invert (compute quantiles) distribution functions. Simulate real and complex numbers from distributions of their magnitude and arguments. Optionally, the magnitudes and/or arguments may be fixed in almost arbitrary ways. Create polynomials from roots given in Cartesian or polar form. Small programming utilities: check if an object is identical to NA, count positional arguments in a call, set intersection of more than two sets, check if an argument is unnamed, compute the graph of S4 classes in packages.

r-ggsced 0.1.6
Propagated dependencies: r-gtable@0.3.6 r-ggplot2@4.0.3 r-ggh4x@0.3.1 r-assert@1.0.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=ggsced
Licenses: GPL 2+
Build system: r
Synopsis: Utilities and Helpers for Single Case Experimental Design (SCED) using 'ggplot2'
Description:

This package provides specialized visualization tools for Single-Case Experimental Design (SCED) research using ggplot2'. SCED studies are a crucial methodology in behavioral and educational research where individual participants serve as their own controls through carefully designed experimental phases. This package extends ggplot2 to create publication-ready graphics with professional phase change lines, support for multiple baseline designs, and styling functions that follow SCED visualization conventions. Key functions include adding phase change demarcation lines to existing plots and formatting axes with broken axis appearance commonly used in single-case research.

r-gglorenz 0.0.2
Propagated dependencies: r-ineq@0.2-13 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/jjchern/gglorenz
Licenses: Expat
Build system: r
Synopsis: Plotting Lorenz Curve with the Blessing of 'ggplot2'
Description:

This package provides statistical transformations for plotting empirical ordinary Lorenz curve (Lorenz 1905) <doi:10.2307/2276207> and generalized Lorenz curve (Shorrocks 1983) <doi:10.2307/2554117>.

Total packages: 72465