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

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-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.

r-refitgaps 0.1.2
Propagated dependencies: r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.0 r-purrr@1.2.2 r-magrittr@2.0.5 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=refitgaps
Licenses: Expat
Build system: r
Synopsis: Reduce the Number of Holes in the School Timetable
Description:

Reallocating the respective lessons by hours (respecting the constraints induced by the existence of coupled lessons) so that the total number of gaps is as small as possible.

r-rtiktoken 0.0.7
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://davzim.github.io/rtiktoken/
Licenses: Expat
Build system: r
Synopsis: Byte-Pair-Encoding (BPE) Tokenizer for OpenAI's Large Language Models
Description:

This package provides a thin wrapper around the tiktoken-rs crate, allowing to encode text into Byte-Pair-Encoding (BPE) tokens and decode tokens back to text. This is useful to understand how Large Language Models (LLMs) perceive text.

r-rweka 0.4-48
Dependencies: openjdk@25.0.2
Propagated dependencies: r-rwekajars@3.9.3-2 r-rjava@1.0-18
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RWeka
Licenses: GPL 2
Build system: r
Synopsis: R/Weka Interface
Description:

An R interface to Weka (Version 3.9.3). Weka is a collection of machine learning algorithms for data mining tasks written in Java, containing tools for data pre-processing, classification, regression, clustering, association rules, and visualization. Package RWeka contains the interface code, the Weka jar is in a separate package RWekajars'. For more information on Weka see <https://www.cs.waikato.ac.nz/ml/weka/>.

r-rcartocolor 2.1.2
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://github.com/Nowosad/rcartocolor
Licenses: Expat
Build system: r
Synopsis: 'CARTOColors' Palettes
Description:

This package provides color schemes for maps and other graphics designed by CARTO as described at <https://carto.com/carto-colors/>. It includes four types of palettes: aggregation, diverging, qualitative, and quantitative.

r-rsagacmd 0.4.3
Propagated dependencies: r-tibble@3.3.1 r-terra@1.9-27 r-stringr@1.6.0 r-stars@0.7-2 r-sf@1.1-1 r-rvest@1.0.5 r-rlang@1.2.0 r-processx@3.9.0 r-generics@0.1.4 r-foreign@0.8-91
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://stevenpawley.github.io/Rsagacmd/
Licenses: GPL 3
Build system: r
Synopsis: Linking R with the Open-Source 'SAGA-GIS' Software
Description:

This package provides an R scripting interface to the open-source SAGA-GIS (System for Automated Geoscientific Analyses Geographical Information System) software. Rsagacmd dynamically generates R functions for every SAGA-GIS geoprocessing tool based on the user's currently installed SAGA-GIS version. These functions are contained within an S3 object and are accessed as a named list of libraries and tools. This structure facilitates an easier scripting experience by organizing the large number of SAGA-GIS geoprocessing tools (>700) by their respective library. Interactive scripting can fully take advantage of code autocompletion tools (e.g. in RStudio'), allowing for each tools syntax to be quickly recognized. Furthermore, the most common types of spatial data (via the terra', sp', and sf packages) along with non-spatial data are automatically passed from R to the SAGA-GIS command line tool for geoprocessing operations, and the results are loaded as the appropriate R object. Outputs from individual SAGA-GIS tools can also be chained using pipes from the magrittr and dplyr packages to combine complex geoprocessing operations together in a single statement. SAGA-GIS is available under a GPLv2 / LGPLv2 licence from <https://sourceforge.net/projects/saga-gis/> including Windows x86/x64 and macOS binaries. SAGA-GIS is also included in Debian/Ubuntu default software repositories. Rsagacmd has currently been tested on SAGA-GIS versions from 2.3.1 to 9.5.1 on Windows, Linux and macOS.

r-rdhs 0.8.1
Propagated dependencies: r-xml2@1.5.2 r-storr@1.2.6 r-sf@1.1-1 r-rlang@1.2.0 r-rappdirs@0.3.4 r-r6@2.6.1 r-qdapregex@0.7.10 r-magrittr@2.0.5 r-jsonlite@2.0.0 r-iotools@0.4-0 r-httr@1.4.8 r-haven@2.5.5 r-getpass@0.2-4 r-foreign@0.8-91 r-digest@0.6.39 r-cli@3.6.6 r-brio@1.1.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://docs.ropensci.org/rdhs/
Licenses: Expat
Build system: r
Synopsis: API Client and Dataset Management for the Demographic and Health Survey (DHS) Data
Description:

This package provides a client for (1) querying the DHS API for survey indicators and metadata (<https://api.dhsprogram.com/#/index.html>), (2) identifying surveys and datasets for analysis, (3) downloading survey datasets from the DHS website, (4) loading datasets and associate metadata into R, and (5) extracting variables and combining datasets for pooled analysis.

r-requirer 1.0.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=requireR
Licenses: Expat
Build system: r
Synopsis: R Source Code Modularizer
Description:

Modularizes source code. Keeps the global environment clean, explicifies interdependencies. Inspired by RequireJS'<http://requirejs.org/>.

r-rocc 1.3
Propagated dependencies: r-rocr@1.0-12
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rocc
Licenses: GPL 2+
Build system: r
Synopsis: ROC Based Classification
Description:

This package provides functions for a classification method based on receiver operating characteristics (ROC). Briefly, features are selected according to their ranked AUC value in the training set. The selected features are merged by the mean value to form a meta-gene. The samples are ranked by their meta-gene value and the meta-gene threshold that has the highest accuracy in splitting the training samples is determined. A new sample is classified by its meta-gene value relative to the threshold. In the first place, the package is aimed at two class problems in gene expression data, but might also apply to other problems.

r-rivernet 1.2.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rivernet
Licenses: GPL 3
Build system: r
Synopsis: Read, Analyze and Plot River Networks
Description:

This package provides functions for reading, analysing and plotting river networks. For this package, river networks consist of sections and nodes with associated attributes, e.g. to characterise their morphological, chemical and biological state. The package provides functions to read this data from text files, to analyse the network structure and network paths and regions consisting of sections and nodes that fulfill prescribed criteria, and to plot the river network and associated properties.

r-rjd3x13 3.7.1
Dependencies: openjdk@25.0.2
Propagated dependencies: r-rprotobuf@0.4.27 r-rjd3toolkit@3.7.1 r-rjava@1.0-18
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/rjdverse/rjd3x13
Licenses: FSDG-compatible
Build system: r
Synopsis: Seasonal Adjustment with 'X-13' in 'JDemetra+' 3.x
Description:

R Interface to JDemetra+ 3.x (<https://github.com/jdemetra>) time series analysis software. It offers full access to options and outputs of X-13', including Reg-ARIMA modelling (automatic AutoRegressive Integrated Moving Average (ARIMA) model with outlier detection and trading days adjustment) and X-11 decomposition.

r-robcp 0.3.10
Propagated dependencies: r-rcpp@1.1.1-1.1 r-pracma@2.4.6 r-mvtnorm@1.3-7 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=robcp
Licenses: GPL 3
Build system: r
Synopsis: Robust Change-Point Tests
Description:

This package provides robust methods to detect change-points in uni- or multivariate time series. They can cope with corrupted data and heavy tails. Focus is on the detection of abrupt changes in location, but changes in the scale or dependence structure can be detected as well. This package provides tests for change detection in uni- and multivariate time series based on Huberized versions of CUSUM tests proposed in Duerre and Fried (2019) <DOI:10.48550/arXiv.1905.06201>, and tests for change detection in univariate time series based on 2-sample U-statistics or 2-sample U-quantiles as proposed by Dehling et al. (2015) <DOI:10.1007/978-1-4939-3076-0_12> and Dehling, Fried and Wendler (2020) <DOI:10.1093/biomet/asaa004>. Furthermore, the packages provides tests on changes in the scale or the correlation as proposed in Gerstenberger, Vogel and Wendler (2020) <DOI:10.1080/01621459.2019.1629938>, Dehling et al. (2017) <DOI:10.1017/S026646661600044X>, and Wied et al. (2014) <DOI:10.1016/j.csda.2013.03.005>.

r-runonce 0.3.3
Propagated dependencies: r-urltools@1.7.3.1 r-bigassertr@0.1.7
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/privefl/runonce
Licenses: GPL 3
Build system: r
Synopsis: Run Once and Save Result
Description:

Package runonce helps automating the saving of long-running code to help running the same code multiple times. If you run some long-running code once, it saves the result in a file on disk. Then, if the result already exists, i.e. if the code has already been run and its output has already been saved, it just reads the result from the stored file instead of running the code again.

r-rpca 0.2.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rpca
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: RobustPCA: Decompose a Matrix into Low-Rank and Sparse Components
Description:

Suppose we have a data matrix, which is the superposition of a low-rank component and a sparse component. Candes, E. J., Li, X., Ma, Y., & Wright, J. (2011). Robust principal component analysis?. Journal of the ACM (JACM), 58(3), 11. prove that we can recover each component individually under some suitable assumptions. It is possible to recover both the low-rank and the sparse components exactly by solving a very convenient convex program called Principal Component Pursuit; among all feasible decompositions, simply minimize a weighted combination of the nuclear norm and of the L1 norm. This package implements this decomposition algorithm resulting with Robust PCA approach.

r-rtson 1.3
Propagated dependencies: r-r6@2.6.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/tercen/TSON
Licenses: FSDG-compatible
Build system: r
Synopsis: Typed JSON
Description:

TSON, short for Typed JSON, is a binary-encoded serialization of JSON like document that support JavaScript typed data (https://github.com/tercen/TSON).

r-rscontract 0.1.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/rstudio/rscontract
Licenses: GPL 3
Build system: r
Synopsis: Generic implementation of the 'RStudio' connections contract
Description:

This package provides a generic implementation of the RStudio connection contract to make it easier for database connections, and other type of connections, opened via R packages integrate with the connections pane inside the RStudio interactive development environment (IDE).

r-rankplayedinference 1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rankPlayedInference
Licenses: GPL 2+
Build system: r
Synopsis: Conditional Probability Distributions in Hearts Card Game
Description:

For a given suit, if you add up the number of cards that you hold, plus the number that has been played so far, you can easily determine the number that remains in the combined hands of your three opponents. You can also determine the ("special") card of highest rank of the remaining cards for that suit. At some point, you notice that a certain opponent discards that special card. What can you infer about his holding in that suit? A series of simulation studies are reported here that allows a quantitative inference based on the conditional probability, given that the opponent has the special card. The same procedure is also used for the conditional probability, given that the opponent does not have the special card.

r-rnr 0.2.1
Propagated dependencies: r-purrr@1.2.2 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rnr
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Rosenbaum and Rubin Sensitivity
Description:

Apply sensitivity analysis for offline policy evaluation, as implemented in Jung et al. (2017) <arXiv:1702.04690> based on Rosenbaum and Rubin (1983) <http://www.jstor.org/stable/2345524>.

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-rds 0.9-10
Propagated dependencies: r-statnet-common@4.13.0 r-scales@1.4.0 r-reshape2@1.4.5 r-network@1.20.0 r-isotone@1.1-2 r-igraph@2.3.1 r-hmisc@5.2-5 r-gridextra@2.3 r-ggplot2@4.0.3 r-ergm@4.12.0 r-anytime@0.3.13
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://hpmrg.org
Licenses: LGPL 2.1
Build system: r
Synopsis: Respondent-Driven Sampling
Description:

This package provides functionality for carrying out estimation with data collected using Respondent-Driven Sampling. This includes Heckathorn's RDS-I and RDS-II estimators as well as Gile's Sequential Sampling estimator. The package is part of the "RDS Analyst" suite of packages for the analysis of respondent-driven sampling data. See Gile and Handcock (2010) <doi:10.1111/j.1467-9531.2010.01223.x>, Gile and Handcock (2015) <doi:10.1111/rssa.12091> and Gile, Beaudry, Handcock and Ott (2018) <doi:10.1146/annurev-statistics-031017-100704>.

r-rtinycc 0.1.10
Propagated dependencies: r-lambda-r@1.2.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/sounkou-bioinfo/Rtinycc
Licenses: GPL 3+
Build system: r
Synopsis: Builds the 'TinyCC' Command-Line Interface and Library for 'C' Scripting in 'R'
Description:

Builds the TinyCC (Tiny C Compiler) command-line interface and library for package use in R'. The package compiles TinyCC from source and provides R functions to interact with the compiler. TinyCC can be used for header preprocessing, just-in-time compilation of C code in R', and lightweight C scripting workflows.

r-rsampling 0.1.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=Rsampling
Licenses: GPL 2
Build system: r
Synopsis: Ports the Workflow of "Resampling Stats" Add-in to R
Description:

Resampling Stats (http://www.resample.com) is an add-in for running randomization tests in Excel worksheets. The workflow is (1) to define a statistic of interest that can be calculated from a data table, (2) to randomize rows ad/or columns of a data table to simulate a null hypothesis and (3) and to score the value of the statistic from many randomizations. The relative frequency distribution of the statistic in the simulations is then used to infer the probability of the observed value be generated by the null process (probability of Type I error). This package intends to translate this logic for R for teaching purposes. Keeping the original workflow is favored over performance.

r-rrrr 1.1.1
Propagated dependencies: r-mvtnorm@1.3-7 r-matrixcalc@1.0-6 r-magrittr@2.0.5 r-ggplot2@4.0.3 r-expm@1.0-0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://pkg.yangzhuoranyang.com/RRRR/
Licenses: GPL 3
Build system: r
Synopsis: Online Robust Reduced-Rank Regression Estimation
Description:

This package provides methods for estimating online robust reduced-rank regression. The Gaussian maximum likelihood estimation method is described in Johansen, S. (1991) <doi:10.2307/2938278>. The majorisation-minimisation estimation method is partly described in Zhao, Z., & Palomar, D. P. (2017) <doi:10.1109/GlobalSIP.2017.8309093>. The description of the generic stochastic successive upper-bound minimisation method and the sample average approximation can be found in Razaviyayn, M., Sanjabi, M., & Luo, Z. Q. (2016) <doi:10.1007/s10107-016-1021-7>.

r-rjaf 0.1.3
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-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-ranger@0.18.0 r-randomforest@4.7-1.2 r-mass@7.3-65 r-magrittr@2.0.5 r-forcats@1.0.1 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/wustat/rjaf
Licenses: GPL 3
Build system: r
Synopsis: Regularized Joint Assignment Forest with Treatment Arm Clustering
Description:

Personalized assignment to one of many treatment arms via regularized and clustered joint assignment forests as described in Ladhania, Spiess, Ungar, and Wu (2023) <doi:10.48550/arXiv.2311.00577>. The algorithm pools information across treatment arms: it considers a regularized forest-based assignment algorithm based on greedy recursive partitioning that shrinks effect estimates across arms; and it incorporates a clustering scheme that combines treatment arms with consistently similar outcomes.

Total packages: 72693