_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-r311 0.4.4
Propagated dependencies: r-jsonlite@2.0.0 r-curl@7.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://ropengov.github.io/r311/
Licenses: Expat
Build system: r
Synopsis: Interface to the 'open311' Standard
Description:

Access and handle APIs that use the international open311 GeoReport v2 standard for civic issue tracking <https://wiki.open311.org/GeoReport_v2/>. Retrieve civic service types and request data. Select and add available open311 endpoints and jurisdictions. Implicitly supports custom queries and open311 extensions. Requires a minimal number of hard dependencies while still allowing the integration in common R formats ('xml2', tibble', sf').

r-rdta 1.0.1
Propagated dependencies: r-rdpack@2.6.4 r-mvtnorm@1.3-3 r-mcmcpack@1.7-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=Rdta
Licenses: GPL 2
Build system: r
Synopsis: Data Transforming Augmentation for Linear Mixed Models
Description:

We provide a toolbox to fit univariate and multivariate linear mixed models via data transforming augmentation. Users can also fit these models via typical data augmentation for a comparison. It returns either maximum likelihood estimates of unknown model parameters (hyper-parameters) via an EM algorithm or posterior samples of those parameters via MCMC. Also see Tak et al. (2019) <doi:10.1080/10618600.2019.1704295>.

r-rivr 1.2-3
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/mkoohafkan/rivr
Licenses: GPL 3+
Build system: r
Synopsis: Steady and Unsteady Open-Channel Flow Computation
Description:

This package provides a tool for undergraduate and graduate courses in open-channel hydraulics. Provides functions for computing normal and critical depths, steady-state water surface profiles (e.g. backwater curves) and unsteady flow computations (e.g. flood wave routing) as described in Koohafkan MC, Younis BA (2015). "Open-channel computation with R." The R Journal, 7(2), 249â 262. <doi: 10.32614/RJ-2015-034>.

r-rmsd 0.1.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RMSD
Licenses: GPL 3+
Build system: r
Synopsis: Refined Modified Stahel-Donoho Estimators for Outlier Detection
Description:

This package provides a function for multivariate outlier detection named Modified Stahel-Donoho (MSD) estimators is contained. The function is for elliptically distributed datasets and recognizes outliers based on Mahalanobis distance. The function is called the single core version in Wada & Tsubaki (2013) <doi:10.1109/CLOUDCOM-ASIA.2013.86> and evaluated with other methods in Wada, Kawano & Tsubaki (2020) <doi:10.17713/ajs.v49i2.872>.

r-rbcc 0.1.5
Propagated dependencies: r-reshape2@1.4.5 r-qcc@2.7 r-pracma@2.4.6 r-pearsonds@1.3.2 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/kzst/rbcc
Licenses: GPL 2+
Build system: r
Synopsis: Risk-Based Control Charts
Description:

Univariate and multivariate versions of risk-based control charts. Univariate versions of control charts, such as the risk-based version of X-bar, Moving Average (MA), Exponentially Weighted Moving Average Control Charts (EWMA), and Cumulative Sum Control Charts (CUSUM) charts. The risk-based version of the multivariate T2 control chart. Plot and summary functions. Kosztyan et. al. (2016) <doi:10.1016/j.eswa.2016.06.019>.

r-rpiv 1.0.0
Propagated dependencies: r-ranger@0.17.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/cyrillsch/RPIV
Licenses: GPL 3+
Build system: r
Synopsis: Residual Prediction Test for Well-Specification of Instrumental Variable Models
Description:

This package provides a test for the well-specification of the linear instrumental variable model. The test is based on trying to predict the residuals of a two-stage least-squares regression using a random forest. Details can be found in Scheidegger, Londschien and Bühlmann (2025) "A residual prediction test for the well-specification of linear instrumental variable models" <doi:10.48550/arXiv.2506.12771>.

r-rcsf 1.0.2
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RCSF
Licenses: ASL 2.0
Build system: r
Synopsis: Airborne LiDAR Filtering Method Based on Cloth Simulation
Description:

Cloth Simulation Filter (CSF) is an airborne LiDAR (Light Detection and Ranging) ground points filtering algorithm which is based on cloth simulation. It tries to simulate the interactions between the cloth nodes and the corresponding LiDAR points, the locations of the cloth nodes can be determined to generate an approximation of the ground surface <https://www.mdpi.com/2072-4292/8/6/501/htm>.

