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

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-rucrdtw 0.1.7
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/pboesu/rucrdtw
Licenses: FSDG-compatible
Build system: r
Synopsis: R Bindings for the UCR Suite
Description:

R bindings for functions from the UCR Suite by Rakthanmanon et al. (2012) <DOI:10.1145/2339530.2339576>, which enables ultrafast subsequence search for a best match under Dynamic Time Warping and Euclidean Distance.

r-rarecomb 1.1
Propagated dependencies: r-tidyr@1.3.2 r-stringr@1.6.0 r-sqldf@0.4-12 r-reshape2@1.4.5 r-pwr@1.3-0 r-magrittr@2.0.5 r-dplyr@1.2.1 r-arules@1.7.14
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RareComb
Licenses: Expat
Build system: r
Synopsis: Combinatorial and Statistical Analyses of Rare Events
Description:

This package provides a custom implementation of the apriori algorithm and binomial tests to identify combinations of features (genes, variants etc) significantly enriched for simultaneous mutations/events from sparse Boolean input, see Vijay Kumar Pounraja, Santhosh Girirajan (2021). Version 1.1 includes a minor adjustment to the number of combinations to be considered for multiple testing correction. This updated version is more conservative in its approach and hence more selective. <doi:10.1101/2021.10.01.462832>.

r-robfilter 4.1.6
Propagated dependencies: r-robustbase@0.99-7 r-mass@7.3-65 r-lattice@0.22-9
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://msnat.statistik.tu-dortmund.de/en/team/chair/
Licenses: GPL 2+
Build system: r
Synopsis: Robust Time Series Filters
Description:

Implementations for several robust procedures that allow for (online) extraction of the signal of univariate or multivariate time series by applying robust regression techniques to a moving time window are provided. Included are univariate filtering procedures based on repeated-median regression as well as hybrid and trimmed filters derived from it; see Schettlinger et al. (2006) <doi:10.1515/BMT.2006.010>. The adaptive online repeated median by Schettlinger et al. (2010) <doi:10.1002/acs.1105> and the slope comparing adaptive repeated median by Borowski and Fried (2013) <doi:10.1007/s11222-013-9391-7> choose the width of the moving time window adaptively. Multivariate versions are also provided; see Borowski et al. (2009) <doi:10.1080/03610910802514972> for a multivariate online adaptive repeated median and Borowski (2012) <doi:10.17877/DE290R-14393> for a multivariate slope comparing adaptive repeated median. Furthermore, a repeated-median based filter with automatic outlier replacement and shift detection is provided; see Fried (2004) <doi:10.1080/10485250410001656444>.

r-rcmdrplugin-dce 0.3-1
Propagated dependencies: r-survival@3.8-6 r-support-ces@0.7-0 r-rcmdr@2.13.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://sites.google.com/view/r4sp/rcmdrplugin
Licenses: GPL 2+
Build system: r
Synopsis: R Commander Plug-in for Discrete Choice Experiments
Description:

Adds menu items for discrete choice experiments (DCEs) to the R Commander. DCE is a question-based survey method that designs various combinations (profiles) of attribute levels using the experimental designs, asks respondents to select the most preferred profile in each choice set, and then measures preferences for the attribute levels by analyzing the responses. For details on DCEs, refer to Louviere et al. (2000) <doi:10.1017/CBO9780511753831>.

r-rspectral 1.0.0.16
Propagated dependencies: r-rdpack@2.6.6 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-igraph@2.3.1 r-graph@1.90.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/cmclean5/rSpectral
Licenses: GPL 2
Build system: r
Synopsis: Spectral Modularity Clustering
Description:

This package implements the network clustering algorithm described in Newman (2006) <doi:10.1103/PhysRevE.74.036104>. The complete iterative algorithm comprises of two steps. In the first step, the network is expressed in terms of its leading eigenvalue and eigenvector and recursively partition into two communities. Partitioning occurs if the maximum positive eigenvalue is greater than the tolerance (10e-5) for the current partition, and if it results in a positive contribution to the Modularity. Given an initial separation using the leading eigen step, rSpectral then continues to maximise for the change in Modularity using a fine-tuning step - or variate thereof. The first stage here is to find the node which, when moved from one community to another, gives the maximum change in Modularity. This nodeâ s community is then fixed and we repeat the process until all nodes have been moved. The whole process is repeated from this new state until the change in the Modularity, between the new and old state, is less than the predefined tolerance. A slight variant of the fine-tuning step, which can improve speed of the calculation, is also provided. Instead of moving each node into each community in turn, we only consider moves of neighbouring nodes, found in different communities, to the community of the current node of interest. The two steps process is repeatedly applied to each new community found, subdivided each community into two new communities, until we are unable to find any division that results in a positive change in Modularity.

r-rmoji 0.1.0
Propagated dependencies: r-shinyjs@2.1.1 r-shiny@1.13.0 r-rstudioapi@0.18.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/3p1d3m/Rmoji
Licenses: Expat
Build system: r
Synopsis: Interactively Insert Emojis in 'R' Documents
Description:

This package provides an intuitive and user-friendly interface for working with emojis in R'. It allows users to search, insert, and manage emojis by keyword, category, or through an interactive shiny'-based drop-down. The package enables integration of emojis into R scripts, R Markdown', Quarto', shiny apps, and ggplot2 plots. Also includes built-in mappings for commit messages, useful for version control. It builds on established emoji libraries and Unicode standards, adding expressiveness and visual cues to documentation, user interfaces, and reports. For more details see Emojipedia (2024) <https://emojipedia.org> and GitHub Emoji Cheat Sheet <https://github.com/ikatyang/emoji-cheat-sheet/tree/master>.

r-rniftyreg 2.8.5
Propagated dependencies: r-rnifti@1.9.0 r-rcppeigen@0.3.4.0.2 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/jonclayden/RNiftyReg
Licenses: GPL 2
Build system: r
Synopsis: Image Registration Using the 'NiftyReg' Library
Description:

This package provides an R interface to the NiftyReg image registration tools <https://github.com/KCL-BMEIS/niftyreg>. Linear and nonlinear registration are supported, in two and three dimensions.

r-r2d3 0.2.6
Propagated dependencies: r-rstudioapi@0.18.0 r-jsonlite@2.0.0 r-htmlwidgets@1.6.4 r-htmltools@0.5.9
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://rstudio.github.io/r2d3/
Licenses: Modified BSD
Build system: r
Synopsis: Interface to 'D3' Visualizations
Description:

Suite of tools for using D3', a library for producing dynamic, interactive data visualizations. Supports translating objects into D3 friendly data structures, rendering D3 scripts, publishing D3 visualizations, incorporating D3 in R Markdown, creating interactive D3 applications with Shiny, and distributing D3 based htmlwidgets in R packages.

r-rodbc 1.3-26.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RODBC
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: ODBC Database Access
Description:

An ODBC database interface.

r-randpedpca 1.1.3
Propagated dependencies: r-spam@2.11-3 r-rspectra@0.16-2 r-pedigreetools@0.3 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=randPedPCA
Licenses: GPL 2+
Build system: r
Synopsis: Fast PCA for Large Pedigrees
Description:

Carry out principal component analysis (PCA) of very large pedigrees such as found in breeding populations! This package exploits sparse matrices and randomised linear algebra to deliver a gazillion-times speed-up compared to naive singular value decoposition (SVD) (and eigen decomposition).

r-redlistr 1.0.4
Propagated dependencies: r-terra@1.9-27 r-sp@2.2-1 r-sf@1.1-1 r-raster@3.6-32 r-plyr@1.8.9
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/red-list-ecosystem/redlistr
Licenses: GPL 3+ FSDG-compatible
Build system: r
Synopsis: Tools for the IUCN Red List of Ecosystems and Species
Description:

This package provides a toolbox created by members of the International Union for Conservation of Nature (IUCN) Red List of Ecosystems Committee for Scientific Standards. Primarily, it is a set of tools suitable for calculating the metrics required for making assessments of species and ecosystems against the IUCN Red List of Threatened Species and the IUCN Red List of Ecosystems categories and criteria. See the IUCN website for detailed guidelines, the criteria, publications and other information.

r-rmtl 1.0.0
Propagated dependencies: r-psych@2.6.5 r-mass@7.3-65 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://github.com/transbioZI/RMTL
Licenses: GPL 3
Build system: r
Synopsis: Regularized Multi-Task Learning
Description:

Efficient solvers for 10 regularized multi-task learning algorithms applicable for regression, classification, joint feature selection, task clustering, low-rank learning, sparse learning and network incorporation. Based on the accelerated gradient descent method, the algorithms feature a state-of-art computational complexity O(1/k^2). Sparse model structure is induced by the solving the proximal operator. The detail of the package is described in the paper of Han Cao and Emanuel Schwarz (2018) <doi:10.1093/bioinformatics/bty831>.

r-recommenderlabbx 0.2-0
Propagated dependencies: r-recommenderlab@1.0.7
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/mhahsler/recommenderlabBX
Licenses: GPL 2
Build system: r
Synopsis: Book-Crossing Dataset (BX) for 'recommenderlab'
Description:

This package provides the Book-Crossing Dataset for the package recommenderlab.

r-rgrass 0.5-3
Dependencies: grass@8.4.1
Propagated dependencies: r-xml2@1.5.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://osgeo.github.io/rgrass/
Licenses: GPL 2+
Build system: r
Synopsis: Interface Between 'GRASS' Geographical Information System and 'R'
Description:

An interface between the GRASS geographical information system ('GIS') and R', based on starting R from within the GRASS GIS environment, or running a free-standing R session in a temporary GRASS location; the package provides facilities for using all GRASS commands from the R command line. The original interface package for GRASS 5 (2000-2010) is described in Bivand (2000) <doi:10.1016/S0098-3004(00)00057-1> and Bivand (2001) <https://www.r-project.org/conferences/DSC-2001/Proceedings/Bivand.pdf>. This was succeeded by spgrass6 for GRASS 6 (2006-2016) and rgrass7 for GRASS 7 (2015-present). The rgrass package modernizes the interface for GRASS 8 while still permitting the use of GRASS 7'.

r-riverconn 0.3.31
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.2 r-rlang@1.2.0 r-reshape2@1.4.5 r-magrittr@2.0.5 r-igraph@2.3.1 r-foreach@1.5.2 r-dplyr@1.2.1 r-doparallel@1.0.17 r-dodgr@0.4.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/damianobaldan/riverconn
Licenses: Expat
Build system: r
Synopsis: Fragmentation and Connectivity Indices for Riverscapes
Description:

Indices for assessing riverscape fragmentation, including the Dendritic Connectivity Index, the Population Connectivity Index, the River Fragmentation Index, the Probability of Connectivity, and the Integral Index of connectivity. For a review, see Jumani et al. (2020) <doi:10.1088/1748-9326/abcb37> and Baldan et al. (2022) <doi:10.1016/j.envsoft.2022.105470> Functions to calculate temporal indices improvement when fragmentation due to barriers is reduced are also included.

r-reflectr 2.1.4
Propagated dependencies: r-stringr@1.6.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/g-corbelli/reflectR
Licenses: GPL 3
Build system: r
Synopsis: Automatic Scoring of the Cognitive Reflection Test
Description:

Automatic coding of open-ended responses to the Cognitive Reflection Test (CRT), a widely used class of tests in cognitive science and psychology that assess the tendency to override an initial intuitive (but incorrect) answer and engage in reflection to reach a correct solution. The package standardizes CRT response coding across datasets in cognitive psychology, decision-making, and related fields. Automated coding reduces manual effort and improves reproducibility by limiting variability from subjective interpretation of open-ended responses. The package supports automatic coding and machine scoring for the original English-language CRT (Frederick, 2005) <doi:10.1257/089533005775196732>, CRT4 and CRT7 (Toplak et al., 2014) <doi:10.1080/13546783.2013.844729>, CRT-long (Primi et al., 2016) <doi:10.1002/bdm.1883>, and CRT-2 (Thomson & Oppenheimer, 2016) <doi:10.1017/s1930297500007622>.

