_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-rcsl 1.18.0
Channel: guix-bioc
Location: guix-bioc/packages/r.scm (guix-bioc packages r)
Home page: https://github.com/QinglinMei/RCSL
Licenses: Artistic License 2.0
Build system: r
Synopsis: Rank Constrained Similarity Learning for single cell RNA sequencing data
Description:

This package provides a novel clustering algorithm and toolkit RCSL (Rank Constrained Similarity Learning) to accurately identify various cell types using scRNA-seq data from a complex tissue. RCSL considers both lo-cal similarity and global similarity among the cells to discern the subtle differences among cells of the same type as well as larger differences among cells of different types. RCSL uses Spearman’s rank correlations of a cell’s expression vector with those of other cells to measure its global similar-ity, and adaptively learns neighbour representation of a cell as its local similarity. The overall similar-ity of a cell to other cells is a linear combination of its global similarity and local similarity.

r-rapi 1.0.6
Propagated dependencies: r-writexl@1.5.4 r-tibble@3.3.0 r-stringr@1.6.0 r-rlist@0.4.6.2 r-rlang@1.1.6 r-rcpp@1.1.0 r-purrr@1.2.0 r-magrittr@2.0.4 r-lubridate@1.9.4 r-jsonlite@2.0.0 r-httr2@1.2.1 r-httr@1.4.7 r-glue@1.8.0 r-dplyr@1.1.4 r-digest@0.6.39 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/DataRapi/Rapi
Licenses: Expat
Build system: r
Synopsis: Interface for Multiple Data Providers 'EDDS' and 'FRED'
Description:

Interface for multiple data sources, such as the `EDDS` API <https://evds2.tcmb.gov.tr/index.php?/evds/userDocs> of the Central Bank of the Republic of Türkiye and the `FRED` API <https://fred.stlouisfed.org/docs/api/fred/> of the Federal Reserve Bank. Both data providers require API keys for access, which users can easily obtain by creating accounts on their respective websites. The package provides caching ability with the selection of periods to increase the speed and efficiency of requests. It combines datasets requested from different sources, helping users when the data has common frequencies. While combining data frames whenever possible, it also keeps all requested data available as separate data frames to increase efficiency.

r-lmds 0.1.0
Propagated dependencies: r-assertthat@0.2.1 r-dynutils@1.0.12 r-irlba@2.3.5.1 r-matrix@1.7-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/dynverse/lmds
Licenses: GPL 3
Build system: r
Synopsis: Landmark multi-dimensional scaling
Description:

This package provides a fast dimensionality reduction method scalable to large numbers of samples. Landmark Multi-Dimensional Scaling (LMDS) is an extension of classical Torgerson MDS, but rather than calculating a complete distance matrix between all pairs of samples, only the distances between a set of landmarks and the samples are calculated.

r-abms 0.2
Propagated dependencies: r-truncnorm@1.0-9 r-mvtnorm@1.3-3 r-gigrvg@0.8 r-bayeslogit@2.3
Channel: guix-cran
Location: guix-cran/packages/a.scm (guix-cran packages a)
Home page: https://github.com/SirCornflake/BMS
Licenses: GPL 3+
Build system: r
Synopsis: Augmented Bayesian Model Selection for Regression Models
Description:

This package provides tools to perform model selection alongside estimation under Linear, Logistic, Negative binomial, Quantile, and Skew-Normal regression. Under the spike-and-slab method, a probability for each possible model is estimated with the posterior mean, credibility interval, and standard deviation of coefficients and parameters under the most probable model.

r-ewoc 0.3.0
Propagated dependencies: r-rjags@4-17 r-ggplot2@4.0.1 r-formula@1.2-5 r-foreach@1.5.2 r-dorng@1.8.6.2 r-doparallel@1.0.17 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://github.com/dnzmarcio/ewoc/
Licenses: GPL 2+
Build system: r
Synopsis: Escalation with Overdose Control
Description:

An implementation of a variety of escalation with overdose control designs introduced by Babb, Rogatko and Zacks (1998) <doi:10.1002/(SICI)1097-0258(19980530)17:10%3C1103::AID-SIM793%3E3.0.CO;2-9>. It calculates the next dose as a clinical trial proceeds and performs simulations to obtain operating characteristics.

