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

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-apackoftheclones 1.3.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://qile0317.github.io/APackOfTheClones/
Licenses: Expat
Build system: r
Synopsis: Visualization of Clonal Expansion for Single Cell Immune Profiles
Description:

Visualize clonal expansion via circle-packing. APackOfTheClones extends scRepertoire to produce a publication-ready visualization of clonal expansion at a single cell resolution, by representing expanded clones as differently sized circles. The method was originally implemented by Murray Christian and Ben Murrell in the following immunology study: Ma et al. (2021) <doi:10.1126/sciimmunol.abg6356>.

r-animbook 1.0.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/KrisanatA/animbook
Licenses: Expat
Build system: r
Synopsis: Visualizing Changes in Performance Measures and Demographic Affiliations using Animation
Description:

Create an interactive visualization to be used for communication purposes. Providing the function for preparing, plotting, and animating the data. Krisanat Anukarnsakulchularp (2023) <https://github.com/KrisanatA/animbook-journal>.

r-adaplots 0.1.0
Propagated dependencies: r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=adaplots
Licenses: GPL 3
Build system: r
Synopsis: Ada-Plot and Uda-Plot for Assessing Distributional Attributes and Normality
Description:

The centralized empirical cumulative average deviation function is utilized to develop both Ada-plot and Uda-plot as alternatives to Ad-plot and Ud-plot introduced by the author. Analogous to Ad-plot, Ada-plot can identify symmetry, skewness, and outliers of the data distribution. The Uda-plot is as exceptional as Ud-plot in assessing normality. The d-value that quantifies the degree of proximity between the Uda-plot and the graph of the estimated normal density function helps guide to make decisions on confirmation of normality. Extreme values in the data can be eliminated using the 1.5IQR rule to create its robust version if user demands. Full description of the methodology can be found in the article by Wijesuriya (2025a) <doi:10.1080/03610926.2025.2558108>. Further, the development of Ad-plot and Ud-plot is contained in both article and the adplots R package by Wijesuriya (2025b & 2025c) <doi:10.1080/03610926.2024.2440583> and <doi:10.32614/CRAN.package.adplots>.

r-adnuts 1.1.2
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/Cole-Monnahan-NOAA/adnuts
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: No-U-Turn MCMC Sampling for 'ADMB' Models
Description:

Bayesian inference using the no-U-turn (NUTS) algorithm by Hoffman and Gelman (2014) <https://www.jmlr.org/papers/v15/hoffman14a.html>. Designed for AD Model Builder ('ADMB') models, or when R functions for log-density and log-density gradient are available, such as Template Model Builder models and other special cases. Functionality is similar to Stan', and the rstan and shinystan packages are used for diagnostics and inference.

r-alues 0.2.1
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/alstat/ALUES/
Licenses: Expat
Build system: r
Synopsis: Agricultural Land Use Evaluation System
Description:

Evaluates land suitability for different crops production. The package is based on the Food and Agriculture Organization (FAO) and the International Rice Research Institute (IRRI) methodology for land evaluation. Development of ALUES is inspired by similar tool for land evaluation, Land Use Suitability Evaluation Tool (LUSET). The package uses fuzzy logic approach to evaluate land suitability of a particular area based on inputs such as rainfall, temperature, topography, and soil properties. The membership functions used for fuzzy modeling are the following: Triangular, Trapezoidal and Gaussian. The methods for computing the overall suitability of a particular area are also included, and these are the Minimum, Maximum and Average. Finally, ALUES is a highly optimized library with core algorithms written in C++.

r-ananseseurat 1.2.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/JGASmits/AnanseSeurat/
Licenses: FSDG-compatible
Build system: r
Synopsis: Construct ANANSE GRN-Analysis Seurat
Description:

Enables gene regulatory network (GRN) analysis on single cell clusters, using the GRN analysis software ANANSE', Xu et al.(2021) <doi:10.1093/nar/gkab598>. Export data from Seurat objects, for GRN analysis by ANANSE implemented in snakemake'. Finally, incorporate results for visualization and interpretation.

r-adventr 0.1.8
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=adventr
Licenses: GPL 3
Build system: r
Synopsis: Interactive R Tutorials to Accompany Field (2016), "An Adventure in Statistics"
Description:

Interactive R tutorials written using learnr for Field (2016), "An Adventure in Statistics", <ISBN:9781446210451>. Topics include general workflow in R and Rstudio', the R environment and tidyverse', summarizing data, model fitting, central tendency, visualising data using ggplot2', inferential statistics and robust estimation, hypothesis testing, the general linear model, comparing means, repeated measures designs, factorial designs, multilevel models, growth models, and generalized linear models (logistic regression).

r-av 0.9.6
Dependencies: zlib@1.3.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://ropensci.r-universe.dev/av
Licenses: Expat
Build system: r
Synopsis: Working with Audio and Video in R
Description:

Bindings to FFmpeg <http://www.ffmpeg.org/> AV library for working with audio and video in R. Generates high quality video from images or R graphics with custom audio. Also offers high performance tools for reading raw audio, creating spectrograms', and converting between countless audio / video formats. This package interfaces directly to the C API and does not require any command line utilities.

