_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-saslm 1.0.1
Propagated dependencies: r-mvtnorm@1.3-7
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sasLM
Licenses: GPL 3
Build system: r
Synopsis: 'SAS' Linear Model
Description:

This is a core implementation of SAS procedures for linear models - GLM, REG, ANOVA, TTEST, FREQ, and UNIVARIATE. Some R packages provide Type II and Type III SS. However, the results of nested and complex designs are often different from those of SAS'. Different results do not necessarily mean incorrectness. However, many want the same results as SAS'. This package aims to achieve that. Reference: Littell RC, Stroup WW, Freund RJ (2002, ISBN:0-471-22174-0).

r-tabit 0.2.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tabit
Licenses: Expat
Build system: r
Synopsis: Simple Tabulation Made Simple
Description:

Simple tabulation should be dead simple. This package is an opinionated approach to easy tabulations while also providing exact numbers and allowing for re-usability. This is achieved by providing tabulations as data.frames with columns for values, optional variable names, frequency counts including and excluding NAs and percentages for counts including and excluding NAs. Also values are automatically sorted by in decreasing order of frequency counts to allow for fast skimming of the most important information.

r-xtrec 1.0.0
Channel: guix-cran
Location: guix-cran/packages/x.scm (guix-cran packages x)
Home page: https://github.com/muhammedalkhalaf/xtrec
Licenses: GPL 3
Build system: r
Synopsis: Panel Unit Root Test Based on Recursive Detrending
Description:

This package implements the recursively detrended panel unit root tests proposed by Westerlund (2015) <doi:10.1016/j.jeconom.2014.09.013>. Two variants are provided: the basic t-REC test assuming iid errors, and the robust t-RREC test that accounts for serial correlation, cross-sectional dependence, and heteroskedasticity via defactoring and BIC-selected lag augmentation. Both tests have a standard normal null distribution requiring no mean or variance correction. The panel must be strongly balanced.

r-rsurv 0.0.2
Propagated dependencies: r-stabledist@0.7-2 r-rdpack@2.6.6 r-mass@7.3-65 r-dplyr@1.2.1 r-bellreg@0.0.2.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/fndemarqui/rsurv
Licenses: GPL 3+
Build system: r
Synopsis: Random Generation of Survival Data
Description:

Random generation of survival data from a wide range of regression models, including accelerated failure time (AFT), proportional hazards (PH), proportional odds (PO), accelerated hazard (AH), Yang and Prentice (YP), and extended hazard (EH) models. The package rsurv also stands out by its ability to generate survival data from an unlimited number of baseline distributions provided that an implementation of the quantile function of the chosen baseline distribution is available in R. Another nice feature of the package rsurv lies in the fact that linear predictors are specified via a formula-based approach, facilitating the inclusion of categorical variables and interaction terms. The functions implemented in the package rsurv can also be employed to simulate survival data with more complex structures, such as survival data with different types of censoring mechanisms, survival data with cure fraction, survival data with random effects (frailties), multivariate survival data, and competing risks survival data. Details about the R package rsurv can be found in Demarqui (2024) <doi:10.48550/arXiv.2406.01750>.

r-birta 1.31.0
Propagated dependencies: r-biobase@2.72.0 r-limma@3.68.3 r-mass@7.3-65
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/birta
Licenses: GPL 2+
Build system: r
Synopsis: Bayesian inference of regulation of transcriptional activity
Description:

Expression levels of mRNA molecules are regulated by different processes, comprising inhibition or activation by transcription factors and post-transcriptional degradation by microRNAs. birta (Bayesian Inference of Regulation of Transcriptional Activity) uses the regulatory networks of transcription factors and miRNAs together with mRNA and miRNA expression data to predict switches in regulatory activity between two conditions. A Bayesian network is used to model the regulatory structure and Markov-Chain-Monte-Carlo is applied to sample the activity states.

r-ncdf4 1.24
Dependencies: netcdf@4.9.2 zlib@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ncdf4/index.html
Licenses: GPL 3+
Build system: r
Synopsis: R interface to Unidata netCDF format data files
Description:

This package provides a high-level R interface to data files written using Unidata's netCDF library (version 4 or earlier), which are binary data files that are portable across platforms and include metadata information in addition to the data sets. Using this package, netCDF files can be opened and data sets read in easily. It is also easy to create new netCDF dimensions, variables, and files, in either version 3 or 4 format, and manipulate existing netCDF files.

rocksdb 10.4.2
Dependencies: bzip2@1.0.8 gflags@2.2.2 jemalloc@5.3.0 lz4@1.10.0 zlib@1.3.1
Propagated dependencies: snappy@1.1.9
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://rocksdb.org/
Licenses: GPL 2 ASL 2.0 Modified BSD
Build system: cmake
Synopsis: Persistent key-value store for fast storage
Description:

RocksDB is a library that forms the core building block for a fast key-value server, especially suited for storing data on flash drives. It has a Log-Structured-Merge-Database (LSM) design with flexible tradeoffs between Write-Amplification-Factor (WAF), Read-Amplification-Factor (RAF) and Space-Amplification-Factor (SAF). It has multi-threaded compactions, making it specially suitable for storing multiple terabytes of data in a single database. RocksDB is partially based on LevelDB.

r-crupr 1.4.0
Propagated dependencies: r-txdb-mmusculus-ucsc-mm9-knowngene@3.2.2 r-txdb-mmusculus-ucsc-mm10-knowngene@3.10.0 r-txdb-hsapiens-ucsc-hg38-knowngene@3.22.0 r-txdb-hsapiens-ucsc-hg19-knowngene@3.22.1 r-summarizedexperiment@1.42.0 r-seqinfo@1.2.0 r-s4vectors@0.50.1 r-rtracklayer@1.72.0 r-rsamtools@2.28.0 r-reshape2@1.4.5 r-randomforest@4.7-1.2 r-preprocesscore@1.74.0 r-matrixstats@1.5.0 r-magrittr@2.0.5 r-iranges@2.46.0 r-ggplot2@4.0.3 r-genomicranges@1.64.0 r-genomicfeatures@1.64.0 r-genomicalignments@1.48.0 r-fs@2.1.0 r-dplyr@1.2.1 r-biocparallel@1.46.0 r-bamsignals@1.44.1
Channel: guix-bioc
Location: guix-bioc/packages/c.scm (guix-bioc packages c)
Home page: https://github.com/akbariomgba/crupR
Licenses: GPL 3
Build system: r
Synopsis: An R package to predict condition-specific enhancers from ChIP-seq data
Description:

An R package that offers a workflow to predict condition-specific enhancers from ChIP-seq data. The prediction of regulatory units is done in four main steps: Step 1 - the normalization of the ChIP-seq counts. Step 2 - the prediction of active enhancers binwise on the whole genome. Step 3 - the condition-specific clustering of the putative active enhancers. Step 4 - the detection of possible target genes of the condition-specific clusters using RNA-seq counts.

r-blink 1.1.0
Propagated dependencies: r-stringdist@0.9.17 r-plyr@1.8.9
Channel: guix-cran
Location: guix-cran/packages/b.scm (guix-cran packages b)
Home page: https://cran.r-project.org/package=blink
Licenses: GPL 3
Build system: r
Synopsis: Record Linkage for Empirically Motivated Priors
Description:

An implementation of the model in Steorts (2015) <DOI:10.1214/15-BA965SI>, which performs Bayesian entity resolution for categorical and text data, for any distance function defined by the user. In addition, the precision and recall are in the package to allow one to compare to any other comparable method such as logistic regression, Bayesian additive regression trees (BART), or random forests. The experiments are reproducible and illustrated using a simple vignette. LICENSE: GPL-3 + file license.

