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

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-fastreg 0.14.1
Propagated dependencies: r-uuid@1.2-2 r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.0 r-purrr@1.2.2 r-osdc@0.11.3 r-haven@2.5.5 r-glue@1.8.1 r-fs@2.1.0 r-dplyr@1.2.1 r-cli@3.6.6 r-checkmate@2.3.4 r-arrow@24.0.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fastreg
Licenses: Expat
Build system: r
Synopsis: Fast Conversion and Querying of Danish Registers with 'Parquet'
Description:

Converts large Danish register files ('sas7bdat') into Parquet format with year-based Hive partitioning and chunked reading for larger-than-memory files. Supports parallel conversion with a targets pipeline and reading those registers into DuckDB tables for faster querying and analyses.

r-fptdapprox 2.5
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fptdApprox
Licenses: GPL 2
Build system: r
Synopsis: Approximation of First-Passage-Time Densities for Diffusion Processes
Description:

Efficient approximation of first passage time densities for diffusion processes based on the First Passage Time Location (FPTL) function.

r-face 0.1-8
Propagated dependencies: r-mgcv@1.9-4 r-matrixcalc@1.0-6 r-matrix@1.7-5
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=face
Licenses: GPL 3
Build system: r
Synopsis: Fast Covariance Estimation for Sparse Functional Data
Description:

We implement the Fast Covariance Estimation for Sparse Functional Data paper published in Statistics and Computing <doi: 10.1007/s11222-017-9744-8>.

r-fcm 0.1.3
Propagated dependencies: r-reshape2@1.4.5 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fcm
Licenses: GPL 2
Build system: r
Synopsis: Inference of Fuzzy Cognitive Maps (FCMs)
Description:

This package provides a selection of 3 different inference rules (including additionally the clamped types of the referred inference rules) and 4 threshold functions in order to obtain the inference of the FCM (Fuzzy Cognitive Map). Moreover, the fcm package returns a data frame of the concepts values of each state after the inference procedure. Fuzzy cognitive maps were introduced by Kosko (1986) <doi:10.1002/int.4550010405> providing ideal causal cognition tools for modeling and simulating dynamic systems.

r-flashmm 1.3.0
Propagated dependencies: r-matrix@1.7-5 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/BaderLab/FLASHMM
Licenses: Expat
Build system: r
Synopsis: Fast and Scalable Single Cell Differential Expression Analysis using Mixed-Effects Models
Description:

This package provides a fast and scalable linear mixed-effects model (LMM) estimation algorithm for analysis of single-cell differential expression. The algorithm uses summary-level statistics and requires less computer memory to fit the LMM.

r-functional 0.7
Propagated dependencies: r-lisp@0.2
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/klutometis/R-functional
Licenses: GPL 2+
Build system: r
Synopsis: Curry, Compose, and Other Higher-Order Functions
Description:

This package provides a small collection of higher-order functions for functional-style programming in R, including Curry (partial application), CurryL (lazy partial application), Compose (function composition, including a multi-argument variant), Identity', Negate and Swap'.

r-fasttextr 2.1.1
Propagated dependencies: r-slam@0.1-55 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/EmilHvitfeldt/fastTextR
Licenses: Modified BSD
Build system: r
Synopsis: An Interface to the 'fastText' Library
Description:

An interface to the fastText library <https://github.com/facebookresearch/fastText>. The package can be used for text classification and to learn word vectors. An example how to use fastTextR can be found in the README file.

r-fbrglm 0.1.0
Propagated dependencies: r-tibble@3.3.1 r-glmnet@5.0 r-generics@0.1.4
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/dsc-chiba-u/fbrglm
Licenses: Expat
Build system: r
Synopsis: Safe Formula-Based Regularized Generalized Linear Models
Description:

