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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-fpow 0.0-3
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://doi.org/10.1007/s11222-008-9061-3
Licenses: CC0
Build system: r
Synopsis: Computing the Noncentrality Parameter of the Noncentral F Distribution
Description:

Returns the noncentrality parameter of the noncentral F distribution if probability of type I and type II error, degrees of freedom of the numerator and the denominator are given. It may be useful for computing minimal detectable differences for general ANOVA models. This program is documented in the paper of A. Baharev, S. Kemeny, On the computation of the noncentral F and noncentral beta distribution; Statistics and Computing, 2008, 18 (3), 333-340.

r-forcer 1.0.20
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/Peter-T-Ruehr/forceR
Licenses: Expat
Build system: r
Synopsis: Force Measurement Analyses
Description:

For cleaning and analysis of graphs, such as animal closing force measurements. forceR was initially written and optimized to deal with insect bite force measurements, but can be used for any time series. Includes a full workflow to load, plot and crop data, correct amplifier and baseline drifts, identify individual peak shapes (bites), rescale (normalize) peak curves, and find best polynomial fits to describe and analyze force curve shapes.

r-fxregime 1.0-4
Propagated dependencies: r-zoo@1.8-14 r-strucchange@1.5-4 r-sandwich@3.1-1 r-car@3.1-3
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fxregime
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Exchange Rate Regime Analysis
Description:

Exchange rate regression and structural change tools for estimating, testing, dating, and monitoring (de facto) exchange rate regimes.

r-fda-usc 2.2.0
Propagated dependencies: r-nlme@3.1-168 r-mgcv@1.9-4 r-mass@7.3-65 r-ksamples@1.2-12 r-knitr@1.50 r-iterators@1.0.14 r-foreach@1.5.2 r-fda@6.3.0 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/moviedo5/fda.usc
Licenses: GPL 2
Build system: r
Synopsis: Functional Data Analysis and Utilities for Statistical Computing
Description:

Routines for exploratory and descriptive analysis of functional data such as depth measurements, atypical curves detection, regression models, supervised classification, unsupervised classification and functional analysis of variance.

r-fitmix 0.1.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/guven-code/fitmix/
Licenses: GPL 3
Build system: r
Synopsis: Finite Mixture Model Fitting of Lifespan Datasets
Description:

Fits the lifespan datasets of biological systems such as yeast, fruit flies, and other similar biological units with well-known finite mixture models introduced by Farewell et al. (1982) <doi:10.2307/2529885> and Al-Hussaini et al. (2000) <doi:10.1080/00949650008812033>. Estimates parameter space fitting of a lifespan dataset with finite mixtures of parametric distributions. Computes the following tasks; 1) Estimates parameter space of the finite mixture model by implementing the expectation maximization (EM) algorithm. 2) Finds a sequence of four goodness-of-fit measures consist of Akaike Information Criterion (AIC), Bayesian Information Criterion (BIC), Kolmogorov-Smirnov (KS), and log-likelihood (log-likelihood) statistics. 3)The initial values is determined by k-means clustering.

r-fadist 2.4
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/tpetzoldt/FAdist
Licenses: GPL 2
Build system: r
Synopsis: Distributions that are Sometimes Used in Hydrology
Description:

Probability distributions that are sometimes useful in hydrology.

r-firmmatchr 0.1.3
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=firmmatchr
Licenses: Expat
Build system: r
Synopsis: Robust Probabilistic Matching for German Company Names
Description:

This package provides a pipeline for matching messy company name strings against a clean dictionary (e.g., Orbis'). Implements a cascading strategy: Exact -> Fuzzy ('zoomerjoin') -> FTS5 ('SQLite') -> Rarity Weighted. References: Beniamino Green (2025) <https://beniamino.org/zoomerjoin/>; <https://www.sqlite.org/fts5.html>.

r-fitconic 1.2.1
Propagated dependencies: r-pracma@2.4.6
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fitConic
Licenses: LGPL 3
Build system: r
Synopsis: Fit Data to Any Conic Section
Description:

Fit data to an ellipse, hyperbola, or parabola. Bootstrapping is available when needed. The conic curve can be rotated through an arbitrary angle and the fit will still succeed. Helper functions are provided to convert generator coefficients from one style to another, generate test data sets, rotate conic section parameters, and so on. References include Nikolai Chernov (2014) "Fitting ellipses, circles, and lines by least squares" <https://people.cas.uab.edu/~mosya/cl/>; A. W. Fitzgibbon, M. Pilu, R. B. Fisher (1999) "Direct Least Squares Fitting of Ellipses" IEEE Trans. PAMI, Vol. 21, pages 476-48; N. Chernov, Q. Huang, and H. Ma (2014) "Fitting quadratic curves to data points", British Journal of Mathematics & Computer Science, 4, 33-60; N. Chernov and H. Ma (2011) "Least squares fitting of quadratic curves and surfaces", Computer Vision, Editor S. R. Yoshida, Nova Science Publishers, pp. 285-302.

r-flightr 0.5.5
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://CRAN.R-project.org/package=FLightR
Licenses: GPL 3
Build system: r
Synopsis: Reconstruct Animal Paths from Solar Geolocation Loggers Data
Description:

Spatio-temporal locations of an animal are computed from annotated data with a hidden Markov model via particle filter algorithm. The package is relatively robust to varying degrees of shading. The hidden Markov model is described in Movement Ecology - Rakhimberdiev et al. (2015) <doi:10.1186/s40462-015-0062-5>, general package description is in the Methods in Ecology and Evolution - Rakhimberdiev et al. (2017) <doi:10.1111/2041-210X.12765> and package accuracy assessed in the Journal of Avian Biology - Rakhimberdiev et al. (2016) <doi:10.1111/jav.00891>.

r-fuzzyq 0.1.0
Propagated dependencies: r-cluster@2.1.8.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://ligophorus.github.io/FuzzyQ/
Licenses: GPL 3
Build system: r
Synopsis: Fuzzy Quantification of Common and Rare Species
Description:

Fuzzy clustering of species in an ecological community as common or rare based on their abundance and occupancy. It also includes functions to compute confidence intervals of classification metrics and plot results. See Balbuena et al. (2020, <doi:10.1101/2020.08.12.247502>).

r-fabricerin 0.1.2
Propagated dependencies: r-htmltools@0.5.8.1 r-glue@1.8.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/feddelegrand7/fabricerin
Licenses: Expat
Build system: r
Synopsis: Create Easily Canvas in 'shiny' and 'RMarkdown' Documents
Description:

Allows the user to implement easily canvas elements within a shiny app or an RMarkdown document. The user can create shapes, images and text elements within the canvas which can also be used as a drawing tool for taking notes. The package relies on the fabricjs JavaScript library. See <http://fabricjs.com/>.

r-fire 1.0.1
Propagated dependencies: r-rcpp@1.1.0 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/princethewinner/FiRE
Licenses: GPL 3
Build system: r
Synopsis: Finder of Rare Entities (FiRE)
Description:

The algorithm assigns rareness/ outlierness score to every sample in voluminous datasets. The algorithm makes multiple estimations of the proximity between a pair of samples, in low-dimensional spaces. To compute proximity, FiRE uses Sketching, a variant of locality sensitive hashing. For more details: Jindal, A., Gupta, P., Jayadeva and Sengupta, D., 2018. Discovery of rare cells from voluminous single cell expression data. Nature Communications, 9(1), p.4719. <doi:10.1038/s41467-018-07234-6>.

r-freealg 1.1-8
Propagated dependencies: r-rcpp@1.1.0 r-partitions@1.10-9 r-disordr@0.9-8-5
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/RobinHankin/freealg
Licenses: GPL 2+
Build system: r
Synopsis: The Free Algebra
Description:

The free algebra in R with non-commuting indeterminates. Uses disordR discipline (Hankin, 2022, <doi:10.48550/ARXIV.2210.03856>). To cite the package in publications please use Hankin (2022) <doi:10.48550/ARXIV.2211.04002>.

r-fabci 0.3
Propagated dependencies: r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fabCI
Licenses: GPL 3
Build system: r
Synopsis: FAB Confidence Intervals
Description:

Frequentist assisted by Bayes (FAB) confidence interval construction. See Adaptive multigroup confidence intervals with constant coverage by Yu and Hoff <DOI:10.1093/biomet/asy009> and Exact adaptive confidence intervals for linear regression coefficients by Hoff and Yu <DOI:10.1214/18-EJS1517>.

r-fomantic-plus 0.1.0
Propagated dependencies: r-shiny-semantic@0.5.1 r-shiny@1.11.1 r-jsonlite@2.0.0 r-htmltools@0.5.8.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/ashbaldry/fomantic.plus
Licenses: FSDG-compatible
Build system: r
Synopsis: Add Extra 'Fomantic UI' Components to 'shiny.semantic'
Description:

Extend shiny.semantic with extra Fomantic UI components. Create pages in a format similar to shiny', form validation and more.

r-flashr 0.3.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/JeffreyRStevens/flashr
Licenses: Expat
Build system: r
Synopsis: Create Flashcards of Terms and Definitions
Description:

This package provides functions for creating flashcard decks of terms and definitions. This package creates HTML slides using revealjs that can be viewed in the RStudio viewer or a web browser. Users can create flashcards from either existing built-in decks or create their own from CSV files or vectors of function names.

r-funnelplotr 0.6.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://nhs-r-community.github.io/FunnelPlotR/
Licenses: Expat
Build system: r
Synopsis: Funnel Plots for Comparing Institutional Performance
Description:

An implementation of methods presented by Spiegelhalter (2005) <doi:10.1002/sim.1970> Funnel plots for comparing institutional performance, for standardised ratios, ratios of counts and proportions with additive overdispersion adjustment.

r-fect 2.1.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://yiqingxu.org/packages/fect/
Licenses: Expat
Build system: r
Synopsis: Fixed Effects Counterfactual Estimators
Description:

This package provides tools for estimating causal effects in panel data using counterfactual methods, as well as other modern DID estimators. It is designed for causal panel analysis with binary treatments under the parallel trends assumption. The package supports scenarios where treatments can switch on and off and allows for limited carryover effects. It includes several imputation estimators, such as Gsynth (Xu 2017), linear factor models, and the matrix completion method. Detailed methodology is described in Liu, Wang, and Xu (2024) <doi:10.48550/arXiv.2107.00856> and Chiu et al. (2025) <doi:10.48550/arXiv.2309.15983>. Optionally integrates with the "HonestDiDFEct" package for sensitivity analyses compatible with imputation estimators. "HonestDiDFEct" is not on CRAN but can be obtained from <https://github.com/lzy318/HonestDiDFEct>.

r-fastjt 1.0.8
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=fastJT
Licenses: GPL 2+
Build system: r
Synopsis: Efficient Jonckheere-Terpstra Test Statistics for Robust Machine Learning and Genome-Wide Association Studies
Description:

This Rcpp'-based package implements highly efficient functions for the calculation of the Jonckheere-Terpstra statistic. It can be used for a variety of applications, including feature selection in machine learning problems, or to conduct genome-wide association studies (GWAS) with multiple quantitative phenotypes. The code leverages OpenMP directives for multi-core computing to reduce overall processing time.

r-fishrman 1.2.3
Propagated dependencies: r-viridis@0.6.5 r-shinywidgets@0.9.0 r-shinyjs@2.1.0 r-shinybs@0.61.1 r-shiny@1.11.1 r-sf@1.0-23 r-maps@3.4.3 r-jsonlite@2.0.0 r-httr@1.4.7 r-golem@0.5.1 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-countrycode@1.6.1 r-config@0.3.2
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/Shyentist/fish-r-man
Licenses: AGPL 3+
Build system: r
Synopsis: The Fisheries Scientist's Toolbox
Description:

This package provides a bundle of analytics tools for fisheries scientists. A shiny R App is included for a no-code solution for retrieval, analysis, and visualization.

r-funcnn 1.0
Propagated dependencies: r-tensorflow@2.20.0 r-reshape2@1.4.5 r-pbapply@1.7-4 r-matrix@1.7-4 r-keras@2.16.1 r-ggpubr@0.6.2 r-ggplot2@4.0.1 r-foreach@1.5.2 r-flux@0.3-0.1 r-fda-usc@2.2.0 r-fda@6.3.0 r-doparallel@1.0.17 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://arxiv.org/abs/2006.09590
Licenses: GPL 3
Build system: r
Synopsis: Functional Neural Networks
Description:

This package provides a collection of functions which fit functional neural network models. In other words, this package will allow users to build deep learning models that have either functional or scalar responses paired with functional and scalar covariates. We implement the theoretical discussion found in Thind, Multani and Cao (2020) <arXiv:2006.09590> through the help of a main fitting and prediction function as well as a number of helper functions to assist with cross-validation, tuning, and the display of estimated functional weights.

r-fig 1.0.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/TymekDev/fig
Licenses: Expat
Build system: r
Synopsis: Config Package with No "Con"
Description:

Work with configs with a source precedence. Either create own R6 instance or work with convenient functions at a package level.

r-featureextraction 3.13.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/OHDSI/FeatureExtraction
Licenses: ASL 2.0
Build system: r
Synopsis: Generating Features for a Cohort
Description:

An R interface for generating features for a cohort using data in the Common Data Model. Features can be constructed using default or custom made feature definitions. Furthermore it's possible to aggregate features and get the summary statistics.

r-forestr 2.0.2
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/atkinsjeff/forestr
Licenses: GPL 3
Build system: r
Synopsis: Ecosystem and Canopy Structural Complexity Metrics from LiDAR
Description:

This package provides a toolkit for calculating forest and canopy structural complexity metrics from terrestrial LiDAR (light detection and ranging). References: Atkins et al. 2018 <doi:10.1111/2041-210X.13061>; Hardiman et al. 2013 <doi:10.3390/f4030537>; Parker et al. 2004 <doi:10.1111/j.0021-8901.2004.00925.x>.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457