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

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-funkycells 1.1.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/jrvanderdoes/funkycells
Licenses: GPL 3+
Build system: r
Synopsis: Functional Data Analysis for Multiplexed Cell Images
Description:

Compare variables of interest between (potentially large numbers of) spatial interactions and meta-variables. Spatial variables are summarized using K, or other, functions, and projected for use in a modified random forest model. The model allows comparison of functional and non-functional variables to each other and to noise, giving statistical significance to the results. Included are preparation, modeling, and interpreting tools along with example datasets, as described in VanderDoes et al., (2023) <doi:10.1101/2023.07.18.549619>.

r-fava 1.0.9
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://maikemorrison.github.io/FAVA/
Licenses: Expat
Build system: r
Synopsis: Quantify Compositional Variability Across Relative Abundance Vectors
Description:

This package implements the statistic FAVA, an Fst-based Assessment of Variability across vectors of relative Abundances, as well as a suite of helper functions which enable the visualization and statistical analysis of relative abundance data. The FAVA R package accompanies the paper, â Quantifying compositional variability in microbial communities with FAVAâ by Morrison, Xue, and Rosenberg (2025) <doi:10.1073/pnas.2413211122>.

r-fas 1.0.0
Propagated dependencies: r-pracma@2.4.6 r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=FAS
Licenses: GPL 2+
Build system: r
Synopsis: Factor-Augmented Sparse Regression Tuning-Free Testing
Description:

The FAS package implements the bootstrap method for the tuning parameter selection and tuning-free inference on sparse regression coefficient vectors. Currently, the test could be applied to linear and factor-augmented sparse regressions, see Lederer & Vogt (2021, JMLR) <https://www.jmlr.org/papers/volume22/20-539/20-539.pdf> and Beyhum & Striaukas (2023) <arXiv:2307.13364>.

r-fastkqr 1.0.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fastkqr
Licenses: GPL 2
Build system: r
Synopsis: Fast Algorithm for Kernel Quantile Regression
Description:

An efficient algorithm to fit and tune kernel quantile regression models based on the majorization-minimization (MM) method. It can also fit multiple quantile curves simultaneously without crossing.

r-fchange 2.1.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://jrvanderdoes.github.io/fChange/
Licenses: GPL 3+
Build system: r
Synopsis: Functional Change Point Detection and Analysis
Description:

Analyze functional data and its change points. Includes functionality to store and process data, summarize and validate assumptions, characterize and perform inference of change points, and provide visualizations. Data is stored as discretely collected observations without requiring the selection of basis functions. For more details see chapter 8 of Horvath and Rice (2024) <doi:10.1007/978-3-031-51609-2>. Additional papers are forthcoming. Focused works are also included in the documentation of corresponding functions.

r-flexord 1.0.0
Propagated dependencies: r-mvtnorm@1.3-3 r-flexmix@2.3-20 r-flexclust@1.5.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://zettlchen.github.io/flexord/
Licenses: GPL 2
Build system: r
Synopsis: Flexible Clustering of Ordinal and Mixed-with-Ordinal Data
Description:

Extends the capabilities for flexible partitioning and model-based clustering available in the packages flexclust and flexmix to handle ordinal and mixed-with-ordinal data types via new distance, centroid and driver functions that make various assumptions regarding ordinality. Using them within the flex-scheme allows for easy comparisons across methods.

r-fasano-franceschini-test 2.2.2
Propagated dependencies: r-rcppparallel@5.1.11-1 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/braunlab-nu/fasano.franceschini.test
Licenses: Expat
Build system: r
Synopsis: Fasano-Franceschini Test: A Multivariate Kolmogorov-Smirnov Two-Sample Test
Description:

An implementation of the two-sample multivariate Kolmogorov-Smirnov test described by Fasano and Franceschini (1987) <doi:10.1093/mnras/225.1.155>. This test evaluates the null hypothesis that two i.i.d. random samples were drawn from the same underlying probability distribution. The data can be of any dimension, and can be of any type (continuous, discrete, or mixed).

r-fftab 0.1.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/thk686/fftab
Licenses: Expat
Build system: r
Synopsis: Tidy Manipulation of Fourier Transformed Data
Description:

The fftab package stores Fourier coefficients in a tibble and allows their manipulation in various ways. Functions are available for converting between complex, rectangular ('re', im'), and polar ('mod', arg') representations, as well as for extracting components as vectors or matrices. Inputs can include vectors, time series, and arrays of arbitrary dimensions, which are restored to their original form when inverting the transform. Since fftab stores Fourier frequencies as columns in the tibble, many standard operations on spectral data can be easily performed using tidy packages like dplyr'.

