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

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-dagitty 0.3-4
Propagated dependencies: r-boot@1.3-32 r-jsonlite@2.0.0 r-mass@7.3-65 r-v8@8.0.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.dagitty.net
Licenses: GPL 2
Build system: r
Synopsis: Graphical analysis of structural causal models
Description:

This package provides a port of the web-based software DAGitty for analyzing structural causal models (also known as directed acyclic graphs or DAGs). This package computes covariate adjustment sets for estimating causal effects, enumerates instrumental variables, derives testable implications (d-separation and vanishing tetrads), generates equivalent models, and includes a simple facility for data simulation.

r-bibtex 0.5.1
Propagated dependencies: r-backports@1.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/romainfrancois/bibtex
Licenses: GPL 2+
Build system: r
Synopsis: Bibtex parser
Description:

This package provides a utility for R to parse a bibtex file.

r-desctools 0.99.60
Propagated dependencies: r-boot@1.3-32 r-cli@3.6.5 r-data-table@1.17.8 r-exact@3.3 r-expm@1.0-0 r-fs@1.6.6 r-gld@2.6.8 r-haven@2.5.5 r-httr@1.4.7 r-mass@7.3-65 r-mvtnorm@1.3-3 r-rcpp@1.1.0 r-readr@2.1.6 r-readxl@1.4.5 r-rstudioapi@0.17.1 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://andrisignorell.github.io/DescTools/
Licenses: GPL 2+
Build system: r
Synopsis: Tools for descriptive statistics
Description:

This package provides a collection of miscellaneous basic statistic functions and convenience wrappers for efficiently describing data. The author's intention was to create a toolbox, which facilitates the (notoriously time consuming) first descriptive tasks in data analysis, consisting of calculating descriptive statistics, drawing graphical summaries and reporting the results. The package contains furthermore functions to produce documents using MS Word (or PowerPoint) and functions to import data from Excel. Many of the included functions can be found scattered in other packages and other sources written partly by Titans of R. The reason for collecting them here, was primarily to have them consolidated in ONE instead of dozens of packages (which themselves might depend on other packages which are not needed at all), and to provide a common and consistent interface as far as function and arguments naming, NA handling, recycling rules etc. are concerned. Google style guides were used as naming rules (in absence of convincing alternatives). The BigCamelCase style was consequently applied to functions borrowed from contributed R packages as well.

r-laf 0.8.6
Propagated dependencies: r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/djvanderlaan/LaF
Licenses: GPL 3
Build system: r
Synopsis: Fast access to large ASCII files
Description:

This package provides methods for fast access to large ASCII files. Currently the following file formats are supported: comma separated format (CSV) and fixed width format. It is assumed that the files are too large to fit into memory, although the package can also be used to efficiently access files that do fit into memory. Methods are provided to access and process files blockwise. Furthermore, an opened file can be accessed as one would an ordinary data.frame. The LaF vignette gives an overview of the functionality provided.

r-rcppml 0.3.7
Propagated dependencies: r-matrix@1.7-4 r-rcpp@1.1.0 r-rcppeigen@0.3.4.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/zdebruine/RcppML
Licenses: GPL 2+
Build system: r
Synopsis: Rcpp machine learning library
Description:

This package provides fast machine learning algorithms including matrix factorization and divisive clustering for large sparse and dense matrices.

r-nabor 0.5.0
Propagated dependencies: r-bh@1.87.0-1 r-rcpp@1.1.0 r-rcppeigen@0.3.4.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/nabor/
Licenses: Modified BSD
Build system: r
Synopsis: Wrapper for K nearest neighbour library for low dimensions
Description:

This package provides an R wrapper for libnabo, an exact or approximate k nearest neighbour library which is optimised for low dimensional spaces (e.g. 3D). nabor includes a knn function that is designed as a drop-in replacement for the RANN function nn2. In addition, objects which include the k-d tree search structure can be returned to speed up repeated queries of the same set of target points.

r-mitml 0.4-5
Propagated dependencies: r-haven@2.5.5 r-jomo@2.7-6 r-pan@1.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/mitml/
Licenses: GPL 2+
Build system: r
Synopsis: Tools for multiple imputation in multilevel modeling
Description:

This package provides tools for multiple imputation of missing data in multilevel modeling. It includes a user-friendly interface to the packages pan and jomo, and several functions for visualization, data management and the analysis of multiply imputed data sets.

r-readbitmap 0.1.5
Dependencies: libjpeg-turbo@2.1.4 libpng@1.6.39
Propagated dependencies: r-bmp@0.3.1 r-jpeg@0.1-11 r-png@0.1-8 r-tiff@0.1-12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jefferis/readbitmap
Licenses: GPL 2+
Build system: r
Synopsis: Unified interface to read bitmap images (BMP, JPEG, PNG, TIFF)
Description:

