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

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-r2sample 4.1.0
Propagated dependencies: r-shiny@1.11.1 r-rcpp@1.1.0 r-microbenchmark@1.5.0 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=R2sample
Licenses: GPL 2+
Build system: r
Synopsis: Various Methods for the Two Sample Problem
Description:

The routine twosample_test() in this package runs the two sample test using various test statistic. The p values are found via permutation or large sample theory. The routine twosample_power() allows the calculation of the power in various cases, and plot_power() draws the corresponding power graphs. The routine run.studies allows a user to quickly study the power of a new method and how it compares to some of the standard ones.

r-regmmd 0.1.0
Propagated dependencies: r-rdpack@2.6.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=regMMD
Licenses: GPL 3+
Build system: r
Synopsis: Robust Regression and Estimation Through Maximum Mean Discrepancy Minimization
Description:

The functions in this package compute robust estimators by minimizing a kernel-based distance known as MMD (Maximum Mean Discrepancy) between the sample and a statistical model. Recent works proved that these estimators enjoy a universal consistency property, and are extremely robust to outliers. Various optimization algorithms are implemented: stochastic gradient is available for most models, but the package also allows gradient descent in a few models for which an exact formula is available for the gradient. In terms of distribution fit, a large number of continuous and discrete distributions are available: Gaussian, exponential, uniform, gamma, Poisson, geometric, etc. In terms of regression, the models available are: linear, logistic, gamma, beta and Poisson. Alquier, P. and Gerber, M. (2024) <doi:10.1093/biomet/asad031> Cherief-Abdellatif, B.-E. and Alquier, P. (2022) <doi:10.3150/21-BEJ1338>.

r-revtools 0.4.1
Propagated dependencies: r-viridislite@0.4.2 r-topicmodels@0.2-17 r-tm@0.7-16 r-stringdist@0.9.15 r-snowballc@0.7.1 r-slam@0.1-55 r-shinydashboard@0.7.3 r-shiny@1.11.1 r-plotly@4.11.0 r-ngram@3.2.3 r-modeltools@0.2-24 r-ade4@1.7-23
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://revtools.net
Licenses: GPL 3
Build system: r
Synopsis: Tools to Support Evidence Synthesis
Description:

Researchers commonly need to summarize scientific information, a process known as evidence synthesis'. The first stage of a synthesis process (such as a systematic review or meta-analysis) is to download a list of references from academic search engines such as Web of Knowledge or Scopus'. The traditional approach to systematic review is then to sort these data manually, first by locating and removing duplicated entries, and then screening to remove irrelevant content by viewing titles and abstracts (in that order). revtools provides interfaces for each of these tasks. An alternative approach, however, is to draw on tools from machine learning to visualise patterns in the corpus. In this case, you can use revtools to render ordinations of text drawn from article titles, keywords and abstracts, and interactively select or exclude individual references, words or topics.

r-reader 1.1.0
Propagated dependencies: r-ncmisc@1.2.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=reader
Licenses: GPL 2+
Build system: r
Synopsis: Suite of Functions to Flexibly Read Data from Files
Description:

This package provides a set of functions to simplify reading data from files. The main function, reader(), should read most common R datafile types without needing any parameters except the filename. Other functions provide simple ways of handling file paths and extensions, and automatically detecting file format and structure.

r-remap 0.3.2
Propagated dependencies: r-units@1.0-0 r-sf@1.0-23
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/jadonwagstaff/remap
Licenses: GPL 3
Build system: r
Synopsis: Regional Spatial Modeling with Continuous Borders
Description:

Automatically creates separate regression models for different spatial regions. The prediction surface is smoothed using a regional border smoothing method. If regional models are continuous, the resulting prediction surface is continuous across the spatial dimensions, even at region borders. Methodology is described in Wagstaff and Bean (2023) <doi:10.32614/RJ-2023-004>.

r-ren 0.1.0
Propagated dependencies: r-tictoc@1.2.1 r-reshape2@1.4.5 r-quadprog@1.5-8 r-matrix@1.7-4 r-lubridate@1.9.4 r-glmnet@4.1-10 r-ggplot2@4.0.1 r-foreach@1.5.2 r-doparallel@1.0.17 r-corpcor@1.6.10
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=REN
Licenses: AGPL 3+
Build system: r
Synopsis: Regularization Ensemble for Robust Portfolio Optimization
Description:

Portfolio optimization is achieved through a combination of regularization techniques and ensemble methods that are designed to generate stable out-of-sample return predictions, particularly in the presence of strong correlations among assets. The package includes functions for data preparation, parallel processing, and portfolio analysis using methods such as Mean-Variance, James-Stein, LASSO, Ridge Regression, and Equal Weighting. It also provides visualization tools and performance metrics, such as the Sharpe ratio, volatility, and maximum drawdown, to assess the results.

r-rcmdrplugin-temis 0.7.12
Propagated dependencies: r-zoo@1.8-14 r-tm@0.7-16 r-tcltk2@1.6.1 r-stringi@1.8.7 r-slam@0.1-55 r-rcolorbrewer@1.1-3 r-rcmdr@2.9-5 r-r2html@2.3.4 r-nlp@0.3-2 r-latticeextra@0.6-31 r-lattice@0.22-7 r-ca@0.71.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/nalimilan/R.TeMiS
Licenses: GPL 2+
Build system: r
Synopsis: Graphical Integrated Text Mining Solution
Description:

An R Commander plug-in providing an integrated solution to perform a series of text mining tasks such as importing and cleaning a corpus, and analyses like terms and documents counts, vocabulary tables, terms co-occurrences and documents similarity measures, time series analysis, correspondence analysis and hierarchical clustering. Corpora can be imported from spreadsheet-like files, directories of raw text files, as well as from Dow Jones Factiva', LexisNexis', Europresse and Alceste files.

r-rgw 0.3.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/abmantz/rgw
Licenses: Expat
Build system: r
Synopsis: Goodman-Weare Affine-Invariant Sampling
Description:

Implementation of the affine-invariant method of Goodman & Weare (2010) <DOI:10.2140/camcos.2010.5.65>, a method of producing Monte-Carlo samples from a target distribution.

r-rvhpdt 4.0
Propagated dependencies: r-gtools@3.9.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rvHPDT
Licenses: GPL 2+
Build system: r
Synopsis: Calling Haplotype-Based and Variant-Based Pedigree Disequilibrium Test for Rare Variants in Pedigrees
Description:

To detecting rare variants for binary traits using general pedigrees, the pedigree disequilibrium tests are proposed by collapsing rare haplotypes/variants with/without weights. To run the test, MERLIN is needed in Linux for haplotyping.

r-rhsdb 0.2.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RHSDB
Licenses: GPL 3
Build system: r
Synopsis: Ryan-Holm Step-Down Bonferroni or Sidak Procedure
Description:

The Ryan-Holm step-down Bonferroni or Sidak procedure is to control the family-wise (experiment-wise) type I error rate in the multiple comparisons. This procedure provides the adjusting p-values and adjusting CIs. The methods used in this package are referenced from John Ludbrook (2000) <doi:10.1046/j.1440-1681.2000.03223.x>.

r-rnrfa 2.1.0.7
Propagated dependencies: r-zoo@1.8-14 r-tibble@3.3.0 r-sf@1.0-23 r-lubridate@1.9.4 r-jsonlite@2.0.0 r-httr@1.4.7 r-ggplot2@4.0.1 r-ggmap@4.0.2 r-curl@7.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://ilapros.github.io/rnrfa/
Licenses: GPL 3
Build system: r
Synopsis: UK National River Flow Archive Data from R
Description:

Utility functions to retrieve data from the UK National River Flow Archive (<https://nrfa.ceh.ac.uk/>, terms and conditions: <https://nrfa.ceh.ac.uk/help/costs-terms-and-conditions>). The package contains R wrappers to the UK NRFA data temporary-API. There are functions to retrieve stations falling in a bounding box, to generate a map and extracting time series and general information. The package is fully described in Vitolo et al (2016) "rnrfa: An R package to Retrieve, Filter and Visualize Data from the UK National River Flow Archive" <https://journal.r-project.org/archive/2016/RJ-2016-036/RJ-2016-036.pdf>.

r-rank 0.2.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/selkamand/rank
Licenses: Expat
Build system: r
Synopsis: Customisable Ranking of Numerical and Categorical Data
Description:

This package provides a flexible alternative to the built-in rank() function called smartrank(). Optionally rank categorical variables by frequency (instead of in alphabetical order), and control whether ranking is based on descending/ascending order. smartrank() is suitable for both numerical and categorical data.

r-resample 0.6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=resample
Licenses: Modified BSD
Build system: r
Synopsis: Resampling Functions
Description:

Bootstrap, permutation tests, and jackknife, featuring easy-to-use syntax.

r-rankdifferencetest 2025.12.4
Propagated dependencies: r-rdpack@2.6.4 r-hmisc@5.2-4 r-generics@0.1.4 r-exactranktests@0.8-35 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://brettklamer.com/work/rankdifferencetest
Licenses: GPL 3
Build system: r
Synopsis: Kornbrot's Rank Difference Test
Description:

This package implements Kornbrot's rank difference test as described in <doi:10.1111/j.2044-8317.1990.tb00939.x>. This method is a modified Wilcoxon signed-rank test which produces consistent and meaningful results for ordinal or monotonically-transformed data.

r-rglplus 1.3
Propagated dependencies: r-rgl@1.3.31
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rglplus
Licenses: GPL 3
Build system: r
Synopsis: Extension of the 'rgl' 3D Visualization Package
Description:

This package provides 3D plotting routines that facilitate the use of the rgl package and extend its functionality. For example, the routines allow the user to directly control the camera position & orientation, as well as to generate 3D movies with a moving observer.

r-rifs 0.1.6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RIFS
Licenses: GPL 3
Build system: r
Synopsis: Random Iterated Function System
Description:

Pointwise generation and display of attractors (prefractals) of the random iterated function system (RIFS) for various combinations of probabilistic and geometric parameters of some fixed point sets (protofractals), described by Bukhovets A.G. (2012) <doi:10.1134/S0005117912020154>.

r-r2winbugs 2.1-24
Propagated dependencies: r-coda@0.19-4.1 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=R2WinBUGS
Licenses: GPL 2
Build system: r
Synopsis: Running 'WinBUGS' and 'OpenBUGS' from 'R' / 'S-PLUS'
Description:

Invoke a BUGS model in OpenBUGS or WinBUGS', a class "bugs" for BUGS results and functions to work with that class. Function write.model() allows a BUGS model file to be written. The class and auxiliary functions could be used with other MCMC programs, including JAGS'. The suggested package BRugs (only needed for function openbugs()) is only available from the CRAN archives, see <https://cran.r-project.org/package=BRugs>.

r-rhybridfinder 0.2.0
Propagated dependencies: r-seqinr@4.2-36 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RHybridFinder
Licenses: Expat
Build system: r
Synopsis: Identification of Hybrid Peptides in Immunopeptidomic Analyses
Description:

Tool for the analysis Mass Spectrometry (MS) data in the context of immunopeptidomic analysis for the identification of hybrid peptides and the predictions of binding affinity of all peptides using netMHCpan <doi:10.1093/nar/gkaa379> while providing a summary of the netMHCpan output. RHybridFinder (RHF) is destined for researchers who are looking to analyze their MS data for the purpose of identification of potential spliced peptides. This package, developed mainly in base R, is based on the workflow published by Faridi et al. in 2018 <doi:10.1126/sciimmunol.aar3947>.

r-roi-plugin-neos 1.0-2
Propagated dependencies: r-xmlrpc2@1.2 r-xml2@1.5.0 r-roi@1.0-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://roigrp.gitlab.io
Licenses: GPL 3
Build system: r
Synopsis: 'NEOS' Plug-in for the 'R' Optimization Interface
Description:

Enhances the R Optimization Infrastructure ('ROI') package with a connection to the neos server. ROI optimization problems can be directly be sent to the neos server and solution obtained in the typical ROI style.

r-rpaex 1.0.5
Propagated dependencies: r-terra@1.8-86 r-agricolae@1.3-7
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rPAex
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Automatic Detection of Experimental Unit in Precision Agriculture
Description:

This package provides a part of precision agriculture is linked to the spectral image obtained from the cameras. With the image information of the agricultural experiment, the included functions facilitate the collection of spectral data associated with the experimental units. Some designs generated in R are linked to the images, which allows the use of the information of each pixel of the image in the experimental unit and the treatment. Tables and images are generated for the analysis of the precision agriculture experiment during the entire vegetative period of the crop.

r-riskdiff 0.3.0
Propagated dependencies: r-tibble@3.3.0 r-stringr@1.6.0 r-scales@1.4.0 r-rlang@1.1.6 r-purrr@1.2.0 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/jackmurphy2351/riskdiff
Licenses: Expat
Build system: r
Synopsis: Risk Difference Estimation with Multiple Link Functions and Inverse Probability of Treatment Weighting
Description:

Calculates risk differences (or prevalence differences for cross-sectional data) and Number Needed to Treat (NNT) using generalized linear models with automatic link function selection. Provides robust model fitting with fallback methods, support for stratification and adjustment variables, inverse probability of treatment weighting (IPTW) for causal inference with NNT calculations, and publication-ready output formatting. Handles model convergence issues gracefully and provides confidence intervals using multiple approaches. Methods are based on approaches described in Mark W. Donoghoe and Ian C. Marschner (2018) "logbin: An R Package for Relative Risk Regression Using the Log-Binomial Model" <doi:10.18637/jss.v086.i09> for robust GLM fitting, Peter C. Austin (2011) "An Introduction to Propensity Score Methods for Reducing the Effects of Confounding in Observational Studies" <doi:10.1080/00273171.2011.568786> for IPTW methods, and standard epidemiological methods for risk difference estimation as described in Kenneth J. Rothman, Sander Greenland and Timothy L. Lash (2008, ISBN:9780781755641) "Modern Epidemiology".

r-rrnni 0.1.1
Propagated dependencies: r-ape@5.8-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://rrnni.biods.org/
Licenses: GPL 3+
Build system: r
Synopsis: Manipulate with RNNI Tree Space
Description:

Calculate RNNI distance between and manipulate with ranked trees. RNNI stands for Ranked Nearest Neighbour Interchange and is an extension of the classical NNI space (space of trees created by the NNI moves) to ranked trees, where internal nodes are ordered according to their heights (usually assumed to be times). The RNNI distance takes the tree topology into account, as standard NNI does, but also penalizes changes in the order of internal nodes, i.e. changes in the order of times of evolutionary events. For more information about the RNNI space see: Gavryushkin et al. (2018) <doi:10.1007/s00285-017-1167-9>, Collienne & Gavryushkin (2021) <doi:10.1007/s00285-021-01567-5>, Collienne et al. (2021) <doi:10.1007/s00285-021-01685-0>, and Collienne (2021) <http://hdl.handle.net/10523/12606>.

r-r4ss 1.44.0
Propagated dependencies: r-stringr@1.6.0 r-lifecycle@1.0.4 r-kableextra@1.4.0 r-ggplot2@4.0.1 r-forcats@1.0.1 r-dplyr@1.1.4 r-corpcor@1.6.10 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/r4ss/r4ss
Licenses: GPL 3
Build system: r
Synopsis: R Code for Stock Synthesis
Description:

This package provides a collection of R functions for use with Stock Synthesis, a fisheries stock assessment modeling platform written in ADMB by Dr. Richard D. Methot at the NOAA Northwest Fisheries Science Center. The functions include tools for summarizing and plotting results, manipulating files, visualizing model parameterizations, and various other common stock assessment tasks. This version of r4ss is compatible with Stock Synthesis versions 3.24 through 3.30 (specifically version 3.30.19.01, from April 2022).

r-ritools 0.3-5
Propagated dependencies: r-xtable@1.8-4 r-tidyr@1.3.1 r-tibble@3.3.0 r-svd@0.5.8 r-survival@3.8-3 r-sparsem@1.84-2 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RItools
Licenses: GPL 2+
Build system: r
Synopsis: Randomization Inference Tools
Description:

This package provides tools for randomization-based inference. Current focus is on the d^2 omnibus test of differences of means following Hansen and Bowers (2008) <doi:10.1214/08-STS254> . This test is useful for assessing balance in matched observational studies or for analysis of outcomes in block-randomized experiments.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457