r-ambit 0.2.3
Propagated dependencies: r-rcpp@1.1.0 r-nnet@7.3-20 r-lsts@2.1 r-fbasics@4041.97 r-deoptim@2.2-8
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=ambit
Licenses: GPL 3
Build system: r
Synopsis: Simulation and Estimation of Ambit Processes
Description:

Simulation and estimation tools for various types of ambit processes, including trawl processes and weighted trawl processes.

r-airportr 0.1.3
Propagated dependencies: r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/dshkol/airportr
Licenses: Expat
Build system: r
Synopsis: Convenience Tools for Working with Airport Data
Description:

Retrieves open source airport data and provides tools to look up information, translate names into codes and vice-verse, as well as some basic calculation functions for measuring distances. Data is licensed under the Open Database License.

r-anomalyscore 0.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=AnomalyScore
Licenses: GPL 3+
Build system: r
Synopsis: Anomaly Scoring for Multivariate Time Series
Description:

Compute an anomaly score for multivariate time series based on the k-nearest neighbors algorithm. Different computations of distances between time series are provided.

r-aws-ec2metadata 0.2.0
Propagated dependencies: r-jsonlite@2.0.0 r-curl@7.0.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/cloudyr/aws.ec2metadata
Licenses: GPL 2+
Build system: r
Synopsis: Get EC2 Instance Metadata
Description:

Retrieve Amazon EC2 instance metadata from within the running instance.

r-adjustedcurves 0.11.4
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/RobinDenz1/adjustedCurves
Licenses: GPL 3+
Build system: r
Synopsis: Confounder-Adjusted Survival Curves and Cumulative Incidence Functions
Description:

Estimate and plot confounder-adjusted survival curves using either Direct Adjustment', Direct Adjustment with Pseudo-Values', various forms of Inverse Probability of Treatment Weighting', two forms of Augmented Inverse Probability of Treatment Weighting', Empirical Likelihood Estimation or Targeted Maximum Likelihood Estimation'. Also includes a significance test for the difference between two adjusted survival curves and the calculation of adjusted restricted mean survival times. Additionally enables the user to estimate and plot cause-specific confounder-adjusted cumulative incidence functions in the competing risks setting using the same methods (with some exceptions). For details, see Denz et. al (2023) <doi:10.1002/sim.9681>.

r-amazonspr 0.1.0
Propagated dependencies: r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://windsor.ai/
Licenses: GPL 3
Build system: r
Synopsis: Get Amazon Sp Data via the 'Windsor.ai' API
Description:

Collect your data on digital marketing campaigns from Amazon Sp using the Windsor.ai API <https://windsor.ai/api-fields/>.

r-audubon 0.6.2
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/paithiov909/audubon
Licenses: FSDG-compatible
Build system: r
Synopsis: Japanese Text Processing Tools
Description:

This package provides a collection of Japanese text processing tools for filling Japanese iteration marks, Japanese character type conversions, segmentation by phrase, and text normalization which is based on rules for the Sudachi morphological analyzer and the NEologd (Neologism dictionary for MeCab'). These features are specific to Japanese and are not implemented in ICU (International Components for Unicode).

r-adrftools 0.1.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/ngreifer/adrftools
Licenses: GPL 2+
Build system: r
Synopsis: Estimating, Visualizing, and Testing Average Dose-Response Functions
Description:

Facilitates estimating, visualizing, and testing average dose-response functions (ADRFs) for characterizing the causal effect of a continuous (i.e., non-discrete) treatment or exposure. Includes support for frequentist and Bayesian regression models, analytical and bootstrap inference, and characterization of subgroup effects.

r-alignlv 0.1.0.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=AlignLV
Licenses: Expat
Build system: r
Synopsis: Multiple Group Item Response Theory Alignment Helpers for 'lavaan' and 'mirt'
Description:

Allows for multiple group item response theory alignment a la Mplus to be applied to lists of single-group models estimated in lavaan or mirt'. Allows item sets that are overlapping but not identical, facilitating alignment in secondary data analysis where not all items may be shared across assessments.

r-agridat 1.26
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://kwstat.github.io/agridat/
Licenses: Expat
Build system: r
Synopsis: Agricultural Datasets
Description:

Datasets from books, papers, and websites related to agriculture. Example graphics and analyses are included. Data come from small-plot trials, multi-environment trials, uniformity trials, yield monitors, and more.

r-anaconda 0.1.5
Propagated dependencies: r-rcolorbrewer@1.1-3 r-rafalib@1.0.4 r-plyr@1.8.9 r-pheatmap@1.0.13 r-lookup@1.1 r-ggrepel@0.9.6 r-ggplot2@4.0.1 r-deseq2@1.50.2 r-data-table@1.17.8 r-ape@5.8-1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/PLStenger/Anaconda
Licenses: GPL 2+
Build system: r
Synopsis: Targeted Differential and Global Enrichment Analysis of Taxonomic Rank by Shared Asvs
Description:

Targeted differential and global enrichment analysis of taxonomic rank by shared ASVs (Amplicon Sequence Variant), for high-throughput eDNA sequencing of fungi, bacteria, and metazoan. Actually works in two steps: I) Targeted differential analysis from QIIME2 data and II) Global analysis by Taxon Mann-Whitney U test analysis from targeted analysis (I) (I) Estimate variance-mean dependence in count/abundance ASVs data from high-throughput sequencing assays and test for differential represented ASVs based on a model using the negative binomial distribution. (II) NCBITaxon_MWU uses continuous measure of significance (such as fold-change or -log(p-value)) to identify NCBITaxon that are significantly enriches with either up- or down-represented ASVs. If the measure is binary (0 or 1) the script will perform a typical NCBITaxon enrichment analysis based Fisher's exact test: it will show NCBITaxon over-represented among the ASVs that have 1 as their measure. On the plot, different fonts are used to indicate significance and color indicates enrichment with either up (red) or down (blue) regulated ASVs. No colors are shown for binary measure analysis. The tree on the plot is hierarchical clustering of NCBITaxon based on shared ASVs. Categories with no branch length between them are subsets of each other. The fraction next to the category name indicates the fraction of good ASVs in it; good ASVs are the ones exceeding the arbitrary absValue cutoff (option in taxon_mwuPlot()). For Fisher's based test, specify absValue=0.5. This value does not affect statistics and is used for plotting only. The original idea was for genes differential expression analysis from Wright et al (2015) <doi:10.1186/s12864-015-1540-2>; adapted here for taxonomic analysis. The Anaconda package makes it possible to carry out these analyses by automatically creating several graphs and tables and storing them in specially created subfolders. You will need your QIIME2 pipeline output for each kingdom (eg; Fungi and/or Bacteria and/or Metazoan): i) taxonomy.tsv, ii) taxonomy_RepSeq.tsv, iii) ASV.tsv and iv) SampleSheet_comparison.txt (the latter being created by you).