r-rspa 0.2.8
Propagated dependencies: r-validate@1.1.7 r-lintools@0.1.7
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/markvanderloo/rspa
Licenses: GPL 3
Build system: r
Synopsis: Adapt Numerical Records to Fit (in)Equality Restrictions
Description:

Minimally adjust the values of numerical records in a data.frame, such that each record satisfies a predefined set of equality and/or inequality constraints. The constraints can be defined using the validate package. The core algorithms have recently been moved to the lintools package, refer to lintools for a more basic interface and access to a version of the algorithm that works with sparse matrices.

restic 0.18.1
Channel: abbe
Location: abbe/packages/golang.scm (abbe packages golang)
Home page: https://restic.net
Licenses: FreeBSD
Build system: nix-go
Synopsis: Fast, secure, efficient backup program.
Description:

restic is a backup program that is fast, efficient and secure. It supports the three major operating systems (Linux, macOS, Windows) and a few smaller ones (FreeBSD, OpenBSD).

r-oenb 0.0.2
Propagated dependencies: r-dplyr@1.1.4 r-xml@3.99-0.20
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/franzmohr/oenb
Licenses: GPL 2+
Build system: r
Synopsis: Tools for the OeNB Data Web Service
Description:

Tools to access data from the data web service of the OeNB, https://www.oenb.at/en/Statistics/User-Defined-Tables/webservice.html.

r-citr 0.3.2
Propagated dependencies: r-assertthat@0.2.1 r-curl@7.0.0 r-httr@1.4.7 r-miniui@0.1.2 r-refmanager@1.4.0 r-rstudioapi@0.17.1 r-shiny@1.11.1 r-shinyjs@2.1.0 r-yaml@2.3.10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/crsh/citr
Licenses: Expat
Build system: r
Synopsis: RStudio add-in to insert Markdown citations
Description:

This package provides functions and an RStudio add-in that search a BibTeX or BibLaTeX file to create and insert formatted Markdown citations into the current document.

r-huge 1.3.5
Propagated dependencies: r-igraph@2.2.1 r-mass@7.3-65 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://cran.r-project.org/web/packages/huge
Licenses: GPL 2
Build system: r
Synopsis: High-dimensional undirected graph estimation
Description:

This package provides a general framework for high-dimensional undirected graph estimation. It integrates data preprocessing, neighborhood screening, graph estimation, and model selection techniques into a pipeline.

r-mdts 1.30.0
Propagated dependencies: r-stringr@1.6.0 r-rsamtools@2.26.0 r-iranges@2.44.0 r-genomicranges@1.62.0 r-genomicalignments@1.46.0 r-dnacopy@1.84.0 r-biostrings@2.78.0
Channel: guix-bioc
Location: guix-bioc/packages/m.scm (guix-bioc packages m)
Home page: https://bioconductor.org/packages/MDTS
Licenses: Artistic License 2.0
Build system: r
Synopsis: Detection of de novo deletion in targeted sequencing trios
Description:

This package provides a package for the detection of de novo copy number deletions in targeted sequencing of trios with high sensitivity and positive predictive value.

r-peca 1.46.0
Propagated dependencies: r-rots@2.2.0 r-preprocesscore@1.72.0 r-limma@3.66.0 r-genefilter@1.92.0 r-aroma-core@3.3.2 r-aroma-affymetrix@3.2.3 r-affy@1.88.0
Channel: guix-bioc
Location: guix-bioc/packages/p.scm (guix-bioc packages p)
Home page: https://bioconductor.org/packages/PECA
Licenses: GPL 2+
Build system: r
Synopsis: Probe-level Expression Change Averaging
Description:

Calculates Probe-level Expression Change Averages (PECA) to identify differential expression in Affymetrix gene expression microarray studies or in proteomic studies using peptide-level mesurements respectively.

r-panr 1.56.0
Propagated dependencies: r-reder@3.6.2 r-pvclust@2.2-0 r-mass@7.3-65 r-igraph@2.2.1
Channel: guix-bioc
Location: guix-bioc/packages/p.scm (guix-bioc packages p)
Home page: https://bioconductor.org/packages/PANR
Licenses: Artistic License 2.0
Build system: r
Synopsis: Posterior association networks and functional modules inferred from rich phenotypes of gene perturbations
Description:

This package provides S4 classes and methods for inferring functional gene networks with edges encoding posterior beliefs of gene association types and nodes encoding perturbation effects.

r-cmhc 0.2.10
Propagated dependencies: r-tibble@3.3.0 r-stringr@1.6.0 r-rlang@1.1.6 r-readr@2.1.6 r-httr@1.4.7 r-dplyr@1.1.4 r-digest@0.6.39 r-aws-s3@0.3.22
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/mountainMath/cmhc
Licenses: Expat
Build system: r
Synopsis: Access, Retrieve, and Work with CMHC Data
Description:

Wrapper around the Canadian Mortgage and Housing Corporation (CMHC) web interface. It enables programmatic and reproducible access to a wide variety of housing data from CMHC.

r-dymo 2.0.0
Propagated dependencies: r-rlang@1.1.6 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://rpubs.com/giancarlo_vercellino/dymo
Licenses: GPL 3
Build system: r
Synopsis: Dynamic Mode Decomposition Forecasting with Conformal Predictive Sampling
Description:

The DYMO package provides tools for multi-feature time-series forecasting using a Dynamic Mode Decomposition (DMD) model combined with conformal predictive sampling for uncertainty quantification.

r-dabr 0.0.4
Propagated dependencies: r-tibble@3.3.0 r-rmariadb@1.3.4 r-magrittr@2.0.4 r-knitr@1.50
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/special-uor/dabr/
Licenses: GPL 3
Build system: r
Synopsis: Database Management with R
Description:

This package provides functions to manage databases: select, update, insert, and delete records, list tables, backup tables as CSV files, and import CSV files as tables.

r-fmdu 0.2.1
Propagated dependencies: r-smacof@2.1-7
Channel: guix-cran
Location: guix-cran/packages/f.scm (guix-cran packages f)
Home page: https://cran.r-project.org/package=fmdu
Licenses: FreeBSD
Build system: r
Synopsis: (Restricted) [external] Multidimensional Unfolding
Description:

This package provides functions for performing (external) multidimensional unfolding. Restrictions (fixed coordinates or model restrictions) are available for both row and column coordinates in all combinations.

r-gsed 2.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://cran.r-project.org/package=GSED
Licenses: GPL 3
Build system: r
Synopsis: Group Sequential Enrichment Design
Description:

This package provides function to apply "Group sequential enrichment design incorporating subgroup selection" (GSED) method proposed by Magnusson and Turnbull (2013) <doi:10.1002/sim.5738>.

r-lisa 0.1.2
Propagated dependencies: r-tibble@3.3.0
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/tyluRp/lisa
Licenses: Expat
Build system: r
Synopsis: Color Palettes from Color Lisa
Description:

This package contains 128 palettes from Color Lisa. All palettes are based on masterpieces from the worlds greatest artists. For more information, see <http://colorlisa.com/>.

r-lfda 1.1.3
Propagated dependencies: r-rarpack@0.11-0 r-plyr@1.8.9
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/terrytangyuan/lfda
Licenses: Expat
Build system: r
Synopsis: Local Fisher Discriminant Analysis
Description:

This package provides functions for performing and visualizing Local Fisher Discriminant Analysis(LFDA), Kernel Fisher Discriminant Analysis(KLFDA), and Semi-supervised Local Fisher Discriminant Analysis(SELF).

r-larf 1.4
Propagated dependencies: r-formula@1.2-5
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=LARF
Licenses: GPL 3
Build system: r
Synopsis: Local Average Response Functions for Instrumental Variable Estimation of Treatment Effects
Description:

This package provides instrumental variable estimation of treatment effects when both the endogenous treatment and its instrument are binary. Applicable to both binary and continuous outcomes.

r-mero 0.1.2
Propagated dependencies: r-progress@1.2.3 r-missforest@1.6.1 r-ggpubr@0.6.2 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MERO
Licenses: GPL 3
Build system: r
Synopsis: Performing Monte Carlo Expectation Maximization Random Forest Imputation for Biological Data
Description:

Perform missing value imputation for biological data using the random forest algorithm, the imputation aim to keep the original mean and standard deviation consistent after imputation.

Page: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280
Total results: 30698