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

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-flying 0.1.3
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=flying
Licenses: FSDG-compatible
Build system: r
Synopsis: Simulation of Bird Flight Range
Description:

This package provides functions for range estimation in birds based on Pennycuick (2008) and Pennycuick (1975), Flight program which compliments Pennycuick (2008) requires manual entry of birds which can be tedious when there are thousands of birds to estimate. Implemented are two ODE methods discussed in Pennycuick (1975) and time-marching computation method "constant muscle mass" as in Pennycuick (1998). See Pennycuick (1975, ISBN:978-0-12-249405-5), Pennycuick (1998) <doi:10.1006/jtbi.1997.0572>, and Pennycuick (2008, ISBN:9780080557816).

r-flipscores 1.3.2
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=flipscores
Licenses: GPL 2
Build system: r
Synopsis: Robust Score Testing in GLMs, by Sign-Flip Contributions
Description:

This package provides robust tests for testing in GLMs, by sign-flipping score contributions. The tests are robust against overdispersion, heteroscedasticity and, in some cases, ignored nuisance variables. See Hemerik, Goeman and Finos (2020) <doi:10.1111/rssb.12369>.

r-fiestautils 1.3.2
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/USDAForestService/FIESTAutils
Licenses: GPL 3
Build system: r
Synopsis: Utility Functions for Forest Inventory Estimation and Analysis
Description:

This package provides a set of tools for data wrangling, spatial data analysis, statistical modeling (including direct, model-assisted, photo-based, and small area tools), and USDA Forest Service data base tools. These tools are aimed to help Foresters, Analysts, and Scientists extract and perform analyses on USDA Forest Service data.

r-funmodeling 1.9.6
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://livebook.datascienceheroes.com
Licenses: GPL 2
Build system: r
Synopsis: Exploratory Data Analysis and Data Preparation Tool-Box
Description:

Around 10% of almost any predictive modeling project is spent in predictive modeling, funModeling and the book Data Science Live Book (<https://livebook.datascienceheroes.com/>) are intended to cover remaining 90%: data preparation, profiling, selecting best variables dataViz', assessing model performance and other functions.

r-fedmatch 2.1.0
Propagated dependencies: r-stringr@1.6.0 r-stringdist@0.9.15 r-snowballc@0.7.1 r-scales@1.4.0 r-rcpp@1.1.0 r-purrr@1.2.0 r-magrittr@2.0.4 r-forcats@1.0.1 r-data-table@1.17.8 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fedmatch
Licenses: Expat
Build system: r
Synopsis: Fast, Flexible, and User-Friendly Record Linkage Methods
Description:

This package provides a flexible set of tools for matching two un-linked data sets. fedmatch allows for three ways to match data: exact matches, fuzzy matches, and multi-variable matches. It also allows an easy combination of these three matches via the tier matching function.

r-fdrsampsize 1.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=FDRsampsize
Licenses: GPL 2
Build system: r
Synopsis: Compute Sample Size that Meets Requirements for Average Power and FDR
Description:

Defines a collection of functions to compute average power and sample size for studies that use the false discovery rate as the final measure of statistical significance.

r-fgmutils 0.9.5
Propagated dependencies: r-stringr@1.6.0 r-sqldf@0.4-11 r-png@0.1-8 r-plyr@1.8.9 r-gridextra@2.3 r-ggplot2@4.0.1 r-devemf@4.5-1 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=Fgmutils
Licenses: GPL 2
Build system: r
Synopsis: Forest Growth Model Utilities
Description:

Growth models and forest production require existing data manipulation and the creation of new data, structured from basic forest inventory data. The purpose of this package is provide functions to support these activities.

r-formulops 0.5.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/humanpred/formulops
Licenses: GPL 3
Build system: r
Synopsis: Mathematical Operations on R Formula
Description:

Perform mathematical operations on R formula (add, subtract, multiply, etc.) and substitute parts of formula.

r-factory 0.1.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/jonthegeek/factory
Licenses: Expat
Build system: r
Synopsis: Build Function Factories
Description:

Function factories are functions that make functions. They can be confusing to construct. Straightforward techniques can produce functions that are fragile or hard to understand. While more robust techniques exist to construct function factories, those techniques can be confusing. This package is designed to make it easier to construct function factories.

r-ftextra 0.6.4
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://ftextra.atusy.net
Licenses: Expat
Build system: r
Synopsis: Extensions for 'Flextable'
Description:

Build display tables easily by extending the functionality of the flextable package. Features include spanning header, grouping rows, parsing markdown and so on.

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-funreg 1.2.2
Propagated dependencies: r-mvtnorm@1.3-3 r-mgcv@1.9-4 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=funreg
Licenses: GPL 2+
Build system: r
Synopsis: Functional Regression for Irregularly Timed Data
Description:

This package performs functional regression, and some related approaches, for intensive longitudinal data (see the book by Walls & Schafer, 2006, Models for Intensive Longitudinal Data, Oxford) when such data is not necessarily observed on an equally spaced grid of times. The approach generally follows the ideas of Goldsmith, Bobb, Crainiceanu, Caffo, and Reich (2011)<DOI:10.1198/jcgs.2010.10007> and the approach taken in their sample code, but with some modifications to make it more feasible to use with long rather than wide, non-rectangular longitudinal datasets with unequal and potentially random measurement times. It also allows easy plotting of the correlation between the smoothed covariate and the outcome as a function of time, which can add additional insights on how to interpret a functional regression. Additionally, it also provides several permutation tests for the significance of the functional predictor. The heuristic interpretation of ``time is used to describe the index of the functional predictor, but the same methods can equally be used for another unidimensional continuous index, such as space along a north-south axis. Note that most of the functionality of this package has been superseded by added features after 2016 in the pfr function by Jonathan Gellar, Mathew W. McLean, Jeff Goldsmith, and Fabian Scheipl, in the refund package built by Jeff Goldsmith and co-authors and maintained by Julia Wrobel. The development of the funreg package in 2015 and 2016 was part of a research project supported by Award R03 CA171809-01 from the National Cancer Institute and Award P50 DA010075 from the National Institute on Drug Abuse. The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institute on Drug Abuse, the National Cancer Institute, or the National Institutes of Health.

r-filearray 0.2.1
Propagated dependencies: r-uuid@1.2-1 r-rcpp@1.1.0 r-fastmap@1.2.0 r-digest@0.6.39 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://dipterix.org/filearray/
Licenses: LGPL 3
Build system: r
Synopsis: File-Backed Array for Out-of-Memory Computation
Description:

Stores large arrays in files to avoid occupying large memories. Implemented with super fast gigabyte-level multi-threaded reading/writing via OpenMP'. Supports multiple non-character data types (double, float, complex, integer, logical, and raw).

r-fedstatapir 1.0.3
Propagated dependencies: r-xml2@1.5.0 r-readsdmx@0.3.1 r-magrittr@2.0.4 r-jsonlite@2.0.0 r-httr@1.4.7 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/DenchPokepon/fedstatAPIr
Licenses: Expat
Build system: r
Synopsis: Unofficial API for Fedstat (Rosstat EMISS System) for Automatic and Efficient Data Queries
Description:

An API for automatic data queries to the fedstat <https://www.fedstat.ru>, using a small set of functions with a common interface.

r-faoutlier 0.7.7
Propagated dependencies: r-sem@3.1-16 r-pbapply@1.7-4 r-mvtnorm@1.3-3 r-mirt@1.45.1 r-mass@7.3-65 r-lavaan@0.6-20 r-lattice@0.22-7
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/philchalmers/faoutlier
Licenses: GPL 2+
Build system: r
Synopsis: Influential Case Detection Methods for Factor Analysis and Structural Equation Models
Description:

This package provides tools for detecting and summarize influential cases that can affect exploratory and confirmatory factor analysis models as well as structural equation models more generally (Chalmers, 2015, <doi:10.1177/0146621615597894>; Flora, D. B., LaBrish, C. & Chalmers, R. P., 2012, <doi:10.3389/fpsyg.2012.00055>).

r-flexlsx 1.0.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/pteridin/flexlsx
Licenses: Expat
Build system: r
Synopsis: Exporting 'flextable' to 'xlsx' Files
Description:

Exports flextable objects to xlsx files, utilizing functionalities provided by flextable and openxlsx2'.

r-flexcwm 1.92
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=flexCWM
Licenses: GPL 2
Build system: r
Synopsis: Flexible Cluster-Weighted Modeling
Description:

Allows maximum likelihood fitting of cluster-weighted models, a class of mixtures of regression models with random covariates. Methods are described in Angelo Mazza, Antonio Punzo, Salvatore Ingrassia (2018) <doi:10.18637/jss.v086.i02>.

r-fportfolio 4023.84
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://r-forge.r-project.org/projects/rmetrics/
Licenses: GPL 2+
Build system: r
Synopsis: Rmetrics - Portfolio Selection and Optimization
Description:

This package provides a collection of functions to optimize portfolios and to analyze them from different points of view.

r-fishdata 1.0.1
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fishdata
Licenses: GPL 3
Build system: r
Synopsis: Small Collection of Fish Population Datasets
Description:

This package provides a collection of four datasets based around the population dynamics of migratory fish. Datasets contain both basic size information on a per fish basis, as well as otolith data that contains a per day record of fish growth history. All data in this package was collected by the author, from 2015-2016, in the Wellington region of New Zealand.

r-funspotr 0.0.5
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://brshallo.github.io/funspotr/
Licenses: Expat
Build system: r
Synopsis: Spot R Functions & Packages
Description:

Helpers for parsing out the R functions and packages used in R scripts and notebooks.

r-fracprolif 1.0.7
Propagated dependencies: r-numderiv@2016.8-1.1 r-emg@1.0.9
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fracprolif
Licenses: GPL 2 FSDG-compatible
Build system: r
Synopsis: Fraction Proliferation via a Quiescent Growth Model
Description:

This package provides functions for fitting data to a quiescent growth model, i.e. a growth process that involves members of the population who stop dividing or propagating.

r-freshr 1.0.2
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/shawnlinxl/freshr
Licenses: Expat
Build system: r
Synopsis: Make R Environment Fresh Again
Description:

This package provides a simple way to unload none-base packages and remove all global variables.

r-frailtycomprisk 0.1.1
Propagated dependencies: r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/TeamHeKA/FrailtyCompRisk
Licenses: GPL 3+
Build system: r
Synopsis: Competing Risks Models for Multi-Center Survival Data with Frailty
Description:

This package implements methods for analyzing competing risks data in multi-center survival studies using frailty models. The approach relies on a mixed proportional hazards model for the sub-distribution, allowing for cluster-specific random effects. The package provides tools for model estimation with or without frailty using Maximum Likelihood (ML) and Restricted Maximum Likelihood (REML). It supports flexible modeling of between-center heterogeneity and is particularly suited for multi-center clinical trials or registries. Core features include data simulation, likelihood computation, cluster-dependent censoring options, and testing of frailty effects. For methodological details, see Katsahian et al. (2006) <doi:10.1002/sim.2684>.

r-fido 1.1.2
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://jsilve24.github.io/fido/
Licenses: GPL 3
Build system: r
Synopsis: Bayesian Multinomial Logistic Normal Regression
Description:

This package provides methods for fitting and inspection of Bayesian Multinomial Logistic Normal Models using MAP estimation and Laplace Approximation as developed in Silverman et. Al. (2022) <https://www.jmlr.org/papers/v23/19-882.html>. Key functionality is implemented in C++ for scalability. fido replaces the previous package stray'.

Total packages: 69242