r-aae-pop 0.2.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://aae-stats.github.io/aae.pop/
Licenses: ASL 2.0
Build system: r
Synopsis: Flexible Population Dynamics Simulations
Description:

Simulate population dynamics from realistically complex matrix population models in a plug-and-play fashion. Supports aspatial and spatially implicit models with one or more species and time-varying covariates, stochasticity, density dependence, additions or removals of individuals, interspecific interactions, and metapopulations.

r-alfred 0.2.1
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/onnokleen/alfred/
Licenses: Expat
Build system: r
Synopsis: Downloading Time Series from ALFRED Database for Various Vintages
Description:

This package provides direct access to the ALFRED (<https://alfred.stlouisfed.org>) and FRED (<https://fred.stlouisfed.org>) databases. Its functions return tidy data frames for different releases of the specified time series. Note that this product uses the FRED© API but is not endorsed or certified by the Federal Reserve Bank of St. Louis.

r-anovashiny2 0.1.0
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://cran.r-project.org/package=ANOVAShiny2
Licenses: GPL 2
Build system: r
Synopsis: Interactive Document for Working with Analysis of Variance
Description:

An interactive document on the topic of one-way and two-way analysis of variance using rmarkdown and shiny packages. Runtime examples are provided in the package function as well as at <https://kartikeyab.shinyapps.io/ANOVAShiny/>.

r-ataforecasting 0.0.61
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://alsabtay.github.io/ATAforecasting/
Licenses: GPL 3+
Build system: r
Synopsis: Automatic Time Series Analysis and Forecasting using the Ata Method
Description:

The Ata method (Yapar et al. (2019) <doi:10.15672/hujms.461032>), an alternative to exponential smoothing (described in Yapar (2016) <doi:10.15672/HJMS.201614320580>, Yapar et al. (2017) <doi:10.15672/HJMS.2017.493>), is a new univariate time series forecasting method which provides innovative solutions to issues faced during the initialization and optimization stages of existing forecasting methods. Forecasting performance of the Ata method is superior to existing methods both in terms of easy implementation and accurate forecasting. It can be applied to non-seasonal or seasonal time series which can be decomposed into four components (remainder, level, trend and seasonal). This methodology performed well on the M3 and M4-competition data. This package was written based on Ali Sabri Taylanâ s PhD dissertation.

r-autograph 0.6.0
Propagated dependencies: r-tidygraph@1.3.1 r-patchwork@1.3.2 r-manynet@1.7.1 r-igraph@2.2.1 r-ggraph@2.2.2 r-ggplot2@4.0.1 r-ggdendro@0.2.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://stocnet.github.io/autograph/
Licenses: Expat
Build system: r
Synopsis: Automatic Plotting and Theming of Many Graphs
Description:

Visual exploration and presentation of networks should not be difficult. This package includes functions for plotting networks and network-related metrics with sensible and pretty defaults. It includes ggplot2'-based plot methods for many popular network package classes. It also includes some novel layout algorithms, and options for straightforward, consistent themes.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457