r-frcc 1.1.0
Propagated dependencies: r-mass@7.3-65 r-corpcor@1.6.10 r-ccp@1.2 r-calibrate@1.7.7
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=FRCC
Licenses: GPL 2+
Build system: r
Synopsis: Fast Regularized Canonical Correlation Analysis
Description:

This package contains the core functions associated with Fast Regularized Canonical Correlation Analysis. Please see the following for details: Raul Cruz-Cano, Mei-Ling Ting Lee, Fast regularized canonical correlation analysis, Computational Statistics & Data Analysis, Volume 70, 2014, Pages 88-100, ISSN 0167-9473 <doi:10.1016/j.csda.2013.09.020>.

r-flir 0.6.0
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://flir.etiennebacher.com
Licenses: Expat
Build system: r
Synopsis: Find and Fix Lints in R Code
Description:

Lints are code patterns that are not optimal because they are inefficient, forget corner cases, or are less readable. flir provides a small set of functions to detect those lints and automatically fix them. It builds on astgrepr', which itself uses the Rust crate ast-grep to parse and navigate R code.

r-hmde 1.3.1
Channel: guix-cran
Location: guix-cran/packages/h.scm (guix-cran packages h)
Home page: https://traitecoevo.github.io/hmde/
Licenses: GPL 3+
Build system: r
Synopsis: Hierarchical Methods for Differential Equations
Description:

Wrapper for Stan that offers a number of in-built models to implement a hierarchical Bayesian longitudinal model for repeat observation data. Model choice selects the differential equation that is fit to the observations. Single and multi-individual models are available. O'Brien et al. (2024) <doi:10.1111/2041-210X.14463>.

r-hima 2.3.3
Propagated dependencies: r-survival@3.8-3 r-quantreg@6.1 r-nlme@3.1-168 r-ncvreg@3.16.0 r-mass@7.3-65 r-iterators@1.0.14 r-hommel@1.8 r-hdmt@1.0.5 r-hdi@0.1-10 r-glmnet@4.1-10 r-foreach@1.5.2 r-doparallel@1.0.17 r-conquer@1.3.3
Channel: guix-cran
Location: guix-cran/packages/h.scm (guix-cran packages h)
Home page: https://github.com/YinanZheng/HIMA/
Licenses: GPL 3
Build system: r
Synopsis: High-Dimensional Mediation Analysis
Description:

Allows to estimate and test high-dimensional mediation effects based on advanced mediator screening and penalized regression techniques. Methods used in the package refer to Zhang H, Zheng Y, Hou L, Liu L, HIMA: An R Package for High-Dimensional Mediation Analysis. Journal of Data Science. (2025). <doi:10.6339/25-JDS1192>.

r-hyfo 1.4.6
Propagated dependencies: r-zoo@1.8-14 r-sp@2.2-0 r-sf@1.0-23 r-reshape2@1.4.5 r-plyr@1.8.9 r-ncdf4@1.24 r-moments@0.14.1 r-mass@7.3-65 r-maps@3.4.3 r-lmom@3.2 r-ggplot2@4.0.1 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/h.scm (guix-cran packages h)
Home page: https://yuanchao-xu.github.io/hyfo/
Licenses: GPL 2
Build system: r
Synopsis: Hydrology and Climate Forecasting
Description:

Focuses on data processing and visualization in hydrology and climate forecasting. Main function includes data extraction, data downscaling, data resampling, gap filler of precipitation, bias correction of forecasting data, flexible time series plot, and spatial map generation. It is a good pre- processing and post-processing tool for hydrological and hydraulic modellers.

r-kcop 1.0.0
Propagated dependencies: r-orthopolynom@1.0-6.1 r-gtools@3.9.5 r-dplyr@1.1.4 r-copula@1.1-7
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=Kcop
Licenses: GPL 3+
Build system: r
Synopsis: Smooth Test for Equality of Copulas and Clustering Multivariate
Description:

This package implements approaches of non-parametric smooth test to compare simultaneously K(K>1) copulas and non-parametric clustering of multivariate populations with arbitrary sizes. See Yves I. Ngounou Bakam and Denys Pommeret (2022) <arXiv:2112.05623> and Yves I. Ngounou Bakam and Denys Pommeret (2022) <arXiv:2211.06338>.