r-rootscanr 0.0.1
Propagated dependencies: r-stringr@1.6.0 r-png@0.1-9 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=RootscanR
Licenses: GPL 3+
Build system: r
Synopsis: Stitching and Analyzing Root Scans
Description:

Minirhizotrons are widely used to observe and explore roots and their growth. This package provides the means to stitch images and divide them into depth layers. Please note that this R package was developed alongside the following manuscript: Stitching root scans and extracting depth layer information -- a workflow and practical examples, S. Kersting, L. Knüver, and M. Fischer. The manuscript is currently in preparation and should be citet as soon as it is available. This project was supported by the project ArtIGROW, which is a part of the WIR!-Alliance ArtIFARM â Artificial Intelligence in Farming funded by the German Federal Ministry of Research, Technology and Space (No. 03WIR4805).

r-routing 1.1.0
Propagated dependencies: r-r6@2.6.1 r-promises@1.5.0 r-pater@1.0.0 r-httpcode@0.3.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/JulioCollazos64/routing
Licenses: Expat
Build system: r
Synopsis: 'Express.js' Like Routing for R Web Frameworks
Description:

It aims to provide R web frameworks a routing mechanism of HTTP requests inspired by the battle tested Express.js web framework.

r-reinstallr 0.1.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/calligross/reinstallr/
Licenses: GPL 3
Build system: r
Synopsis: Search and Install Missing Packages
Description:

Search R files for not installed packages and run install.packages.

r-rrr 1.0.0
Propagated dependencies: r-rcpp@1.1.1-1.1 r-plotly@4.12.0 r-mass@7.3-65 r-magrittr@2.0.5 r-ggplot2@4.0.3 r-ggally@2.4.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: http://github.com/chrisaddy/rrr
Licenses: GPL 3
Build system: r
Synopsis: Reduced-Rank Regression
Description:

Reduced-rank regression, diagnostics and graphics.

r-robustetm 1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=robustETM
Licenses: GPL 2+
Build system: r
Synopsis: Robust Methods using Exponential Tilt Model
Description:

Testing homogeneity for generalized exponential tilt model. This package includes a collection of functions for (1) implementing methods for testing homogeneity for generalized exponential tilt model; and (2) implementing existing methods under comparison.

r-rabr 0.1.1
Propagated dependencies: r-survival@3.8-6 r-multxpert@0.1.1 r-multcomp@1.4-30 r-ggplot2@4.0.3 r-foreach@1.5.2 r-doparallel@1.0.17 r-data-table@1.18.4 r-cubature@2.1.4-1 r-asd@2.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/tian-yu-zhan/RABR
Licenses: Expat
Build system: r
Synopsis: Simulations for Response Adaptive Block Randomization Design
Description:

Conduct simulations of the Response Adaptive Block Randomization (RABR) design to evaluate its type I error rate, power and operating characteristics for binary and continuous endpoints. For more details of the proposed method, please refer to Zhan et al. (2021) <doi:10.1002/sim.9104>.

r-rupturesrcpp 1.0.2
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-r6@2.6.1 r-patchwork@1.3.2 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=rupturesRcpp
Licenses: FSDG-compatible
Build system: r
Synopsis: Object-Oriented Interface for Offline Change-Point Detection
Description:

This package provides a collection of efficient implementations of popular offline change-point detection algorithms, featuring a consistent, object-oriented interface for practical use.

r-rwfec 0.2
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://cran.r-project.org/package=rwfec
Licenses: GPL 2+
Build system: r
Synopsis: R Wireless, Forward Error Correction
Description:

Communications simulation package supporting forward error correction.

Total packages: 72465