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

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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-rclickhouse 0.6.11
Propagated dependencies: r-rcpp@1.1.1-1.1 r-dplyr@1.2.1 r-dbplyr@2.5.2 r-dbi@1.3.0 r-cli@3.6.6 r-bit64@4.8.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/IMSMWU/RClickhouse
Licenses: GPL 2
Build system: r
Synopsis: 'Yandex Clickhouse' Interface for R with Basic 'dplyr' Support
Description:

Yandex Clickhouse (<https://clickhouse.com/>) is a high-performance relational column-store database to enable big data exploration and analytics scaling to petabytes of data. Methods are provided that enable working with Yandex Clickhouse databases via DBI methods and using dplyr'/'dbplyr idioms.

r-rssrmr 0.1.0
Propagated dependencies: r-robustbase@0.99-7
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RSSRMR
Licenses: GPL 3
Build system: r
Synopsis: Robust Self-Representation Sparse Reconstruction and Manifold Regularization
Description:

Feature selection and clustering classification under the presence of multivariate outliers in high-dimensional unlabeled data.

r-roam 0.1.0
Propagated dependencies: r-rappdirs@0.3.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=roam
Licenses: Expat
Build system: r
Synopsis: Remote Objects with Active-Binding Magic
Description:

Provide helper functions for package developers to create active bindings that looks like data embedded in the package, but are downloaded from remote sources.

r-robincar2 0.2.2
Propagated dependencies: r-survival@3.8-6 r-sandwich@3.1-1 r-numderiv@2016.8-1.1 r-mass@7.3-65 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/openpharma/RobinCar2/
Licenses: ASL 2.0
Build system: r
Synopsis: ROBust INference for Covariate Adjustment in Randomized Clinical Trials
Description:

This package performs robust estimation and inference when using covariate adjustment and/or covariate-adaptive randomization in randomized controlled trials. This package is trimmed to reduce the dependencies and validated to be used across industry. See "FDA's final guidance on covariate adjustment"<https://www.regulations.gov/docket/FDA-2019-D-0934>, Tsiatis (2008) <doi:10.1002/sim.3113>, Bugni et al. (2018) <doi:10.1080/01621459.2017.1375934>, Ye, Shao, Yi, and Zhao (2023)<doi:10.1080/01621459.2022.2049278>, Ye, Shao, and Yi (2022)<doi:10.1093/biomet/asab015>, Rosenblum and van der Laan (2010)<doi:10.2202/1557-4679.1138>, Wang et al. (2021)<doi:10.1080/01621459.2021.1981338>, Ye, Bannick, Yi, and Shao (2023)<doi:10.1080/24754269.2023.2205802>, and Bannick, Shao, Liu, Du, Yi, and Ye (2024)<doi:10.48550/arXiv.2306.10213>.

r-redistmetrics 1.0.11
Propagated dependencies: r-wk@0.9.5 r-vctrs@0.7.3 r-sf@1.1-1 r-rlang@1.2.0 r-rcppthread@2.3.0 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-magrittr@2.0.5 r-libgeos@3.11.1-3 r-geos@0.2.5 r-foreach@1.5.2 r-dplyr@1.2.1 r-doparallel@1.0.17 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://alarm-redist.org/redistmetrics/
Licenses: Expat
Build system: r
Synopsis: Redistricting Metrics
Description:

Reliable and flexible tools for scoring redistricting plans using common measures and metrics. These functions provide key direct access to tools useful for non-simulation analyses of redistricting plans, such as for measuring compactness or partisan fairness. Tools are designed to work with the redist package seamlessly.

r-roopsd 0.3.9
Propagated dependencies: r-r6@2.6.1 r-numderiv@2016.8-1.1 r-lmoments@1.3-2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/yrobink/ROOPSD
Licenses: FSDG-compatible
Build system: r
Synopsis: R Object Oriented Programming for Statistical Distribution
Description:

Statistical distribution in OOP (Object Oriented Programming) way. This package proposes a R6 class interface to classic statistical distribution, and new distributions can be easily added with the class AbstractDist. A useful point is the generic fit() method for each class, which uses a maximum likelihood estimation to find the parameters of a dataset, see, e.g. Hastie, T. and al (2009) <isbn:978-0-387-84857-0>. Furthermore, the rv_histogram class gives a non-parametric fit, with the same accessors that for the classic distribution. Finally, three random generators useful to build synthetic data are given: a multivariate normal generator, an orthogonal matrix generator, and a symmetric positive definite matrix generator, see Mezzadri, F. (2007) <arXiv:math-ph/0609050>.

r-rprojtree 1.0.0
Propagated dependencies: r-rjson@0.2.23 r-magrittr@2.0.5 r-jsonlite@2.0.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/miguel-conde/rprojtree
Licenses: GPL 3+
Build system: r
Synopsis: Create Folders and Files Structure for Data Science Projects
Description:

Use JSON templates to create folders and files structure for data science projects. Includes customized templates and accepts your own as JSON files.

r-revealedprefs 0.4.2
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-pso@1.0.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=revealedPrefs
Licenses: GPL 3+
Build system: r
Synopsis: Revealed Preferences and Microeconomic Rationality
Description:

Computation of (direct and indirect) revealed preferences, fast non-parametric tests of rationality axioms (WARP, SARP, GARP), simulation of axiom-consistent data, and detection of axiom-consistent subpopulations. Rationality tests follow Varian (1982) <doi:10.2307/1912771>, axiom-consistent subpopulations follow Crawford and Pendakur (2012) <doi:10.1111/j.1468-0297.2012.02545.x>.

r-rvg 0.4.2
Dependencies: zlib@1.3.1 libpng@1.6.39
Propagated dependencies: r-xml2@1.5.2 r-systemfonts@1.3.2 r-rlang@1.2.0 r-rcpp@1.1.1-1.1 r-officer@0.7.5 r-gdtools@0.5.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://ardata-fr.github.io/officeverse/
Licenses: GPL 3
Build system: r
Synopsis: R Graphics Devices for 'Office' Vector Graphics Output
Description:

Vector Graphics devices for Microsoft PowerPoint and Microsoft Excel'. Functions extending package officer are provided to embed DrawingML graphics into Microsoft PowerPoint presentations and Microsoft Excel workbooks.

r-regimechange 0.1.1
Propagated dependencies: r-rlang@1.2.0 r-magrittr@2.0.5 r-ggplot2@4.0.3 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/IsadoreNabi/RegimeChange
Licenses: Expat
Build system: r
Synopsis: Comprehensive Regime Change Detection in Time Series
Description:

This package provides a unified framework for detecting regime changes (changepoints) in time series data. Implements both frequentist methods including Cumulative Sum (CUSUM, Page (1954) <doi:10.1093/biomet/41.1-2.100>), Pruned Exact Linear Time (PELT, Killick, Fearnhead, and Eckley (2012) <doi:10.1080/01621459.2012.737745>), Binary Segmentation, and Wild Binary Segmentation, as well as Bayesian methods such as Bayesian Online Changepoint Detection (BOCPD, Adams and MacKay (2007) <doi:10.48550/arXiv.0710.3742> and Shiryaev-Roberts. Supports offline analysis for retrospective detection and online monitoring for real-time surveillance. Provides rigorous uncertainty quantification through confidence intervals and posterior distributions. Handles univariate and multivariate series with detection of changes in mean, variance, trend, and distributional properties.

r-rddapp 1.3.3
Propagated dependencies: r-sp@2.2-1 r-shiny@1.13.0 r-sandwich@3.1-1 r-r-utils@2.13.0 r-plot3d@1.4.2 r-lmtest@0.9-40 r-formula@1.2-5 r-dt@0.34.0 r-aer@1.2-16
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rddapp
Licenses: GPL 2+
Build system: r
Synopsis: Regression Discontinuity Design Application
Description:

Estimation of both single- and multiple-assignment Regression Discontinuity Designs (RDDs). Provides both parametric (global) and non-parametric (local) estimation choices for both sharp and fuzzy designs, along with power analysis and assumption checks. Introductions to the underlying logic and analysis of RDDs are in Thistlethwaite, D. L., Campbell, D. T. (1960) <doi:10.1037/h0044319> and Lee, D. S., Lemieux, T. (2010) <doi:10.1257/jel.48.2.281>.

r-rcppclassic 0.9.14
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/eddelbuettel/rcppclassic
Licenses: GPL 2+
Build system: r
Synopsis: Deprecated 'classic' 'Rcpp' 'API'
Description:

The RcppClassic package provides a deprecated C++ library which facilitates the integration of R and C++. New projects should use the new Rcpp API in the Rcpp package.

r-radar 1.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=radar
Licenses: GPL 3+
Build system: r
Synopsis: Fundamental Formulas for Radar
Description:

Fundamental formulas for Radar, for attenuation, range, velocity, effectiveness, power, scatter, doppler, geometry, radar equations, etc. Based on Nick Guy's Python package PyRadarMet.

r-roi-plugin-highs 1.0-4
Propagated dependencies: r-roi@1.0-2 r-highs@1.12.0-3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=ROI.plugin.highs
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: 'HiGHS' Plugin for the 'R' Optimization Infrastructure
Description:

Enhances the R Optimization Infrastructure ('ROI') package with the quadratic solver HiGHS'. More information about HiGHS can be found at <https://highs.dev>.

r-revpref 0.1.0
Propagated dependencies: r-gtools@3.9.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/ksurana21/revpref
Licenses: Expat
Build system: r
Synopsis: Tools for Computational Revealed Preference Analysis
Description:

This package provides tools to (i) check consistency of a finite set of consumer demand observations with a number of revealed preference axioms at a given efficiency level, (ii) compute goodness-of-fit indices when the data do not obey the axioms, and (iii) compute power against uniformly random behavior.

r-represtools 0.1.3
Propagated dependencies: r-whisker@0.4.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://pirategrunt.com/represtools/
Licenses: GPL 3+
Build system: r
Synopsis: Reproducible Research Tools
Description:

Reproducible research tools automates the creation of an analysis directory structure and work flow. There are R markdown skeletons which encapsulate typical analytic work flow steps. Functions will create appropriate modules which may pass data from one step to another.

r-repolr 3.4
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-matrix@1.7-5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=repolr
Licenses: GPL 3
Build system: r
Synopsis: Repeated Measures Proportional Odds Logistic Regression
Description:

Fits linear models to repeated ordinal scores using GEE methodology.

r-rsyslog 1.0.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/atheriel/rsyslog
Licenses: GPL 2+
Build system: r
Synopsis: Interface to the 'syslog' System Logger
Description:

This package provides functions to write messages to the syslog system logger API, available on all POSIX'-compatible operating systems. Features include tagging messages with a priority level and application type, as well as masking (hiding) messages below a given priority level.

r-radero 1.0.8
Propagated dependencies: r-usethis@3.2.1 r-roxygen2@8.0.0 r-rcpp@1.1.1-1.1 r-patchwork@1.3.2 r-jsonlite@2.0.0 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-devtools@2.5.2 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RadEro
Licenses: GPL 2+
Build system: r
Synopsis: Cs-137 Conversion Model
Description:

This package provides a straightforward model to estimate soil migration rates across various soil contexts. Based on the compartmental, vertically-resolved, physically-based mass balance model of Soto and Navas (2004) <doi:10.1016/j.jaridenv.2004.02.003> and Soto and Navas (2008) <doi:10.1016/j.radmeas.2008.02.024>. RadEro provides a user-friendly interface in R, utilizing input data such as 137Cs inventories and parameters directly derived from soil samples (e.g., fine fraction density, effective volume) to accurately capture the 137Cs distribution within the soil profile. The model simulates annual 137Cs fallout, radioactive decay, and vertical diffusion, with the diffusion coefficient calculated from 137Cs reference inventory profiles. Additionally, it allows users to input custom parameters as calibration coefficients. The RadEro user manual and protocol, including detailed instructions on how to format input data and configuration files, can be found at the following link: <https://github.com/eead-csic-eesa/RadEro>.

r-rankinplot 1.1.0
Propagated dependencies: r-scales@1.4.0 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rankinPlot
Licenses: GPL 2+
Build system: r
Synopsis: Convenient Plotting for the Modified Rankin Scale and Other Ordinal Outcome Data
Description:

This package provides convenient tools for visualising ordinal outcome data following the "Grotta Bar" approach pioneered by The National Institute of Neurological Disorders and Stroke rt-PA Stroke Study Group (1995) <doi:10.1056/NEJM199512143332401>.

r-rsinaica 1.2.0
Propagated dependencies: r-stringr@1.6.0 r-lubridate@1.9.5 r-jsonlite@2.0.0 r-httr@1.4.8 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://hoyodesmog.diegovalle.net/rsinaica/
Licenses: Expat
Build system: r
Synopsis: Download Data from Mexico's Air Quality Information System
Description:

Easy-to-use functions for downloading air quality data from the Mexican National Air Quality Information System (SINAICA). Allows you to query pollution and meteorological parameters from more than a hundred monitoring stations located throughout Mexico. See <https://sinaica.inecc.gob.mx> for more information.

r-rnmamod 0.5.0
Propagated dependencies: r-writexl@1.5.4 r-stringr@1.6.0 r-scales@1.4.0 r-reshape2@1.4.5 r-r2jags@0.8-9 r-matrix@1.7-5 r-mass@7.3-65 r-knitr@1.51 r-igraph@2.3.1 r-heatmaply@1.6.0 r-ggrepel@0.9.8 r-ggpubr@0.6.3 r-ggplot2@4.0.3 r-ggfittext@0.10.3 r-gemtc@1.1-1 r-dendextend@1.19.1 r-coda@0.19-4.1 r-cluster@2.1.8.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://CRAN.R-project.org/package=rnmamod
Licenses: GPL 3+
Build system: r
Synopsis: Bayesian Network Meta-Analysis with Missing Participants
Description:

This package provides a comprehensive suite of functions to perform and visualise pairwise and network meta-analysis with aggregate binary or continuous missing participant outcome data. The package covers core Bayesian one-stage models implemented in a systematic review with multiple interventions, including fixed-effect and random-effects network meta-analysis, meta-regression, evaluation of the consistency assumption via the node-splitting approach and the unrelated mean effects model (original and revised model proposed by Spineli, (2022) <doi:10.1177/0272989X211068005>), and sensitivity analysis (see Spineli et al., (2021) <doi:10.1186/s12916-021-02195-y>). Missing participant outcome data are addressed in all models of the package (see Spineli, (2019) <doi:10.1186/s12874-019-0731-y>, Spineli et al., (2019) <doi:10.1002/sim.8207>, Spineli, (2019) <doi:10.1016/j.jclinepi.2018.09.002>, and Spineli et al., (2021) <doi:10.1002/jrsm.1478>). The robustness to primary analysis results can also be investigated using a novel intuitive index (see Spineli et al., (2021) <doi:10.1177/0962280220983544>). Methods to evaluate the transitivity assumption using trial dissimilarities and hierarchical clustering are provided (see Spineli, (2024) <doi:10.1186/s12874-024-02436-7>, and Spineli et al., (2025) <doi:10.1002/sim.70068>). A novel index to facilitate interpretation of local inconsistency is also available (see Spineli, (2024) <doi:10.1186/s13643-024-02680-4>) The package also offers a rich, user-friendly visualisation toolkit that aids in appraising and interpreting the results thoroughly and preparing the manuscript for journal submission. The visualisation tools comprise the network plot, forest plots, panel of diagnostic plots, heatmaps on the extent of missing participant outcome data in the network, league heatmaps on estimation and prediction, rankograms, Bland-Altman plot, leverage plot, deviance scatterplot, heatmap of robustness, barplot of Kullback-Leibler divergence, heatmap of comparison dissimilarities and dendrogram of comparison clustering. The package also allows the user to export the results to an Excel file at the working directory.

r-rformatter 0.1.1
Propagated dependencies: r-formatr@1.14
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/evolutics/RFormatter
Licenses: GPL 3
Build system: r
Synopsis: R Source Code Formatter
Description:

The R Formatter formats R source code. It is very much based on formatR, but tries to improve it by heuristics. For example, spaces can be forced around the division operator "/".

r-rplanes 0.1.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.0 r-readr@2.2.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-lubridate@1.9.5 r-ecp@3.1.6 r-dtw@1.23-2 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://signaturescience.github.io/rplanes/
Licenses: Expat
Build system: r
Synopsis: Plausibility Analysis of Epidemiological Signals
Description:

This package provides functionality to prepare data and analyze plausibility of both forecasted and reported epidemiological signals. The functions implement a set of plausibility algorithms that are agnostic to geographic and time resolutions and are calculated independently then presented as a combined score.

Total packages: 72465