r-cccrm 3.0.6
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.2 r-purrr@1.2.2 r-progressr@0.19.0 r-parallelly@1.47.0 r-nlmeu@0.71.7 r-nlme@3.1-169 r-mass@7.3-65 r-lifecycle@1.0.5 r-ggplot2@4.0.3 r-future@1.70.0 r-furrr@0.4.0 r-dplyr@1.2.1 r-deriv@4.2.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cccrm
Licenses: GPL 2+
Build system: r
Synopsis: Concordance Correlation Coefficient for Repeated (and Non-Repeated) Measures
Description:

Estimates the Concordance Correlation Coefficient to assess agreement. The scenarios considered are non-repeated measures, non-longitudinal repeated measures (replicates) and longitudinal repeated measures. It also includes the estimation of the one-way intraclass correlation coefficient also known as reliability index. The estimation approaches implemented are variance components and U-statistics approaches. Description of methods can be found in Fleiss (1986) <doi:10.1002/9781118032923> and Carrasco et al. (2013) <doi:10.1016/j.cmpb.2012.09.002>.

r-dyads 1.2.22.3
Propagated dependencies: r-rfast@2.1.5.2 r-mvtnorm@1.3-7 r-mass@7.3-65 r-dplyr@1.2.1 r-cholwishart@1.1.4
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dyads
Licenses: GPL 2+
Build system: r
Synopsis: Dyadic Network Analysis
Description:

This package contains functions for the MCMC simulation of (multilevel) dyadic network models j2 (Zijlstra, 2017, <doi:10.1080/0022250X.2017.1387858>) and p2 (Van Duijn, Snijders & Zijlstra, 2004, <doi: 10.1046/j.0039-0402.2003.00258.x>), the multilevel p2 model (Zijlstra, Van Duijn & Snijders (2009) <doi: 10.1348/000711007X255336>), and the bidirectional (multilevel) counterpart of the the multilevel p2 model as described in Zijlstra, Van Duijn & Snijders (2009) <doi: 10.1348/000711007X255336>, the (multilevel) b2 model.

r-ferrn 0.3.0
Propagated dependencies: r-tourr@1.2.8 r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-scales@1.4.0 r-rlang@1.2.0 r-purrr@1.2.2 r-progress@1.2.3 r-magrittr@2.0.5 r-gpgp@1.0.0 r-glue@1.8.1 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-ggforce@0.5.0 r-gganimate@1.0.11 r-dplyr@1.2.1 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/huizezhang-sherry/ferrn/
Licenses: Expat
Build system: r
Synopsis: Facilitate Exploration of touRR optimisatioN
Description:

Diagnostic plots for optimisation, with a focus on projection pursuit. These show paths the optimiser takes in the high-dimensional space in multiple ways: by reducing the dimension using principal component analysis, and also using the tour to show the path on the high-dimensional space. Several botanical colour palettes are included, reflecting the name of the package. A paper describing the methodology can be found at <https://journal.r-project.org/articles/RJ-2021-105/index.html>.

r-frapp 1.0.0
Propagated dependencies: r-shiny@1.13.0 r-nlme@3.1-169 r-gplots@3.3.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://github.com/gioiadc/FRApp
Licenses: GPL 3+
Build system: r
Synopsis: FRAP Data Analysis Using Nonlinear Mixed Effect Models with 'shiny'
Description:

Analysis of Fluorescence Recovery After Photobleaching (FRAP) experiments using nonlinear mixed-effects regression models and analysis of the results. FRApp is not limited to the analysis of FRAP experiments only. Any nonlinear mixed-effects models with an asymptotic exponential functional relationship to hierarchical data in various domains can be fitted. The analysis of data available in the package is presented in Di Credico, G., Pelucchi, S., Pauli, F. et al. (2025) <doi:10.1038/s41598-025-87154-w>.

r-knnmi 1.0
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=knnmi
Licenses: GPL 3+
Build system: r
Synopsis: k-Nearest Neighbor Mutual Information Estimator
Description:

This is a C++ mutual information (MI) library based on the k-nearest neighbor (KNN) algorithm. There are three functions provided for computing MI for continuous values, mixed continuous and discrete values, and conditional MI for continuous values. They are based on algorithms by A. Kraskov, et. al. (2004) <doi:10.1103/PhysRevE.69.066138>, BC Ross (2014)<doi:10.1371/journal.pone.0087357>, and A. Tsimpiris (2012) <doi:10.1016/j.eswa.2012.05.014>, respectively.