r-murl 0.1-13
Propagated dependencies: r-stringr@1.6.0 r-maps@3.4.3
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://www.ryantmoore.org/software.murl.html
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Mailmerge using R, LaTeX, and the Web
Description:

This package provides mailmerge methods for reading spreadsheets of addresses and other relevant information to create standardized but customizable letters. Provides a method for mapping US ZIP codes, including those of letter recipients. Provides a method for parsing and processing html code from online job postings of the American Political Science Association.

r-mtlr 0.2.1
Propagated dependencies: r-survival@3.8-3 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/haiderstats/MTLR
Licenses: GPL 2 FSDG-compatible
Build system: r
Synopsis: Survival Prediction with Multi-Task Logistic Regression
Description:

An implementation of Multi-Task Logistic Regression (MTLR) for R. This package is based on the method proposed by Yu et al. (2011) which utilized MTLR for generating individual survival curves by learning feature weights which vary across time. This model was further extended to account for left and interval censored data.

r-mctq 0.3.2
Propagated dependencies: r-lubridate@1.9.4 r-lifecycle@1.0.4 r-hms@1.1.4 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-cli@3.6.5 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://docs.ropensci.org/mctq/
Licenses: Expat
Build system: r
Synopsis: Tools to Process the Munich ChronoType Questionnaire (MCTQ)
Description:

This package provides a complete toolkit to process the Munich ChronoType Questionnaire (MCTQ) for its three versions (standard, micro, and shift). MCTQ is a quantitative and validated tool to assess chronotypes using peoples sleep behavior, originally presented by Till Roenneberg, Anna Wirz-Justice, and Martha Merrow (2003, <doi:10.1177/0748730402239679>).

r-mpmi 0.43.2.1
Propagated dependencies: r-kernsmooth@2.23-26
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://r-forge.r-project.org/projects/mpmi/
Licenses: GPL 3
Build system: r
Synopsis: Mixed-Pair Mutual Information Estimators
Description:

Uses a kernel smoothing approach to calculate Mutual Information for comparisons between all types of variables including continuous vs continuous, continuous vs discrete and discrete vs discrete. Uses a nonparametric bias correction giving Bias Corrected Mutual Information (BCMI). Implemented efficiently in Fortran 95 with OpenMP and suited to large genomic datasets.

r-opsr 1.0.1
Propagated dependencies: r-texreg@1.39.5 r-sandwich@3.1-1 r-rdpack@2.6.4 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-mvtnorm@1.3-3 r-maxlik@1.5-2.1 r-mass@7.3-65 r-formula@1.2-5 r-car@3.1-3
Channel: guix-cran
Location: guix-cran/packages/o.scm (guix-cran packages o)
Home page: https://github.com/dheimgartner/OPSR
Licenses: GPL 3+
Build system: r
Synopsis: Ordered Probit Switching Regression
Description:

Estimates ordered probit switching regression models - a Heckman type selection model with an ordinal selection and continuous outcomes. Different model specifications are allowed for each treatment/regime. For more details on the method, see Wang & Mokhtarian (2024) <doi:10.1016/j.tra.2024.104072> or Chiburis & Lokshin (2007) <doi:10.1177/1536867X0700700202>.

r-pgam 0.4.17
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pgam
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Poisson-Gamma Additive Models
Description:

This work is an extension of the state space model for Poisson count data, Poisson-Gamma model, towards a semiparametric specification. Just like the generalized additive models (GAM), cubic splines are used for covariate smoothing. The semiparametric models are fitted by an iterative process that combines maximization of likelihood and backfitting algorithm.

r-ptak 2.0.0
Propagated dependencies: r-tensor@1.5.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://www.GeotRYcs.com
Licenses: GPL 2+
Build system: r
Synopsis: Principal Tensor Analysis on k Modes
Description:

This package provides a multiway method to decompose a tensor (array) of any order, as a generalisation of SVD also supporting non-identity metrics and penalisations. 2-way SVD with these extensions is also available. The package includes also some other multiway methods: PCAn (Tucker-n) and PARAFAC/CANDECOMP with these extensions.

r-secr 5.4.2
Propagated dependencies: r-terra@1.8-86 r-stringr@1.6.0 r-sf@1.0-23 r-secrfunc@1.0.0 r-rcppparallel@5.1.11-1 r-rcpp@1.1.0 r-raster@3.6-32 r-nlme@3.1-168 r-mvtnorm@1.3-3 r-mgcv@1.9-4 r-mass@7.3-65 r-bh@1.87.0-1 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://www.otago.ac.nz/density/
Licenses: GPL 2+
Build system: r
Synopsis: Spatially Explicit Capture-Recapture
Description:

This package provides functions to estimate the density and size of a spatially distributed animal population sampled with an array of passive detectors, such as traps, or by searching polygons or transects. Models incorporating distance-dependent detection are fitted by maximizing the likelihood. Tools are included for data manipulation and model selection.

r-srda 1.0.0
Propagated dependencies: r-mvtnorm@1.3-3 r-matrix@1.7-4 r-foreach@1.5.2 r-elasticnet@1.3 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sRDA
Licenses: Expat
Build system: r
Synopsis: Sparse Redundancy Analysis
Description:

Sparse redundancy analysis for high dimensional (biomedical) data. Directional multivariate analysis to express the maximum variance in the predicted data set by a linear combination of variables of the predictive data set. Implemented in a partial least squares framework, for more details see Csala et al. (2017) <doi:10.1093/bioinformatics/btx374>.

r-tpea 3.1.0
Propagated dependencies: r-xml@3.99-0.20 r-rcurl@1.98-1.17 r-mess@0.6.0 r-matrix@1.7-4 r-igraph@2.2.1 r-foreach@1.5.2
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=TPEA
Licenses: GPL 2
Build system: r
Synopsis: Novel Topology-Based Pathway Enrichment Analysis Approach
Description:

We described a novel Topology-based pathway enrichment analysis, which integrated the global position of the nodes and the topological property of the pathways in Kyoto Encyclopedia of Genes and Genomes Database. We also provide some functions to obtain the latest information about pathways to finish pathway enrichment analysis using this method.

r-vimp 2.3.6
Channel: guix-cran
Location: guix-cran/packages/v.scm (guix-cran packages v)
Home page: https://bdwilliamson.github.io/vimp/
Licenses: Expat
Build system: r
Synopsis: Perform Inference on Algorithm-Agnostic Variable Importance
Description:

Calculate point estimates of and valid confidence intervals for nonparametric, algorithm-agnostic variable importance measures in high and low dimensions, using flexible estimators of the underlying regression functions. For more information about the methods, please see Williamson et al. (Biometrics, 2020), Williamson et al. (JASA, 2021), and Williamson and Feng (ICML, 2020).

r-rtsa 0.2.2
Propagated dependencies: r-scales@1.4.0 r-rcpp@1.1.0 r-metafor@4.8-0 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/AnneLyng/RTSA
Licenses: GPL 2+
Build system: r
Synopsis: 'Trial Sequential Analysis' for Error Control and Inference in Sequential Meta-Analyses
Description:

Frequentist sequential meta-analysis based on Trial Sequential Analysis (TSA) in programmed in Java by the Copenhagen Trial Unit (CTU). The primary function is the calculation of group sequential designs for meta-analysis to be used for planning and analysis of both prospective and retrospective sequential meta-analyses to preserve type-I-error control under sequential testing. RTSA includes tools for sample size and trial size calculation for meta-analysis and core meta-analyses methods such as fixed-effect and random-effects models and forest plots. TSA is described in Wetterslev et. al (2008) <doi:10.1016/j.jclinepi.2007.03.013>. The methods for deriving the group sequential designs are based on Jennison and Turnbull (1999, ISBN:9780849303166).

r-rsvd 1.0.5
Propagated dependencies: r-matrix@1.7-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/erichson/rSVD
Licenses: GPL 3+
Build system: r
Synopsis: Randomized singular value decomposition
Description:

Low-rank matrix decompositions are fundamental tools and widely used for data analysis, dimension reduction, and data compression. Classically, highly accurate deterministic matrix algorithms are used for this task. However, the emergence of large-scale data has severely challenged our computational ability to analyze big data. The concept of randomness has been demonstrated as an effective strategy to quickly produce approximate answers to familiar problems such as the singular value decomposition (SVD). This package provides several randomized matrix algorithms such as the randomized singular value decomposition (rsvd), randomized principal component analysis (rpca), randomized robust principal component analysis (rrpca), randomized interpolative decomposition (rid), and the randomized CUR decomposition (rcur). In addition several plot functions are provided.

Page: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295
Total results: 31067