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

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-fpop 2019.08.26
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fpop
Licenses: LGPL 2.1+
Build system: r
Synopsis: Segmentation using Optimal Partitioning and Function Pruning
Description:

This package provides a dynamic programming algorithm for the fast segmentation of univariate signals into piecewise constant profiles. The fpop package is a wrapper to a C++ implementation of the fpop (Functional Pruning Optimal Partioning) algorithm described in Maidstone et al. 2017 <doi:10.1007/s11222-016-9636-3>. The problem of detecting changepoints in an univariate sequence is formulated in terms of minimising the mean squared error over segmentations. The fpop algorithm exactly minimizes the mean squared error for a penalty linear in the number of changepoints.

r-fastrg 0.4.0
Propagated dependencies: r-tidyr@1.3.2 r-tidygraph@1.3.1 r-tibble@3.3.1 r-rspectra@0.16-2 r-rlang@1.2.0 r-matrix@1.7-5 r-igraph@2.3.1 r-glue@1.8.1 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://rohelab.github.io/fastRG/
Licenses: Expat
Build system: r
Synopsis: Sample Generalized Random Dot Product Graphs in Linear Time
Description:

Samples generalized random product graphs, a generalization of a broad class of network models. Given matrices X, S, and Y with with non-negative entries, samples a matrix with expectation X S Y^T and independent Poisson or Bernoulli entries using the fastRG algorithm of Rohe et al. (2017) <https://www.jmlr.org/papers/v19/17-128.html>. The algorithm first samples the number of edges and then puts them down one-by-one. As a result it is O(m) where m is the number of edges, a dramatic improvement over element-wise algorithms that which require O(n^2) operations to sample a random graph, where n is the number of nodes.

r-fbms 1.3
Propagated dependencies: r-tolerance@3.0.0 r-rcpp@1.1.1-1.1 r-r2r@0.1.2 r-gensa@1.1.15 r-fastglm@0.1.0 r-bas@2.0.2
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/jonlachmann/FBMS
Licenses: GPL 2
Build system: r
Synopsis: Flexible Bayesian Model Selection and Model Averaging
Description:

This package implements the Mode Jumping Markov Chain Monte Carlo algorithm described in <doi:10.1016/j.csda.2018.05.020> and its Genetically Modified counterpart described in <doi:10.1613/jair.1.13047> as well as the sub-sampling versions described in <doi:10.1016/j.ijar.2022.08.018> for flexible Bayesian model selection and model averaging.

r-findinfiles 0.5.0
Dependencies: grep@3.11
Propagated dependencies: r-vctrs@0.7.3 r-tibble@3.3.1 r-stringr@1.6.0 r-stringi@1.8.7 r-shiny@1.13.0 r-htmlwidgets@1.6.4 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/stla/findInFiles
Licenses: GPL 3
Build system: r
Synopsis: Find Pattern in Files
Description:

This package creates a HTML widget which displays the results of searching for a pattern in files in a given folder. The results can be viewed in the RStudio viewer pane, included in a R Markdown document or in a Shiny application. Also provides a Shiny application allowing to run this widget and to navigate in the files found by the search. Instead of creating a HTML widget, it is also possible to get the results of the search in a tibble'. The search is performed by the grep command-line utility.

r-frlr 1.3.0
Dependencies: gsl@2.8
Propagated dependencies: 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/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-fmritools 0.7.2
Propagated dependencies: r-matrixstats@1.5.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/mandymejia/fMRItools
Licenses: GPL 3
Build system: r
Synopsis: Routines for Common fMRI Processing Tasks
Description:

Supports fMRI (functional magnetic resonance imaging) analysis tasks including reading in CIFTI', GIFTI and NIFTI data, temporal filtering, nuisance regression, and aCompCor (anatomical Components Correction) (Muschelli et al. (2014) <doi:10.1016/j.neuroimage.2014.03.028>).

r-fplot 1.2.0
Propagated dependencies: r-stringmagic@1.2.0 r-rcpp@1.1.1-1.1 r-formula@1.2-5 r-dreamerr@1.5.0 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fplot
Licenses: GPL 3
Build system: r
Synopsis: Automatic Distribution Graphs Using Formulas
Description:

Easy way to plot regular/weighted/conditional distributions by using formulas. The core of the package concerns distribution plots which are automatic: the many options are tailored to the data at hand to offer the nicest and most meaningful graphs possible -- with no/minimum user input. Further provide functions to plot conditional trends and box plots. See <https://lrberge.github.io/fplot/> for more information.

r-fredr 2.1.0
Propagated dependencies: r-tibble@3.3.1 r-rlang@1.2.0 r-jsonlite@2.0.0 r-httr@1.4.8
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/sboysel/fredr
Licenses: Expat
Build system: r
Synopsis: An R Client for the 'FRED' API
Description:

An R client for the Federal Reserve Economic Data ('FRED') API <https://research.stlouisfed.org/docs/api/>. Functions to retrieve economic time series and other data from FRED'.

r-factor-switching 1.4
Propagated dependencies: r-mcmcpack@1.7-1 r-lpsolve@5.6.23 r-hdinterval@0.2.4 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=factor.switching
Licenses: GPL 2
Build system: r
Synopsis: Post-Processing MCMC Outputs of Bayesian Factor Analytic Models
Description:

This package provides a well known identifiability issue in factor analytic models is the invariance with respect to orthogonal transformations. This problem burdens the inference under a Bayesian setup, where Markov chain Monte Carlo (MCMC) methods are used to generate samples from the posterior distribution. The package applies a series of rotation, sign and permutation transformations (Papastamoulis and Ntzoufras (2022) <DOI:10.1007/s11222-022-10084-4>) into raw MCMC samples of factor loadings, which are provided by the user. The post-processed output is identifiable and can be used for MCMC inference on any parametric function of factor loadings. Comparison of multiple MCMC chains is also possible.

r-fwtraits 1.0.0
Propagated dependencies: r-rstudioapi@0.18.0 r-r-cache@0.17.0 r-jsonlite@2.0.0 r-httr2@1.2.2 r-curl@7.1.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/AnthonyBasooma/fwtraits
Licenses: GPL 3+
Build system: r
Synopsis: Extract Species Ecological Parameters from Www.freshwaterecology.info
Description:

Support the extraction and seamless integration of species ecological traits or preferences from the www.freshwaterecology.info into several ecological model workflows. During data extraction, different taxonomic levels are acceptable, including species, genus, and family, based on the availability of data in the database. The data is cached after the first search and can be accessed during and after online interactions. Only scientific names are acceptable in the search; local or English names are not allowed. A user API key is required to start using the package.

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-faux 1.2.4
Propagated dependencies: r-truncnorm@1.0-9 r-rlang@1.2.0 r-lme4@2.0-1 r-jsonlite@2.0.0 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/scienceverse/faux
Licenses: Expat
Build system: r
Synopsis: Simulation for Factorial Designs
Description:

Create datasets with factorial structure through simulation by specifying variable parameters. Extended documentation at <https://www.scienceverse.org/faux/>. Described in DeBruine (2020) <doi:10.5281/zenodo.2669586>.

r-frechet 0.3.0
Propagated dependencies: r-trust@0.1-9 r-quadprog@1.5-8 r-pracma@2.4.6 r-osqp@1.0.0 r-matrix@1.7-5 r-fdapace@0.6.0 r-fdadensity@0.1.4 r-e1071@1.7-17 r-corrplot@0.95 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/functionaldata/tFrechet
Licenses: Modified BSD
Build system: r
Synopsis: Statistical Analysis for Random Objects and Non-Euclidean Data
Description:

This package provides implementation of statistical methods for random objects lying in various metric spaces, which are not necessarily linear spaces. The core of this package is Fréchet regression for random objects with Euclidean predictors, which allows one to perform regression analysis for non-Euclidean responses under some mild conditions. Examples include distributions in 2-Wasserstein space, covariance matrices endowed with power metric (with Frobenius metric as a special case), Cholesky and log-Cholesky metrics, spherical data. References: Petersen, A., & Müller, H.-G. (2019) <doi:10.1214/17-AOS1624>.

r-fgalgorithm 1.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=FGalgorithm
Licenses: GPL 2+
Build system: r
Synopsis: Flury and Gautschi algorithms
Description:

This is a package for implementation of Flury-Gautschi algorithms.

r-formshare 1.0.1
Propagated dependencies: r-r6@2.6.1 r-jsonlite@2.0.0 r-httr@1.4.8
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/qlands/formshare-R-package
Licenses: GPL 3
Build system: r
Synopsis: Simple Connection Between the 'FormShare App' and 'R' for Advanced Analytics
Description:

This package provides analytics directly from R'. It requires: FormShare App': <https://github.com/qlands/FormShare >= 2.22.0> . Analytics plugin: <https://github.com/qlands/formshare_analytics_plugin> . Remote SQL plugin: <https://github.com/qlands/formshare_sql_plugin> .

r-families 2.0.2
Propagated dependencies: r-rlang@1.2.0 r-reshape@0.8.10 r-msm@1.8.2 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=Families
Licenses: GPL 2
Build system: r
Synopsis: Kinship Ties in (Virtual) Multi-Generation Populations
Description:

This package provides tools to study lineages, grandparenthood, loss of close relatives, kinship networks and other topics in multi-generation populations.