r-mlpwr 1.1.1
Propagated dependencies: r-rlist@0.4.6.2 r-rgenoud@5.9-0.11 r-randtoolbox@2.0.5 r-ggplot2@4.0.3 r-digest@0.6.39 r-dicekriging@1.6.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/flxzimmer/mlpwr
Licenses: GPL 3+
Build system: r
Synopsis: Power Analysis Toolbox to Find Cost-Efficient Study Designs
Description:

We implement a surrogate modeling algorithm to guide simulation-based sample size planning. The method is described in detail in our paper (Zimmer & Debelak (2023) <doi:10.1037/met0000611>). It supports multiple study design parameters and optimization with respect to a cost function. It can find optimal designs that correspond to a desired statistical power or that fulfill a cost constraint. We also provide a tutorial paper (Zimmer et al. (2023) <doi:10.3758/s13428-023-02269-0>).

r-msamp 1.0.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=msamp
Licenses: FSDG-compatible
Build system: r
Synopsis: Estimate Sample Size to Detect Bacterial Contamination in a Product Lot
Description:

Estimates the sample size needed to detect microbial contamination in a lot with a user-specified detection probability and user-specified analytical sensitivity. Various patterns of microbial contamination are accounted for: homogeneous (Poisson), heterogeneous (Poisson-Gamma) or localized(Zero-inflated Poisson). Ida Jongenburger et al. (2010) <doi:10.1016/j.foodcont.2012.02.004> "Impact of microbial distributions on food safety". Leroy Simon (1963) <doi:10.1017/S0515036100001975> "Casualty Actuarial Society - The Negative Binomial and Poisson Distributions Compared".

r-ngram 3.2.3
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/wrathematics/ngram
Licenses: FSDG-compatible
Build system: r
Synopsis: Fast n-Gram 'Tokenization'
Description:

An n-gram is a sequence of n "words" taken, in order, from a body of text. This is a collection of utilities for creating, displaying, summarizing, and "babbling" n-grams. The tokenization and "babbling" are handled by very efficient C code, which can even be built as its own standalone library. The babbler is a simple Markov chain. The package also offers a vignette with complete example workflows and information about the utilities offered in the package.

r-onnxr 0.1.2
Propagated dependencies: r-cpp11@0.5.5
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://corymccartan.com/onnxr/
Licenses: Expat
Build system: r
Synopsis: Bindings to 'ONNX' Runtime
Description:

This package provides native access to the Open Neural Network Exchange (ONNX) Runtime <https://onnxruntime.ai/>, which is a performant engine for running machine learning models that are saved to a standardized format. Rather than interfacing with ONNX via Python', as in the official onnx package, onnxr directly interfaces with the runtime's C++ API via cpp11'. Models saved to .onnx files can be loaded and run on various backends, including CPUs and Apple's CoreML library.

r-phsmm 1.0
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PHSMM
Licenses: GPL 3
Build system: r
Synopsis: Penalised Maximum Likelihood Estimation for Hidden Semi-Markov Models
Description:

This package provides tools for penalised maximum likelihood estimation of hidden semi-Markov models (HSMMs) with flexible state dwell-time distributions. These include functions for model fitting, model checking and state-decoding. The package considers HSMMs for univariate time series with state-dependent gamma, normal, Poisson or Bernoulli distributions. For details, see Pohle, J., Adam, T. and Beumer, L.T. (2021): Flexible estimation of the state dwell-time distribution in hidden semi-Markov models. <arXiv:2101.09197>.

r-paths 0.1.2
Propagated dependencies: r-twang@2.6.2 r-tidyr@1.3.2 r-metr@0.18.3 r-ggplot2@4.0.3 r-gbm@2.2.3 r-boot@1.3-32 r-bart@2.9.10
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=paths
Licenses: GPL 2+
Build system: r
Synopsis: An Imputation Approach to Estimating Path-Specific Causal Effects
Description:

In causal mediation analysis with multiple causally ordered mediators, a set of path-specific effects are identified under standard ignorability assumptions. This package implements an imputation approach to estimating these effects along with a set of bias formulas for conducting sensitivity analysis (Zhou and Yamamoto <doi:10.31235/osf.io/2rx6p>). It contains two main functions: paths() for estimating path-specific effects and sens() for conducting sensitivity analysis. Estimation uncertainty is quantified using the nonparametric bootstrap.

r-qpnca 1.1.6
Propagated dependencies: r-tidyr@1.3.2 r-magrittr@2.0.5 r-knitr@1.51 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=qpNCA
Licenses: GPL 3
Build system: r
Synopsis: Noncompartmental Pharmacokinetic Analysis by qPharmetra
Description:

Computes noncompartmental pharmacokinetic parameters for drug concentration profiles. For each profile, data imputations and adjustments are made as necessary and basic parameters are estimated. Supports single dose, multi-dose, and multi-subject data. Supports steady-state calculations and various routes of drug administration. See ?qpNCA and vignettes. Methodology follows Rowland and Tozer (2011, ISBN:978-0-683-07404-8), Gabrielsson and Weiner (1997, ISBN:978-91-9765-100-4), and Gibaldi and Perrier (1982, ISBN:978-0824710422).

r-simet 1.0.3
Propagated dependencies: r-tidyr@1.3.2 r-stringr@1.6.0 r-rlang@1.2.0 r-plyr@1.8.9 r-magrittr@2.0.5 r-lubridate@1.9.5 r-ggpubr@0.6.3 r-ggpmisc@0.7.0 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=simET
Licenses: GPL 3+
Build system: r
Synopsis: Tools for Simulation of Evapotranspiration of Field Crops and Soil Water Balance
Description:

Supports the calculation of meteorological characteristics in evapotranspiration research and reference crop evapotranspiration, and offers three models to simulate crop evapotranspiration and soil water balance in the field, including single crop coefficient and dual crop coefficient, as well as the Shuttleworth-Wallace model. These calculations main refer to Allen et al.(1998, ISBN:92-5-104219-5), Teh (2006, ISBN:1-58-112-998-X), and Liu et al.(2006) <doi:10.1016/j.agwat.2006.01.018>.

r-simts 0.2.4
Propagated dependencies: r-tidyr@1.3.2 r-scales@1.4.0 r-robcor@0.1-6.1 r-rlang@1.2.0 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-purrr@1.2.2 r-magrittr@2.0.5 r-dplyr@1.2.1 r-broom@1.0.13
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/SMAC-Group/simts
Licenses: AGPL 3 FSDG-compatible
Build system: r
Synopsis: Time Series Analysis Tools
Description:

This package provides a system contains easy-to-use tools as a support for time series analysis courses. In particular, it incorporates a technique called Generalized Method of Wavelet Moments (GMWM) as well as its robust implementation for fast and robust parameter estimation of time series models which is described, for example, in Guerrier et al. (2013) <doi: 10.1080/01621459.2013.799920>. More details can also be found in the paper linked to via the URL below.

r-saive 1.0.6
Propagated dependencies: r-vsurf@1.2.1 r-terra@1.9-27 r-rlang@1.2.0 r-proxy@0.4-29 r-doparallel@1.0.17 r-crayon@1.5.3 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/UO-SAiVE/SAiVE
Licenses: Expat
Build system: r
Synopsis: Functions Used for SAiVE Group Research, Collaborations, and Publications
Description:

Holds functions developed by the University of Ottawa's SAiVE (Spatio-temporal Analysis of isotope Variations in the Environment) research group with the intention of facilitating the re-use of code, foster good code writing practices, and to allow others to benefit from the work done by the SAiVE group. Contributions are welcome via the GitHub repository <https://github.com/UO-SAiVE/SAiVE> by group members as well as non-members.

Total packages: 32743