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

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-rtern 0.1.2
Propagated dependencies: r-rlang@1.2.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/grddavies/rtern
Licenses: Expat
Build system: r
Synopsis: Ternary Conditional Operator for R
Description:

This package provides a small language extension for succinct conditional assignment using `?` and `:`, emulating the conditional ternary operator syntax using in C, Java, JavaScript and other languages.

r-rstac 1.0.1
Propagated dependencies: r-sf@1.1-1 r-png@0.1-9 r-magrittr@2.0.5 r-jsonlite@2.0.0 r-jpeg@0.1-11 r-httr@1.4.8 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://brazil-data-cube.github.io/rstac/
Licenses: Expat
Build system: r
Synopsis: Client Library for SpatioTemporal Asset Catalog
Description:

This package provides functions to access, search and download spacetime earth observation data via SpatioTemporal Asset Catalog (STAC). This package supports the version 1.0.0 (and older) of the STAC specification (<https://github.com/radiantearth/stac-spec>). For further details see Simoes et al. (2021) <doi:10.1109/IGARSS47720.2021.9553518>.

r-rbbr 0.1.0
Propagated dependencies: r-glmnet@5.0 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://github.com/CompBioIPM/RBBR
Licenses: GPL 3
Build system: r
Synopsis: Regression-Based Boolean Rule Inference
Description:

This package provides tools for regression-based Boolean rule inference in artificial intelligence studies. The package fits ridge regression models on conjunction expansions and composes interpretable rule sets. Parallel execution is supported for multi-CPU environments.

r-rationalfun 0.1-1
Propagated dependencies: r-polynom@1.4-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/yixuan/rationalfun
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Manipulation of Rational Functions
Description:

This package provides functions to manipulate rational functions, including basic arithmetic operators, derivatives, and integrals with EXPLICIT forms.

r-rasterpdf 0.1.1
Propagated dependencies: r-png@0.1-9
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://ilarischeinin.github.io/rasterpdf
Licenses: Expat
Build system: r
Synopsis: Plot Raster Graphics in PDF Files
Description:

The ability to plot raster graphics in PDF files can be useful when one needs multi-page documents, but the plots contain so many individual elements that (the usual) use of vector graphics results in inconveniently large file sizes. Internally, the package plots each individual page as a PNG, and then combines them in one PDF file.

r-renvmodule 1.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RenvModule
Licenses: GPL 2
Build system: r
Synopsis: Interface to Allow Full Use of the Environment Modules System for Unix
Description:

This package provides environment modules functionality, which enables use of the Environment Modules system (<http://modules.sourceforge.net/>) from within the R environment. By default the user's login shell environment (ie. "bash -l") will be used to initialize the current session. The module function can also; load or unload specific software, list all the loaded software within the current session, and list all the applications available for loading from the module system. Lastly, the module function can remove all loaded software from the current session.

r-rolleigen 1.0.0
Propagated dependencies: r-roll@1.2.1 r-rcppparallel@5.1.11-2 r-rcpparmadillo@15.2.6-1 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/jasonjfoster/rolleigen
Licenses: GPL 2+
Build system: r
Synopsis: Rolling Eigenanalysis
Description:

Fast and efficient computation of rolling and expanding eigenanalysis for time-series data. The rolleigen package decomposes the covariance matrix of the explanatory variables into eigenvalues and eigenvectors to perform principal component analysis (Pearson, 1901, <doi:10.1080/14786440109462720>; Hotelling, 1933, <doi:10.1037/h0071325>) and principal component regression (Massy, 1965, <doi:10.1080/01621459.1965.10480787>) over rolling and expanding windows. For each window, the eigenvalues and eigenvectors are computed from the covariance matrix and, optionally, ordered from largest to smallest to summarize the directions of greatest variation in the data. A subset of leading components is then used to fit a regression that mitigates collinearity in the explanatory variables. Use cases include dimensionality reduction, factor extraction, and regression on collinear explanatory variables. The package supports rolling and expanding windows, weights, and handling of missing values via the min_obs, complete_obs, and na_restore arguments. The implementation uses the online and offline algorithms from the roll package to compute rolling and expanding cross-products efficiently, with parallelism across columns and windows provided by RcppParallel'.

r-r4googleads 0.1.1
Propagated dependencies: r-jsonlite@2.0.0 r-curl@7.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/banboo-data/r4googleads
Licenses: Expat
Build system: r
Synopsis: 'Google Ads API' Interface
Description:

Interface for the Google Ads API'. Google Ads is an online advertising service that enables advertisers to display advertising to web users (see <https://developers.google.com/google-ads/> for more information).

r-rpcop 1.2.3
Propagated dependencies: r-rcpp@1.1.1-1.1 r-princurve@2.1.6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/kmfrick/Rpcop
Licenses: GPL 2+
Build system: r
Synopsis: Principal Curves of Oriented Points
Description:

Principal curves generalize the notion of a first principal component to the case in which it is a nonlinear smooth curve. This package provides a function pcop(X) to compute principal curves with the algorithm defined in Delicado (2001) <doi:10.1006/jmva.2000.1917> from a data matrix X.

r-regrsm 0.5
Propagated dependencies: r-rmpi@0.7-3.4 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: http://www.ipipan.eu/~teisseyrep/SOFTWARE/
Licenses: LGPL 2.0 LGPL 3 GPL 2 GPL 3
Build system: r
Synopsis: Random Subspace Method (RSM) for Linear Regression
Description:

This package performs Random Subspace Method (RSM) for high-dimensional linear regression to obtain variable importance measures. The final model is chosen based on validation set or Generalized Information Criterion.

r-rflocalfdr 0.9
Propagated dependencies: r-sn@2.1.3 r-ranger@0.18.0 r-randomforest@4.7-1.2 r-minpack-lm@1.2-4 r-fitdistrplus@1.2-6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RFlocalfdr
Licenses: GPL 3+
Build system: r
Synopsis: Significance Level for Random Forest Impurity Importance Scores
Description:

Sets a significance level for Random Forest MDI (Mean Decrease in Impurity, Gini or sum of squares) variable importance scores, using an empirical Bayes approach. See Dunne et al. (2022) <doi:10.1101/2022.04.06.487300>.

r-rxref 0.4.0
Propagated dependencies: r-vctrs@0.7.3 r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.0 r-purrr@1.2.2 r-memoise@2.0.1 r-lifecycle@1.0.5 r-jsonlite@2.0.0 r-httr2@1.2.2 r-dplyr@1.2.1 r-digest@0.6.39 r-cli@3.6.6 r-cachem@1.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/ssmithm/rxref
Licenses: Expat
Build system: r
Synopsis: Tidy Utilities for RxNorm and NDC Resolution
Description:

This package provides a tidy, vectorized interface to the RxNorm / RxNav API for resolving drug names, RxCUIs, National Drug Codes (NDCs), and related drug concept metadata. The package supports workflows for mapping between drug names, RxCUIs, NDCs, ingredients, products, drug classes, and related concepts using data from the National Library of Medicine's RxNav services <https://lhncbc.nlm.nih.gov/RxNav/APIs/> and RxNorm <https://www.nlm.nih.gov/research/umls/rxnorm/>.

r-rbearcat 0.2.2
Propagated dependencies: r-xaringan@0.31 r-usethis@3.2.1 r-stringr@1.6.0 r-scales@1.4.0 r-rmarkdown@2.31 r-rlang@1.2.0 r-readr@2.2.0 r-purrr@1.2.2 r-patchwork@1.3.2 r-officer@0.7.5 r-modelsummary@2.6.0 r-magrittr@2.0.5 r-lubridate@1.9.5 r-lmtest@0.9-40 r-knitr@1.51 r-kableextra@1.4.0 r-git2r@0.36.2 r-ggplot2@4.0.3 r-gert@2.3.1 r-forcats@1.0.1 r-flextable@0.9.11 r-dplyr@1.2.1 r-data-table@1.18.4 r-colorspace@2.1-2 r-broom@1.0.13 r-bookdown@0.46
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/saannidhya/Rbearcat
Licenses: Expat
Build system: r
Synopsis: University of Cincinnati Themes and Utilities for Econometrics and Data Science
Description:

This package provides plotting helpers, table-formatting utilities, and report templates for econometrics, model development, and applied data analysis. Includes University of Cincinnati branded themes for ggplot2', modelsummary', flextable', rmarkdown', bookdown', and quarto'.

r-rtemis-llm 0.8.1
Propagated dependencies: r-s7@0.2.2 r-rtemis-core@0.4.6 r-jsonlite@2.0.0 r-httr2@1.2.2 r-digest@0.6.39 r-data-table@1.18.4 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://www.rtemis.org
Licenses: GPL 3+
Build system: r
Synopsis: Large Language Models and Agentic AI
Description:

Unified interface for creating LLM and Agent objects, generating responses and performing batch inference based on a type-checked and validated S7 backend. Features reasoning, structured output, memory management, and tool use. Supports Ollama <https://docs.ollama.com/api>, OpenAI'-compatible <https://developers.openai.com/api/reference/overview>, and Anthropic'-compatible <https://platform.claude.com/docs/en/api/getting-started> endpoints.

r-r1magic 0.3.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=R1magic
Licenses: GPL 3+
Build system: r
Synopsis: Compressive Sampling: Sparse Signal Recovery Utilities
Description:

Utilities for sparse signal recovery suitable for compressed sensing. L1, L2 and TV penalties, DFT basis matrix, simple sparse signal generator, mutual cumulative coherence between two matrices and examples, Lp complex norm, scaling back regression coefficients.

r-rcppbessel 1.0.1
Propagated dependencies: r-rdpack@2.6.6 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/alexiosg/RcppBessel
Licenses: GPL 2+
Build system: r
Synopsis: Bessel Functions Rcpp Interface
Description:

Exports an Rcpp interface for the Bessel functions in the Bessel package, which can then be called from the C++ code of other packages. For the original Fortran implementation of these functions see Amos (1995) <doi:10.1145/212066.212078>.

r-rpackedbar 0.2.2
Propagated dependencies: r-shiny@1.13.0 r-scales@1.4.0 r-plotly@4.12.0 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/AdamSpannbauer/rPackedBar
Licenses: Expat
Build system: r
Synopsis: Packed Bar Charts with 'plotly'
Description:

Packed bar charts are a variation of treemaps for visualizing skewed data. The concept was introduced by Xan Gregg at JMP'.

r-rfriend 3.2.0
Dependencies: pandoc@3.7.0.2
Propagated dependencies: r-xfun@0.57 r-writexl@1.5.4 r-tidyr@1.3.2 r-this-path@2.8.0 r-rstudioapi@0.18.0 r-rstatix@0.7.3 r-rmarkdown@2.31 r-rlang@1.2.0 r-png@0.1-9 r-pander@0.6.6 r-nortest@1.0-4 r-mumin@1.48.19 r-magick@2.9.1 r-lmertest@3.2-1 r-lme4@2.0-1 r-lifecycle@1.0.5 r-knitr@1.51 r-gridextra@2.3 r-ggplot2@4.0.3 r-emmeans@2.0.3 r-dplyr@1.2.1 r-dharma@0.4.7 r-crayon@1.5.3 r-car@3.1-5 r-bestnormalize@1.9.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://delde001.github.io/rfriend/
Licenses: GPL 3
Build system: r
Synopsis: Provides Batch Functions and Visualisation for Basic Statistical Procedures
Description:

Designed to streamline data analysis and statistical testing, reducing the length of R scripts while generating well-formatted outputs in pdf', Microsoft Word', and Microsoft Excel formats. In essence, the package contains functions which are sophisticated wrappers around existing R functions that are called by using f_ (user f_riendly) prefix followed by the normal function name. This third version of the rfriend package focuses primarily on data exploration, including tools for creating summary tables, f_summary(), summary figures, f_scan(), outlier detection and removal, f_outlier() and f_remove_outliers(), performing data transformations, f_boxcox() in part based on MASS/boxcox and rcompanion', and f_bestNormalize() which wraps and extends functionality from the bestNormalize package. Furthermore, rfriend can automatically (or on request) generate visualizations such as boxplots, f_boxplot(), QQ-plots, f_qqnorm(), and histograms f_hist(). Additionally, the package includes several statistical test functions: f_aov(), f_chisq_test(), f_corplot(), f_kruskal_test(), f_lmer(), f_glm(), f_t_test(), f_wilcox_test(), for sequential testing and visualisation of the similar named stats functions. These functions, except for f_chisq_test(), support testing multiple response variables and predictors, while also handling assumption checks, data transformations, and post hoc tests. Post hoc results are automatically summarized in a table using the compact letter display (cld) format for easy interpretation. The package also provides a function to do model comparison, f_model_comparison(), and several utility functions to simplify common R tasks. For example, f_clear() clears the workspace and restarts R with a single command; f_setwd() sets the working directory to match the directory of the current script; f_theme() quickly changes RStudio themes; and f_factors() converts multiple columns of a data frame to factors, and much more. If you encounter any issues or have feature requests, please feel free to contact me via email.

r-retimer 0.1.3
Propagated dependencies: r-tuner@1.4.7 r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-signal@1.8-1 r-seewave@2.2.4 r-rpraat@1.3.2-1 r-purrr@1.2.2 r-phontools@0.2-2.2 r-gsignal@0.3-7 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=retimer
Licenses: Expat
Build system: r
Synopsis: Retime and Analyse Speech Signals
Description:

Retime speech signals with a native Waveform Similarity Overlap-Add (WSOLA) implementation translated from the TSM toolbox by Driedger & Müller (2014) <https://www.audiolabs-erlangen.de/content/resources/MIR/TSMtoolbox/2014_DriedgerMueller_TSM-Toolbox_DAFX.pdf>. Design retimings and pitch (f0) transformations with tidy data and apply them via Praat interface. Produce spectrograms, spectra, and amplitude envelopes. Includes implementation of vocalic speech envelope analysis (fft_spectrum) technique and example data (mm1) from Tilsen, S., & Johnson, K. (2008) <doi:10.1121/1.2947626>.

r-ripserr 1.0.0
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/tdaverse/ripserr/
Licenses: GPL 3
Build system: r
Synopsis: Calculate Persistent Homology with Ripser-Based Engines
Description:

Ports the Ripser <doi:10.48550/arXiv.1908.02518> and Cubical Ripser <doi:10.48550/arXiv.2005.12692> persistent homology calculation engines from C++. Can be used as a rapid calculation tool in topological data analysis pipelines.

r-rsdk 1.0.1
Propagated dependencies: r-testthat@3.3.2 r-shinywidgets@0.9.1 r-shiny@1.13.0 r-keys@0.1.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RSDK
Licenses: Expat
Build system: r
Synopsis: Sudoku with R
Description:

This is a sudoku game package with a shiny application for playing .

r-rerddap 1.3.0
Propagated dependencies: r-xml2@1.5.2 r-tibble@3.3.1 r-ncdf4@1.24 r-nanoparquet@0.5.1 r-lubridate@1.9.5 r-jsonlite@2.0.0 r-hoardr@0.5.5 r-dplyr@1.2.1 r-digest@0.6.39 r-data-table@1.18.4 r-crul@1.6.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://docs.ropensci.org/rerddap/
Licenses: Expat
Build system: r
Synopsis: General Purpose Client for 'ERDDAP™' Servers
Description:

General purpose R client for ERDDAPâ ¢ servers. Includes functions to search for datasets', get summary information on datasets', and fetch datasets', in either csv or netCDF format. ERDDAPâ ¢ information: <https://upwell.pfeg.noaa.gov/erddap/information.html>.

r-rhosa 0.3.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://tabe.github.io/rhosa/
Licenses: GPL 3
Build system: r
Synopsis: Higher-Order Spectral Analysis
Description:

Higher-order spectra or polyspectra of time series, such as bispectrum and bicoherence, have been investigated in abundant literature and applied to problems of signal detection in a wide range of fields. This package aims to provide a simple API to estimate and analyze them. The current implementation is based on Brillinger and Irizarry (1998) <doi:10.1016/S0165-1684(97)00217-X> for estimating bispectrum or bicoherence, Lii and Helland (1981) <doi:10.1145/355958.355961> for cross-bispectrum, and Kim and Powers (1979) <doi:10.1109/TPS.1979.4317207> for cross-bicoherence.

r-robregression 0.1.0
Propagated dependencies: r-rspectra@0.16-2 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-mvtnorm@1.3-7 r-kneearrower@1.0.0 r-foreach@1.5.2 r-fastmatrix@0.6-6 r-doparallel@1.0.17 r-desctools@0.99.60 r-capushe@1.1.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RobRegression
Licenses: GPL 2+
Build system: r
Synopsis: Robust Multivariate Regression
Description:

Robust methods for estimating the parameters of multivariate Gaussian linear models.

Total packages: 73977