r-fbn 1.5.2
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=FBN
Licenses: GPL 2+
Build system: r
Synopsis: FISH Based Normalization and Copy Number Inference of SNP Microarray Data
Description:

Normalizes the data from a file containing the raw values of the SNP probes of microarray data by using the FISH probes and their corresponding copy number.

r-fastplyr 0.9.92
Propagated dependencies: r-vctrs@0.7.3 r-tidyselect@1.2.1 r-stringr@1.6.0 r-rlang@1.2.0 r-purrr@1.2.2 r-lifecycle@1.0.5 r-dplyr@1.2.1 r-cpp11@0.5.5 r-collapse@2.1.7 r-cli@3.6.6 r-cheapr@1.5.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fastplyr
Licenses: Expat
Build system: r
Synopsis: Fast Alternatives to 'tidyverse' Functions
Description:

This package provides a full set of fast data manipulation tools with a tidy front-end and a fast back-end using collapse and cheapr'.

r-fdth 1.5-0
Propagated dependencies: r-xtable@1.8-8
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/jcfaria/fdth
Licenses: GPL 2+
Build system: r
Synopsis: Frequency Distribution Tables, Histograms and Polygons
Description:

Perform frequency distribution tables, associated histograms and polygons from vector, data.frame and matrix objects for numerical and categorical variables.

r-fic 1.0.1
Propagated dependencies: r-tensor@1.5.1 r-survival@3.8-6 r-scales@1.4.0 r-numderiv@2016.8-1.1 r-mvtnorm@1.3-7 r-mgcv@1.9-4 r-ggplot2@4.0.3 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/chjackson/fic
Licenses: GPL 3
Build system: r
Synopsis: Focused Information Criteria for Model Comparison
Description:

Compares how well different models estimate a quantity of interest (the "focus") so that different models may be preferred for different purposes. Comparisons within any class of models fitted by maximum likelihood are supported, with shortcuts for commonly-used classes such as generalised linear models and parametric survival models. The methods originate from Claeskens and Hjort (2003) <doi:10.1198/016214503000000819> and Claeskens and Hjort (2008, ISBN:9780521852258).

r-flowtracer 0.1.1
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-magrittr@2.0.5 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-comprehenr@0.6.10
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/OKdll/flowTraceR
Licenses: Expat
Build system: r
Synopsis: Tracing Information Flow for Inter-Software Comparisons in Mass Spectrometry-Based Bottom-Up Proteomics
Description:

Useful functions to standardize software outputs from ProteomeDiscoverer, Spectronaut, DIA-NN and MaxQuant on precursor, modified peptide and proteingroup level and to trace software differences for identifications such as varying proteingroup denotations for common precursor.

r-frenchdata 0.2.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-rvest@1.0.5 r-rlang@1.2.0 r-readr@2.2.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-httr@1.4.8 r-fs@2.1.0 r-dplyr@1.2.1 r-cli@3.6.6 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://nareal.github.io/frenchdata/
Licenses: Expat
Build system: r
Synopsis: Download Data Sets from Kenneth's French Finance Data Library Site
Description:

Download data sets from Kenneth's French finance data library site <http://mba.tuck.dartmouth.edu/pages/faculty/ken.french/data_library.html>, reads all the data subsets from the file. Allows R users to collect the data as tidyverse'-ready data frames.

r-forcis 1.0.1
Propagated dependencies: r-vroom@1.7.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-sf@1.1-1 r-rlang@1.2.0 r-httr2@1.2.2 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://docs.ropensci.org/forcis/
Licenses: GPL 2+
Build system: r
Synopsis: Handle the FORCIS Foraminifera Database
Description:

This package provides an interface to the FORCIS database (Chaabane et al. (2024) <doi:10.5281/zenodo.7390791>) on global foraminifera distribution. This package allows to download and to handle FORCIS data. It is part of the FRB-CESAB working group FORCIS. <https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/forcis/>.

r-fio 1.1.0
Dependencies: xz@5.4.5
Propagated dependencies: r-shiny@1.13.0 r-rlang@1.2.0 r-readxl@1.5.0 r-rdpack@2.6.6 r-r6@2.6.1 r-miniui@0.1.2 r-fs@2.1.0 r-emoji@16.0.0 r-clipr@0.8.0 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://albersonmiranda.github.io/fio/
Licenses: Expat
Build system: r
Synopsis: Friendly Input-Output Analysis
Description:

Simplifies the process of economic input-output analysis by combining user-friendly interfaces with high-performance computation. It provides tools for analyzing both single-region and multi-regional economic systems through a hybrid architecture that pairs R's accessibility with Rust's computational efficiency.

Total packages: 72465