r-featureterminator 1.0.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=FeatureTerminatoR
Licenses: GPL 3
Build system: r
Synopsis: Feature Selection Engine to Remove Features with Minimal Predictive Power
Description:

The aim is to take in data.frame inputs and utilises methods, such as recursive feature engineering, to enable the features to be removed. What this does differently from the other packages, is that it gives you the choice to remove the variables manually, or it automated this process. Feature selection is a concept in machine learning, and statistical pipelines, whereby unimportant, or less predictive variables are eliminated from the analysis, see Boughaci (2018) <doi:10.1007/s40595-018-0107-y>.

r-fmds 0.1.5
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fmds
Licenses: FreeBSD
Build system: r
Synopsis: Multidimensional Scaling Development Kit
Description:

Multidimensional scaling (MDS) functions for various tasks that are beyond the beta stage and way past the alpha stage. Currently, options are available for weights, restrictions, classical scaling or principal coordinate analysis, transformations (linear, power, Box-Cox, spline, ordinal), outlier mitigation (rdop), out-of-sample estimation (predict), negative dissimilarities, fast and faster executions with low memory footprints, penalized restrictions, cross-validation-based penalty selection, supplementary variable estimation (explain), additive constant estimation, mixed measurement level distance calculation, restricted classical scaling, etc. More will come in the future. References. Busing (2024) "A Simple Population Size Estimator for Local Minima Applied to Multidimensional Scaling". Manuscript submitted for publication. Busing (2025) "Node Localization by Multidimensional Scaling with Iterative Majorization". Manuscript submitted for publication. Busing (2025) "Faster Multidimensional Scaling". Manuscript in preparation. Barroso and Busing (2025) "e-RDOP, Relative Density-Based Outlier Probabilities, Extended to Proximity Mapping". Manuscript submitted for publication.

r-fluxtools 0.7.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/kesondrakey/fluxtools
Licenses: GPL 3
Build system: r
Synopsis: 'shiny' App for Reproducible QA/QC of Eddy Covariance Data
Description:

An interactive shiny'-based tool for exploration and quality assurance and quality control (QA/QC) of eddy covariance flux tower data processing. It generates data-point removal code via user-directed selection from a scatterplot, and can export a cleaned .csv with removed points set to NA plus an R script for reproducibility. Reference: Key (2025) <DOI:10.5281/zenodo.15597159>.

r-forecaster 3.0.2
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://promidat.website
Licenses: GPL 2+
Build system: r
Synopsis: Time Series Forecast System
Description:

This package provides a web application for displaying, analysing and forecasting univariate time series. Includes basic methods such as mean, naïve, seasonal naïve and drift, as well as more complex methods such as Holt-Winters Box,G and Jenkins, G (1976) <doi:10.1111/jtsa.12194> and ARIMA Brockwell, P.J. and R.A.Davis (1991) <doi:10.1007/978-1-4419-0320-4>.

r-fractional 0.1.3
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fractional
Licenses: GPL 2+
Build system: r
Synopsis: Vulgar Fractions in R
Description:

The main function of this package allows numerical vector objects to be displayed with their values in vulgar fractional form. This is convenient if patterns can then be more easily detected. In some cases replacing the components of a numeric vector by a rational approximation can also be expected to remove some component of round-off error. The main functions form a re-implementation of the functions fractions and rational of the MASS package, but using a radically improved programming strategy.

r-fcirt 0.2.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/Naidantu/fcirt
Licenses: GPL 3+
Build system: r
Synopsis: Forced Choice in Item Response Theory
Description:

Bayesian estimation of forced choice models in Item Response Theory using rstan (See Stan Development Team (2020) <https://mc-stan.org/>).

r-flowmapper 0.1.4
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/JohMast/flowmapper
Licenses: Expat
Build system: r
Synopsis: Draw Flows (Migration, Goods, Money, Information) on 'ggplot2' Plots
Description:

Adds flow maps to ggplot2 plots. The flow maps consist of ggplot2 layers which visualize the nodes as circles and the bilateral flows between the nodes as bidirectional half-arrows.

r-filehashsqlite 0.2-7
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/rdpeng/filehashsqlite
Licenses: GPL 2+
Build system: r
Synopsis: Simple Key-Value Database using SQLite
Description:

Simple key-value database using SQLite as the backend.

r-funrar 1.5.0
Propagated dependencies: r-matrix@1.7-4 r-cluster@2.1.8.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://rekyt.github.io/funrar/
Licenses: GPL 2+
Build system: r
Synopsis: Functional Rarity Indices Computation
Description:

Computes functional rarity indices as proposed by Violle et al. (2017) <doi:10.1016/j.tree.2017.02.002>. Various indices can be computed using both regional and local information. Functional Rarity combines both the functional aspect of rarity as well as the extent aspect of rarity. funrar is presented in Grenié et al. (2017) <doi:10.1111/ddi.12629>.

r-forestsearch 0.1.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/larry-leon/forestsearch
Licenses: Expat
Build system: r
Synopsis: Exploratory Subgroup Identification in Clinical Trials with Survival Endpoints
Description:

This package implements statistical methods for exploratory subgroup identification in clinical trials with survival endpoints. Provides tools for identifying patient subgroups with differential treatment effects using machine learning approaches including Generalized Random Forests (GRF), LASSO regularization, and exhaustive combinatorial search algorithms. Features bootstrap bias correction using infinitesimal jackknife methods to address selection bias in post-hoc analyses. Designed for clinical researchers conducting exploratory subgroup analyses in randomized controlled trials, particularly for multi-regional clinical trials (MRCT) requiring regional consistency evaluation. Supports both accelerated failure time (AFT) and Cox proportional hazards models with comprehensive diagnostic and visualization tools. Methods are described in León et al. (2024) <doi:10.1002/sim.10163>.

r-foresterror 1.1.0
Propagated dependencies: r-purrr@1.2.0 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=forestError
Licenses: GPL 3
Build system: r
Synopsis: Unified Framework for Random Forest Prediction Error Estimation
Description:

Estimates the conditional error distributions of random forest predictions and common parameters of those distributions, including conditional misclassification rates, conditional mean squared prediction errors, conditional biases, and conditional quantiles, by out-of-bag weighting of out-of-bag prediction errors as proposed by Lu and Hardin (2021). This package is compatible with several existing packages that implement random forests in R.

r-frlr 1.3.0
Dependencies: gsl@2.8
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/szcf-weiya/fRLR
Licenses: GPL 2+
Build system: r
Synopsis: Fit Repeated Linear Regressions
Description:

When fitting a set of linear regressions which have some same variables, we can separate the matrix and reduce the computation cost. This package aims to fit a set of repeated linear regressions faster. More details can be found in this blog Lijun Wang (2017) <https://stats.hohoweiya.xyz/regression/2017/09/26/An-R-Package-Fit-Repeated-Linear-Regressions/>.

r-fitzroy 1.7.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://jimmyday12.github.io/fitzRoy/
Licenses: Expat
Build system: r
Synopsis: Easily Scrape and Process AFL Data
Description:

An easy package for scraping and processing Australia Rules Football (AFL) data. fitzRoy provides a range of functions for accessing publicly available data from AFL Tables <https://afltables.com/afl/afl_index.html>, Footy Wire <https://www.footywire.com> and The Squiggle <https://squiggle.com.au>. Further functions allow for easy processing, cleaning and transformation of this data into formats that can be used for analysis.

r-fglsnet 1.1
Propagated dependencies: r-sna@2.8 r-sandwich@3.1-1 r-network@1.19.0 r-matrixcalc@1.0-6 r-matrix@1.7-4 r-mass@7.3-65 r-lmtest@0.9-40
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fglsnet
Licenses: GPL 3
Build system: r
Synopsis: Feasible Generalized Least Squares Estimator for Regression Analysis of Outcomes with Network Dependence
Description:

The function estimates a multivariate regression model for outcomes with network dependence.

r-frequencyconnectedness 0.2.4
Propagated dependencies: r-vars@1.6-1 r-urca@1.3-4 r-pbapply@1.7-4 r-knitr@1.50
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/tomaskrehlik/frequencyConnectedness
Licenses: GPL 2
Build system: r
Synopsis: Spectral Decomposition of Connectedness Measures
Description:

Accompanies a paper (Barunik, Krehlik (2018) <doi:10.1093/jjfinec/nby001>) dedicated to spectral decomposition of connectedness measures and their interpretation. We implement all the developed estimators as well as the historical counterparts. For more information, see the help or GitHub page (<https://github.com/tomaskrehlik/frequencyConnectedness>) for relevant information.

r-fxl 1.7.3
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fxl
Licenses: GPL 3+
Build system: r
Synopsis: 'fxl' Single Case Design Charting Package
Description:

The fxl Charting package is used to prepare and design single case design figures that are typically prepared in spreadsheet software. With fxl', there is no need to leave the R environment to prepare these works and many of the more unique conventions in single case experimental designs can be performed without the need for physically constructing features of plots (e.g., drawing annotations across plots). Support is provided for various different plotting arrangements (e.g., multiple baseline), annotations (e.g., brackets, arrows), and output formats (e.g., svg, rasters).

Total packages: 69244