_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-encode 0.3.6
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=encode
Licenses: GPL 3
Synopsis: Represent Ordered Lists and Pairs as Strings
Description:

Interconverts between ordered lists and compact string notation. Useful for capturing code lists, and pair-wise codes and decodes, for text storage. Analogous to factor levels and labels. Generics encode() and decode() perform interconversion, while codes() and decodes() extract components of an encoding. The function encoded() checks whether something is interpretable as an encoding. If a vector has an encoded guide attribute, as_factor() uses it to coerce to factor.

r-elixir 0.1.1
Propagated dependencies: r-stringr@1.6.0 r-rlang@1.1.6 r-glue@1.8.0
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://github.com/nicholasdavies/elixir
Licenses: Expat
Synopsis: Transmutation of Languages
Description:

This package provides tools for transforming R expressions. Provides functions for finding, extracting, and replacing patterns in R language objects, similarly to how regular expressions can be used to find, extract, and replace patterns in text. Also provides functions for generating code using specially-formatted template files and for translating R expressions into similar expressions in other programming languages. The package may be helpful for advanced uses of R expressions, such as developing domain-specific languages.

r-fdm2id 0.9.9
Propagated dependencies: r-pls@2.8-5 r-nnet@7.3-20 r-mclust@6.1.2 r-factominer@2.12 r-arulesviz@1.5.4 r-arules@1.7-11
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fdm2id
Licenses: GPL 3
Synopsis: Data Mining and R Programming for Beginners
Description:

This package contains functions to simplify the use of data mining methods (classification, regression, clustering, etc.), for students and beginners in R programming. Various R packages are used and wrappers are built around the main functions, to standardize the use of data mining methods (input/output): it brings a certain loss of flexibility, but also a gain of simplicity. The package name came from the French "Fouille de Données en Master 2 Informatique Décisionnelle".

r-fasstr 0.5.3
Propagated dependencies: r-zyp@0.11-1 r-tidyr@1.3.1 r-tidyhydat@0.7.2 r-scales@1.4.0 r-rcpproll@0.3.1 r-purrr@1.2.0 r-plyr@1.8.9 r-pearsonds@1.3.2 r-openxlsx@4.2.8.1 r-lubridate@1.9.4 r-ggplot2@4.0.1 r-fitdistrplus@1.2-4 r-e1071@1.7-16 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://bcgov.github.io/fasstr/
Licenses: ASL 2.0
Synopsis: Analyze, Summarize, and Visualize Daily Streamflow Data
Description:

The Flow Analysis Summary Statistics Tool for R, fasstr', provides various functions to tidy and screen daily stream discharge data, calculate and visualize various summary statistics and metrics, and compute annual trending and volume frequency analyses. It features useful function arguments for filtering of and handling dates, customizing data and metrics, and the ability to pull daily data directly from the Water Survey of Canada hydrometric database (<https://collaboration.cmc.ec.gc.ca/cmc/hydrometrics/www/>).

r-gasper 1.1.6
Propagated dependencies: r-rspectra@0.16-2 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-matrix@1.7-4 r-httr@1.4.7 r-ggplot2@4.0.1 r-curl@7.0.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://github.com/fabnavarro/gasper
Licenses: LGPL 2.0+
Synopsis: Graph Signal Processing
Description:

This package provides the standard operations for signal processing on graphs: graph Fourier transform, spectral graph wavelet transform, visualization tools. It also implements a data driven method for graph signal denoising/regression, for details see De Loynes, Navarro, Olivier (2019) <arxiv:1906.01882>. The package also provides an interface to the SuiteSparse Matrix Collection, <https://sparse.tamu.edu/>, a large and widely used set of sparse matrix benchmarks collected from a wide range of applications.

r-moveez 1.1.1
Propagated dependencies: r-gpabin@1.1.1 r-ggplot2@4.0.1 r-gganimate@1.0.11 r-dplyr@1.1.4 r-biplotez@2.2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://muvisu.github.io/moveEZ/
Licenses: Expat
Synopsis: Animated Biplots
Description:

Create animated biplots that enables dynamic visualisation of temporal or sequential changes in multivariate data by animating a single biplot across the levels of a time variable. It builds on objects from the biplotEZ package, Lubbe S, le Roux N, Nienkemper-Swanepoel J, Ganey R, Buys R, Adams Z, Manefeldt P (2024) <doi:10.32614/CRAN.package.biplotEZ>, allowing users to create animated biplots that reveal how both samples and variables evolve over time.