This package provides a formula-based wrapper around glmnet that brings the glm()'-compatible modeling workflow to regularized generalized linear models. Training-time terms', xlevels', and contrasts are stored on the fit object and reused at predict time, so the design matrix is reconstructed consistently across sessions. Complete-case bookkeeping is exposed via nobs_info', and linearly dependent columns are detected by a QR pivot and reported as NA in coef() and summary() (the stats::glm() convention), distinguishing "not identifiable" from "shrunk to zero by the penalty". Novel factor levels at predict time raise the same error stats::predict.glm() does by default, with on_new_levels = "na" as a production-style opt-in. Accepts character family strings ('gaussian', binomial', poisson', cox', multinomial', mgaussian') and any glm family object the underlying glmnet itself accepts, including Gamma and fixed-theta negative binomial via MASS::negative.binomial'.

r-fluosurv 1.0.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fluoSurv
Licenses: GPL 3
Build system: r
Synopsis: Estimate Insect Survival from Fluorescence Data
Description:

Use spectrophotometry measurements performed on insects as a way to infer pathogens virulence. Insect movements cause fluctuations in fluorescence signal, and functions are provided to estimate when the insect has died as the moment when variance in autofluorescence signal drops to zero. The package provides functions to obtain this estimate together with functions to import spectrophotometry data from a Biotek microplate reader. Details of the method are given in Parthuisot et al. (2018) <doi:10.1101/297929>.

r-financialmath 0.1.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=FinancialMath
Licenses: GPL 2
Build system: r
Synopsis: Financial Mathematics for Actuaries
Description:

This package contains financial math functions and introductory derivative functions included in the Society of Actuaries and Casualty Actuarial Society Financial Mathematics exam, and some topics in the Models for Financial Economics exam.

r-fastsegmentation 0.0.1
Propagated dependencies: r-robustgasp@0.6.8 r-pracma@2.4.6 r-magick@2.9.1 r-ebimage@4.54.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=FastSegmentation
Licenses: Expat
Build system: r
Synopsis: Unsupervised Cell Segmentation by Fast Gaussian Processes
Description:

This package performs fast Gaussian process-based segmentation of microscopy images using spatial smoothing and data-driven thresholding. Code based on Baracaldo, L., King, B., Yan, H., Lin, Y., Miolane, N., & Gu, M. (2025). "Unsupervised cell segmentation by fast Gaussian processes." arXiv preprint <doi:10.48550/arXiv.2505.18902>.

r-forestcontrol 0.2.2
Propagated dependencies: r-tibble@3.3.1 r-rcpp@1.1.1-1.1 r-purrr@1.2.2 r-magrittr@2.0.5 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/aberHRML/forestControl
Licenses: Expat
Build system: r
Synopsis: Approximate False Positive Rate Control in Selection Frequency for Random Forest
Description:

Approximate false positive rate control in selection frequency for random forest using the methods described by Ender Konukoglu and Melanie Ganz (2014) <arXiv:1410.2838>. Methods for calculating the selection frequency threshold at false positive rates and selection frequency false positive rate feature selection.

r-fcopulae 4052.86
Propagated dependencies: r-timeseries@4052.112 r-timedate@4052.112 r-fmultivar@4031.84 r-fbasics@4052.98
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://www.rmetrics.org
Licenses: GPL 2+
Build system: r
Synopsis: Rmetrics - Bivariate Dependence Structures with Copulae
Description:

This package provides a collection of functions to manage, to investigate and to analyze bivariate financial returns by Copulae. Included are the families of Archemedean, Elliptical, Extreme Value, and Empirical Copulae.

r-fextremes 4032.84
Propagated dependencies: r-timeseries@4052.112 r-timedate@4052.112 r-fgarch@4052.93 r-fbasics@4052.98
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://www.rmetrics.org
Licenses: GPL 2+
Build system: r
Synopsis: Rmetrics - Modelling Extreme Events in Finance
Description:

This package provides functions for analysing and modelling extreme events in financial time Series. The topics include: (i) data pre-processing, (ii) explorative data analysis, (iii) peak over threshold modelling, (iv) block maxima modelling, (v) estimation of VaR and CVaR, and (vi) the computation of the extreme index.

r-foodwebwrapper 1.2.0
Propagated dependencies: r-tidyverse@2.0.0 r-tibble@3.3.1 r-textshaping@1.0.5 r-stringr@1.6.0 r-r2html@2.3.4 r-magrittr@2.0.5 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=foodwebWrapper
Licenses: GPL 2+
Build system: r
Synopsis: Enhanced Wrapper to Show Which Functions Call What
Description:

Enhances the functionality of the mvbutils::foodweb() program. The matrix-format output of the original program contains identical row names and column names, each name representing a retrieved function. This format is enhanced by using the find_funs() program [see Sebastian (2017) <https://sebastiansauer.github.io/finds_funs/>] to concatenate the package name to the function name. Each package is assigned a unique color, that is used to color code the text naming the packages and the functions. This color coding is extended to the entries of value "1" within the matrix, indicating the pattern of ancestor and descendent functions.

r-freqdistributionnogives 0.1.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/Harshit-Budakoti/freqdistributionNogives
Licenses: GPL 3
Build system: r
Synopsis: Automated Cumulative Frequency Plots for Grouped Distribution
Description:

Input has to be in the form of vectors of lower class limits and upper class limits and frequencies; the output will give a cumulative frequency distribution table with cumulative frequency plot.

r-fitscape 0.1.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/rrrlw/fitscape
Licenses: Expat
Build system: r
Synopsis: Classes for Fitness Landscapes and Seascapes
Description:

Convenient classes to model fitness landscapes and fitness seascapes. A low-level package with which most users will not interact but upon which other packages modeling fitness landscapes and fitness seascapes will depend.

r-fractalforest 1.0.1
Propagated dependencies: r-stringr@1.6.0 r-stringi@1.8.7 r-sf@1.1-1 r-rlang@1.2.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-cowplot@1.2.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fractalforest
Licenses: Expat
Build system: r
Synopsis: Simulate Fractal Trees and Forests
Description:

Create and visualize fractal trees and fractal forests, based on the Lindenmayer system (L-system). For more details see Lindenmayer (1968a) <doi:10.1016/0022-5193(68)90079-9> and Lindenmayer (1968b) <doi:10.1016/0022-5193(68)90080-5>.

r-foundry 0.13.0
Propagated dependencies: r-yaml@2.3.12 r-r6@2.6.1 r-jsonlite@2.0.0 r-httr@1.4.8 r-arrow@24.0.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/palantir/palantir-r-sdk
Licenses: ASL 2.0
Build system: r
Synopsis: 'Palantir Foundry' Software Development Kit
Description:

Interface to Palantir Foundry', including reading and writing structured or unstructured datasets, and more <https://www.palantir.com/platforms/foundry/>.

r-fractd 0.1.0
Propagated dependencies: r-plyr@1.8.9 r-imager@1.0.8
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fractD
Licenses: GPL 3
Build system: r
Synopsis: Estimation of Fractal Dimension of a Black Area in 2D and 3D (Slices) Images
Description:

Estimate the of fractal dimension of a black area in 2D and 3D (slices) images using the box-counting method. See Klinkenberg B. (1994) <doi:10.1007/BF02065874>.

r-files 0.0.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=files
Licenses: GPL 3
Build system: r
Synopsis: Effective File Navigation from the R Console
Description:

This package provides functions for printing the contents of a folder as columns in a ragged-bottom data.frame and for viewing the details (size, time created, time modified, etc.) of a folder's top level contents.

r-fastbioclim 0.4.2
Propagated dependencies: r-terra@1.9-27 r-sf@1.1-1 r-rfast@2.1.5.2 r-qs2@0.2.1 r-purrr@1.2.2 r-progressr@0.19.0 r-glue@1.8.1 r-future-apply@1.20.2 r-exactextractr@0.10.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://gepinillab.github.io/fastbioclim/
Licenses: GPL 3+
Build system: r
Synopsis: Scalable and Flexible Derivation of Custom-Time Bioclimatic and Environmental Summary Variables
Description:

This package provides an efficient tool for creating custom-time bioclimatic and derived environmental summary variables from user-supplied raster data for user-defined timeframes. The package overcomes computational bottlenecks by automatically switching between an in-memory framework using the terra package to maximize speed for smaller datasets, and an on-disk tiling framework for rasters that exceed available RAM, leveraging exactextractr and Rfast to process data in chunks. The core functions, derive_bioclim() and derive_statistics(), offer a unified interface with flexibility for custom time periods beyond standard quarters and the use of fixed temporal indices, facilitating the creation of temporally-matched environmental variables for ecological and biogeographical modeling. Visit the package website <https://gepinillab.github.io/fastbioclim/> to find tutorials in English and Spanish.

r-filest 1.1.2
Propagated dependencies: r-rarpack@0.11-0 r-kris@1.1.6
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://gitlab.com/kris.ccp/filest
Licenses: Expat
Build system: r
Synopsis: Fine-Level Structure Simulator
Description:

This package provides a population genetic simulator, which is able to generate synthetic datasets for single-nucleotide polymorphisms (SNP) for multiple populations. The genetic distances among populations can be set according to the Fixation Index (Fst) as explained in Balding and Nichols (1995) <doi:10.1007/BF01441146>. This tool is able to simulate outlying individuals and missing SNPs can be specified. For Genome-wide association study (GWAS), disease status can be set in desired level according risk ratio.

r-fussclust 0.1.0
Propagated dependencies: r-rdist@0.0.6
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fussclust
Licenses: Expat
Build system: r
Synopsis: Fuzzy Unsupervised and Semi-Supervised Clustering
Description:

This package provides methods for distance-based fuzzy unsupervised and semi-supervised clustering, including fuzzy and possibilistic models based on alternating optimization (AO) algorithm. The package introduces a vectorized estimation framework for prototype-based fuzzy clustering algorithms, enabling modular algorithm design and extensibility. It also supports storage and retrieval of intermediate AO optimization results for downstream analysis and processing. For more details see Kmita et al. (2024) <doi:10.1109/TFUZZ.2024.3370768>.

Total packages: 73955