This package provides tools to identify and read BMP, JPEG, PNG, and TIFF format bitmap images. Identification defaults to the use of the magic number embedded in the file rather than the file extension.

r-sftime 0.3.1
Propagated dependencies: r-sf@1.0-23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=sftime
Licenses: ASL 2.0
Build system: r
Synopsis: Simple feature objects that have a time column
Description:

This package provides classes and methods for spatial objects that have a registered time column, in particular for irregular spatiotemporal data. The time column can be of any type, but needs to be ordinal. Regularly laid out spatiotemporal data (vector or raster data cubes) are handled by package stars'.

r-leidenbase 0.1.35
Dependencies: libxml2@2.14.6 zlib@1.3.1
Propagated dependencies: r-igraph@2.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/cole-trapnell-lab/leidenbase
Licenses: GPL 3
Build system: r
Synopsis: R and C/C++ wrappers to run Leiden community detection algorithm
Description:

This package provides an R to C/C++ interface that runs the Leiden community detection algorithm to find a basic partition. It runs the equivalent of the leidenalg find_partition() function. This package includes the required source code files from the official leidenalg distribution and functions from the R igraph package.

r-lars 1.3
Dependencies: gfortran@14.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://web.stanford.edu/~hastie/Papers/LARS/
Licenses: GPL 2
Build system: r
Synopsis: Least angle regression software
Description:

Least Angle Regression ("LAR") is a model selection algorithm; a useful and less greedy version of traditional forward selection methods. A simple modification of the LAR algorithm implements Tibshirani's Lasso; the Lasso modification of LARS calculates the entire Lasso path of coefficients for a given problem at the cost of a single least squares fit. Another LARS modification efficiently implements epsilon Forward Stagewise linear regression.

r-cmprsk 2.2-12
Propagated dependencies: r-survival@3.8-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/cmprsk
Licenses: GPL 2+
Build system: r
Synopsis: Subdistribution analysis of competing risks
Description:

This package provides tool for estimation, testing and regression modeling of subdistribution functions in competing risks, as described in Gray (1988), A class of K-sample tests for comparing the cumulative incidence of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999), A proportional hazards model for the subdistribution of a competing risk, JASA, 94:496-509.

r-redland 1.0.17-18
Dependencies: redland@1.0.17-0.3ec9bda pcre2@10.42 zlib@1.3.1
Propagated dependencies: r-roxygen2@7.3.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=redland
Licenses: ASL 2.0
Build system: r
Synopsis: RDF library bindings in R
Description:

This package provides methods to parse, query and serialize information stored in the Resource Description Framework (RDF). This package supports RDF by implementing an R interface to the Redland RDF C library. In brief, RDF provides a structured graph consisting of Statements composed of Subject, Predicate, and Object Nodes.

r-fastcluster 1.3.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://danifold.net/fastcluster.html
Licenses: FreeBSD
Build system: r
Synopsis: Fast hierarchical clustering routines
Description:

This package implements fast hierarchical, agglomerative clustering routines. Part of the functionality is designed as drop-in replacement for existing routines: linkage() in the SciPy package scipy.cluster.hierarchy, hclust() in R's stats package, and the flashClust package. It provides the same functionality with the benefit of a much faster implementation. Moreover, there are memory-saving routines for clustering of vector data, which go beyond what the existing packages provide.

r-grandr 0.2.6
Propagated dependencies: r-cowplot@1.2.0 r-ggplot2@4.0.1 r-labeling@0.4.3 r-lfc@0.2.3 r-mass@7.3-65 r-matrix@1.7-4 r-minpack-lm@1.2-4 r-numderiv@2016.8-1.1 r-patchwork@1.3.2 r-plyr@1.8.9 r-rcurl@1.98-1.17 r-reshape2@1.4.5 r-rlang@1.1.6 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/erhard-lab/grandR
Licenses: ASL 2.0
Build system: r
Synopsis: Comprehensive analysis of nucleotide conversion sequencing data
Description:

Nucleotide conversion sequencing experiments have been developed to add a temporal dimension to RNA-seq and single-cell RNA-seq. Such experiments require specialized tools for primary processing such as GRAND-SLAM, and specialized tools for downstream analyses. grandR provides a comprehensive toolbox for quality control, kinetic modeling, differential gene expression analysis and visualization of such data.

r-glba 0.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=glba
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: General linear ballistic accumulator models
Description:

This package lets you analyze response times and accuracies from psychological experiments with the linear ballistic accumulator (LBA) model from Brown and Heathcote (2008). The LBA model is optionally fitted with explanatory variables on the parameters such as the drift rate, the boundary and the starting point parameters. A log-link function on the linear predictors can be used to ensure that parameters remain positive when needed.

r-packcircles 0.3.7
Propagated dependencies: r-checkmate@2.3.3 r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mbedward/packcircles
Licenses: Expat
Build system: r
Synopsis: Circle Packing
Description:

Algorithms to find arrangements of non-overlapping circles.

r-phytools 2.5-2
Propagated dependencies: r-ape@5.8-1 r-clustergeneration@1.3.8 r-coda@0.19-4.1 r-combinat@0.0-8 r-deoptim@2.2-8 r-doparallel@1.0.17 r-expm@1.0-0 r-foreach@1.5.2 r-maps@3.4.3 r-mass@7.3-65 r-mnormt@2.1.1 r-nlme@3.1-168 r-numderiv@2016.8-1.1 r-optimparallel@1.0-2 r-phangorn@2.12.1 r-scatterplot3d@0.3-44
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/liamrevell/phytools
Licenses: GPL 2+
Build system: r
Synopsis: Phylogenetic tools for comparative biology
Description:

This package offers extensive tools for phylogenetic analysis. It focuses on phylogenetic comparative biology but also includes methods for visualizing, analyzing, manipulating, reading, writing, and inferring phylogenetic trees. Functions for comparative biology include ancestral state reconstruction, model fitting, and phylogeny and trait data simulation. A broad range of plotting methods includes mapping trait evolution on trees, projecting trees into phenotype space or geographic maps, and visualizing correlated speciation between trees. Additional functions allow for reading, writing, analyzing, inferring, simulating, and manipulating phylogenetic trees and comparative data. Examples include computing consensus trees, simulating trees and data under various models, and attaching species or clades to a tree either randomly or non-randomly. This package provides numerous tools for tree manipulations and analyses that are valuable for phylogenetic research.

r-phylobase 0.8.12
Propagated dependencies: r-ade4@1.7-23 r-ape@5.8-1 r-rcpp@1.1.0 r-rncl@0.8.7 r-rnexml@2.4.11
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/fmichonneau/phylobase
Licenses: GPL 2+
Build system: r
Synopsis: Base package for phylogenetic structures and comparative data
Description:

This package provides a base S4 class for comparative methods, incorporating one or more trees and trait data.

r-ffbase 0.13.3
Propagated dependencies: r-bit@4.6.0 r-fastmatch@1.1-6 r-ff@4.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/edwindj/ffbase
Licenses: GPL 3
Build system: r
Synopsis: Basic statistical functions for package 'ff'
Description:

This package extends the out of memory vectors of ff with statistical functions and other utilities to ease their usage.

r-ragg 1.5.0
Dependencies: freetype@2.13.3 libjpeg-turbo@2.1.4 libpng@1.6.39 libtiff@4.4.0 libwebp@1.3.2 zlib@1.3.1
Propagated dependencies: r-systemfonts@1.3.1 r-textshaping@1.0.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://ragg.r-lib.org
Licenses: Expat
Build system: r
Synopsis: Graphic devices based on AGG
Description:

Anti-Grain Geometry (AGG) is a high-quality and high-performance 2D drawing library. The ragg package provides a set of graphic devices based on AGG to use as alternative to the raster devices provided through the grDevices package.

r-profilemodel 0.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ikosmidis/profileModel
Licenses: GPL 2+
Build system: r
Synopsis: Profiling inference functions for various model classes
Description:

This package provides tools that can be used to calculate, evaluate, plot and use for inference the profiles of *arbitrary* inference functions for arbitrary glm-like fitted models with linear predictors. More information on the methods that are implemented can be found in Kosmidis (2008) https://www.r-project.org/doc/Rnews/Rnews_2008-2.pdf.

r-signal 1.8-1
Propagated dependencies: r-mass@7.3-65
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/signal/
Licenses: GPL 2
Build system: r
Synopsis: Signal processing
Description:

This package provides a set of signal processing functions originally written for Matlab and GNU Octave. It includes filter generation utilities, filtering functions, resampling routines, and visualization of filter models. It also includes interpolation functions.

r-insol 1.2.2
Propagated dependencies: r-raster@3.6-32
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://meteoexploration.com/R/insol/index.html
Licenses: GPL 2+
Build system: r
Synopsis: Tools for calculating solar radiation
Description:

This package provides functions to compute insolation on tilted surfaces, computes atmospheric transmittance and related parameters such as: Earth radius vector, declination, sunset and sunrise, daylength, equation of time, vector in the direction of the sun, vector normal to surface, and some atmospheric physics.

Total packages: 69246