r-optsig 2.2
Propagated dependencies: r-pwr@1.3-0
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://cran.r-project.org/package=OptSig
Licenses: GPL 2
Synopsis: Optimal Level of Significance for Regression and Other Statistical Tests
Description:

The optimal level of significance is calculated based on a decision-theoretic approach. The optimal level is chosen so that the expected loss from hypothesis testing is minimized. A range of statistical tests are covered, including the test for the population mean, population proportion, and a linear restriction in a multiple regression model. The details are covered in Kim and Choi (2020) <doi:10.1111/abac.12172>, and Kim (2021) <doi:10.1080/00031305.2020.1750484>.

r-seqshp 0.1.1
Propagated dependencies: r-haven@2.5.5 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=seqSHP
Licenses: GPL 3+
Synopsis: Building Sequences from SHP Waves
Description:

Based on the structure of the SPSS version of the Swiss Household Panel (SHP) data, provides a function seqFromWaves() that seeks the data of variables specified by the user in each of the wave files and collects them as sequences. The function also matches the sequences with variables from other files such as the master files of persons (MP) and households (MH), and social origins (SO). It can also match with activity calendar data (CA).

r-somhca 0.2.0
Propagated dependencies: r-rcolorbrewer@1.1-3 r-maptree@1.4-9 r-kohonen@3.0.12 r-dplyr@1.1.4 r-awesom@1.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=somhca
Licenses: Expat
Synopsis: Self-Organising Maps Coupled with Hierarchical Cluster Analysis
Description:

This package implements self-organising maps combined with hierarchical cluster analysis (SOM-HCA) for clustering and visualization of high-dimensional data. The package includes functions to estimate the optimal map size based on various quality measures and to generate a model using the selected dimensions. It also performs hierarchical clustering on the map nodes to group similar units. Documentation about the SOM-HCA method is provided in Pastorelli et al. (2024) <doi:10.1002/xrs.3388>.

r-tsfknn 0.6.0
Propagated dependencies: r-rcpp@1.1.0 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/franciscomartinezdelrio/tsfknn
Licenses: GPL 2
Synopsis: Time Series Forecasting Using Nearest Neighbors
Description:

Allows forecasting time series using nearest neighbors regression Francisco Martinez, Maria P. Frias, Maria D. Perez-Godoy and Antonio J. Rivera (2019) <doi:10.1007/s10462-017-9593-z>. When the forecasting horizon is higher than 1, two multi-step ahead forecasting strategies can be used. The model built is autoregressive, that is, it is only based on the observations of the time series. The nearest neighbors used in a prediction can be consulted and plotted.

r-taipan 0.1.2
Propagated dependencies: r-shiny@1.11.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/srkobakian/taipan
Licenses: GPL 3
Synopsis: Tool for Annotating Images in Preparation for Analysis
Description:

This package provides a tool to help create shiny apps for selecting and annotating elements of images. Users must supply images, questions, and answer choices. The user interface is a dynamic shiny app, that displays the images and questions and answer choices. The data generated can be saved to a file that can be used for subsequent analysis. The original purpose was to annotate still images from tennis video for face recognition and emotion detection purposes.

r-yaml12 0.1.0
Dependencies: xz@5.4.5
Channel: guix-cran
Location: guix-cran/packages/y.scm (guix-cran packages y)
Home page: https://posit-dev.github.io/r-yaml12/
Licenses: Expat
Synopsis: Fast 'YAML' 1.2 Parser and Formatter
Description:

This package provides a fast, correct, safe, and ergonomic YAML 1.2 parser and generator written in Rust'. Convert between YAML and simple R objects with full support for multi-document streams, tags, anchors, and aliases. Offers opt-in handlers for custom tag behavior and round-trips common R data structures. Implements the YAML 1.2.2 specification from the YAML Language Development Team (2021) <https://yaml.org/spec/1.2.2/>. Proudly supported by Posit.

r-optimx 2025-4.9
Propagated dependencies: r-nloptr@2.2.1 r-numderiv@2016.8-1.1 r-pracma@2.4.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/optimx/
Licenses: GPL 2
Synopsis: Expanded replacement and extension of the optim function
Description:

This package provides a replacement and extension of the optim function to call to several function minimization codes in R in a single statement. These methods handle smooth, possibly box constrained functions of several or many parameters. Note that the function optimr was prepared to simplify the incorporation of minimization codes going forward. This package also implements some utility codes and some extra solvers, including safeguarded Newton methods. Many methods previously separate are now included here.

r-ggside 0.4.1
Propagated dependencies: r-cli@3.6.5 r-ggplot2@4.0.1 r-glue@1.8.0 r-gtable@0.3.6 r-lifecycle@1.0.4 r-rlang@1.1.6 r-s7@0.2.1 r-scales@1.4.0 r-tibble@3.3.0 r-vctrs@0.6.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=ggside
Licenses: Expat
Synopsis: Side grammar graphics that extends @code{ggplot2}
Description:

The grammar of graphics as shown in ggplot2 has provided an expressive API for users to build plots. This package ggside extends ggplot2 by allowing users to add graphical information about one of the main panel's axis using a familiar ggplot2 style API with tidy data. This package is particularly useful for visualizing metadata on a discrete axis, or summary graphics on a continuous axis such as a boxplot or a density distribution.

r-anansi 1.0.0
Propagated dependencies: r-treesummarizedexperiment@2.18.0 r-tidygraph@1.3.1 r-summarizedexperiment@1.40.0 r-singlecellexperiment@1.32.0 r-s7@0.2.1 r-s4vectors@0.48.0 r-rlang@1.1.6 r-patchwork@1.3.2 r-multiassayexperiment@1.36.1 r-matrix@1.7-4 r-igraph@2.2.1 r-ggraph@2.2.2 r-ggplot2@4.0.1 r-ggforce@0.5.0 r-forcats@1.0.1
Channel: guix-bioc
Location: guix-bioc/packages/a.scm (guix-bioc packages a)
Home page: https://github.com/thomazbastiaanssen/anansi
Licenses: GPL 3
Synopsis: Annotation-Based Analysis of Specific Interactions
Description:

Studies including both microbiome and metabolomics data are becoming more common. Often, it would be helpful to integrate both datasets in order to see if they corroborate each others patterns. All vs all association is imprecise and likely to yield spurious associations. This package takes a knowledge-based approach to constrain association search space, only considering metabolite-function pairs that have been recorded in a pathway database. This package also provides a framework to assess differential association.

r-splots 1.76.0
Propagated dependencies: r-rcolorbrewer@1.1-3
Channel: guix-bioc
Location: guix-bioc/packages/s.scm (guix-bioc packages s)
Home page: https://bioconductor.org/packages/splots
Licenses: LGPL 2.0+
Synopsis: Visualization of high-throughput assays in microtitre plate or slide format
Description:

This package is here to support legacy usages of it, but it should not be used for new code development. It provides a single function, plotScreen, for visualising data in microtitre plate or slide format. As a better alternative for such functionality, please consider the platetools package on CRAN (https://cran.r-project.org/package=platetools and https://github.com/Swarchal/platetools), or ggplot2 (geom_raster, facet_wrap) as exemplified in the vignette of this package.

r-bayest 1.5
Propagated dependencies: r-mcmcpack@1.7-1
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=bayest
Licenses: GPL 3
Synopsis: Effect Size Targeted Bayesian Two-Sample t-Tests via Markov Chain Monte Carlo in Gaussian Mixture Models
Description:

This package provides an Markov-Chain-Monte-Carlo algorithm for Bayesian t-tests on the effect size. The underlying Gibbs sampler is based on a two-component Gaussian mixture and approximates the posterior distributions of the effect size, the difference of means and difference of standard deviations. A posterior analysis of the effect size via the region of practical equivalence is provided, too. For more details about the Gibbs sampler see Kelter (2019) <arXiv:1906.07524>.

r-bsplus 0.1.5
Propagated dependencies: r-stringr@1.6.0 r-rmarkdown@2.30 r-purrr@1.2.0 r-magrittr@2.0.4 r-lubridate@1.9.4 r-jsonlite@2.0.0 r-htmltools@0.5.8.1 r-glue@1.8.0
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://ijlyttle.github.io/bsplus/
Licenses: Expat
Synopsis: Adds Functionality to the R Markdown + Shiny Bootstrap Framework
Description:

The Bootstrap framework lets you add some JavaScript functionality to your web site by adding attributes to your HTML tags - Bootstrap takes care of the JavaScript <https://getbootstrap.com/docs/3.3/javascript/>. If you are using R Markdown or Shiny, you can use these functions to create collapsible sections, accordion panels, modals, tooltips, popovers, and an accordion sidebar framework (not described at Bootstrap site). Please note this package was designed for Bootstrap 3.3.

r-citrus 1.0.2
Propagated dependencies: r-treeclust@1.1-7.1 r-tibble@3.3.0 r-stringr@1.6.0 r-rpart-plot@3.1.3 r-rpart@4.1.24 r-rlang@1.1.6 r-rcolorbrewer@1.1-3 r-ggplot2@4.0.1 r-ggally@2.4.0 r-dplyr@1.1.4 r-clustmixtype@0.4-2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=citrus
Licenses: Expat
Synopsis: Customer Intelligence Tool for Rapid Understandable Segmentation
Description:

This package provides a tool to easily run and visualise supervised and unsupervised state of the art customer segmentation. It is built like a pipeline covering the 3 main steps in a segmentation project: pre-processing, modelling, and plotting. Users can either run the pipeline as a whole, or choose to run any one of the three individual steps. It is equipped with a supervised option (tree optimisation) and an unsupervised option (k-clustering) as default models.

r-catirt 0.5.1
Propagated dependencies: r-numderiv@2016.8-1.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/swnydick/catIrt
Licenses: GPL 2+
Synopsis: Simulate IRT-Based Computerized Adaptive Tests
Description:

This package provides functions designed to simulate data that conform to basic unidimensional IRT models (for now 3-parameter binary response models and graded response models) along with Post-Hoc CAT simulations of those models given various item selection methods, ability estimation methods, and termination criteria. See Wainer (2000) <doi:10.4324/9781410605931>, van der Linden & Pashley (2010) <doi:10.1007/978-0-387-85461-8_1>, and Eggen (1999) <doi:10.1177/01466219922031365> for more details.

r-doblin 0.1.1
Propagated dependencies: r-tsdist@3.7.1 r-tidyr@1.3.1 r-reshape2@1.4.5 r-readr@2.1.6 r-purrr@1.2.0 r-proxy@0.4-27 r-magrittr@2.0.4 r-lazyeval@0.2.2 r-imputets@3.4 r-gplots@3.2.0 r-ggthemes@5.1.0 r-ggplot2@4.0.1 r-ggnewscale@0.5.2 r-entropy@1.3.2 r-dtwclust@6.0.0 r-dplyr@1.1.4 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=doblin
Licenses: GPL 3
Synopsis: 'doblin': Inferring Dominant Clonal Lineages from DNA Barcoding Time-Series
Description:

This package provides functions to quantify dominant clonal lineages from DNA barcoding time-series data. The package implements clustering of barcode lineage trajectories, based on the assumption that similar temporal dynamics indicate comparable relative fitness. It also identifies persistent clonal lineages across time points. Input data can include lineage frequency tables derived from chromosomal barcoding, mutational libraries, or CRISPR/Cas screens. For more details, see Gagné-Leroux et al. (2024) <doi:10.1101/2024.09.08.611892>.

r-falcon 0.2
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=falcon
Licenses: GPL 2+
Synopsis: Finding Allele-Specific Copy Number in Next-Generation Sequencing Data
Description:

This is a method for Allele-specific DNA Copy Number Profiling using Next-Generation Sequencing. Given the allele-specific coverage at the variant loci, this program segments the genome into regions of homogeneous allele-specific copy number. It requires, as input, the read counts for each variant allele in a pair of case and control samples. For detection of somatic mutations, the case and control samples can be the tumor and normal sample from the same individual.

r-garchx 1.6
Propagated dependencies: r-zoo@1.8-14
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://www.sucarrat.net/
Licenses: GPL 2+
Synopsis: Flexible and Robust GARCH-X Modelling
Description:

Flexible and robust estimation and inference of Generalised Autoregressive Conditional Heteroscedasticity (GARCH) models with covariates ('X') based on the results by Francq and Thieu (2019) <doi:10.1017/S0266466617000512>. Coefficients can straightforwardly be set to zero by omission, and quasi maximum likelihood methods ensure estimates are generally consistent and inference valid, even when the standardised innovations are non-normal and/or dependent over time. See <doi:10.32614/RJ-2021-057> for an overview of the package.

r-gridot 1.0.2
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=gridOT
Licenses: GPL 3
Synopsis: Approximate Optimal Transport Between Two-Dimensional Grids
Description:

Can be used for optimal transport between two-dimensional grids with respect to separable cost functions of l^p form. It utilizes the Frank-Wolfe algorithm to approximate so-called pivot measures: One-dimensional transport plans that fully describe the full transport, see G. Auricchio (2023) <doi:10.4171/RLM/1026>. For these, it offers methods for visualization and to extract the corresponding transport plans and costs. Additionally, related functions for one-dimensional optimal transport are available.

Page: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268
Total results: 30423