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

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-rcmdrplugin-mpastats 1.2.2
Propagated dependencies: r-rcmdr@2.13.0 r-ordinal@2025.12-29
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RcmdrPlugin.MPAStats
Licenses: GPL 3+
Build system: r
Synopsis: R Commander Plug-in for MPA Statistics
Description:

Extends R Commander with a unified menu of new and pre-existing statistical functions related to public management and policy analysis statistics. Functions and menus have been renamed according to the usage in PMGT 630 in the Master of Public Administration program at Brigham Young University.

r-relialearnr 0.5
Propagated dependencies: r-weibullr-alt@0.7.2 r-weibullr@1.2.4 r-reliagrowr@0.7 r-learnr@0.11.6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://paulgovan.github.io/ReliaLearnR/
Licenses: FSDG-compatible
Build system: r
Synopsis: Learning Modules for Reliability Analysis
Description:

Learning modules for reliability analysis including modules for Reliability, Availability, and Maintainability (RAM) Analysis, Life Data Analysis, Reliability Testing, Repairable Systems Analysis, and Reliability Block Diagrams.

r-r6ds 1.2.0
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/yukai-yang/R6DS
Licenses: GPL 3
Build system: r
Synopsis: R6 Reference Class Based Data Structures
Description:

This package provides reference classes implementing some useful data structures. The package implements these data structures by using the reference class R6. Therefore, the classes of the data structures are also reference classes which means that their instances are passed by reference. The implemented data structures include stack, queue, double-ended queue, doubly linked list, set, dictionary and binary search tree. See for example <https://en.wikipedia.org/wiki/Data_structure> for more information about the data structures.

r-rmosek 1.3.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: http://www.mosek.com/
Licenses: LGPL 2.1+
Build system: r
Synopsis: The R to MOSEK Optimization Interface
Description:

This is a meta-package designed to support the installation of Rmosek (>= 6.0) and bring the optimization facilities of MOSEK (>= 6.0) to the R-language. The interface supports large-scale optimization of many kinds: Mixed-integer and continuous linear, second-order cone, exponential cone and power cone optimization, as well as continuous semidefinite optimization. Rmosek and the R-language are open-source projects. MOSEK is a proprietary product, but unrestricted trial and academic licenses are available.

r-rkorapclient 1.2.1
Propagated dependencies: r-xml2@1.5.2 r-urltools@1.7.3.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-r-cache@0.17.0 r-purrr@1.2.2 r-ptxqc@1.1.5 r-magrittr@2.0.5 r-lubridate@1.9.5 r-keyring@1.4.1 r-jsonlite@2.0.0 r-httr2@1.2.2 r-highcharter@0.9.5 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-curl@7.1.0 r-broom@1.0.13
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/KorAP/RKorAPClient/
Licenses: FreeBSD
Build system: r
Synopsis: 'KorAP' Web Service Client Package
Description:

This package provides a client package that makes the KorAP web service API accessible from R. The corpus analysis platform KorAP has been developed as a scientific tool to make potentially large, stratified and multiply annotated corpora, such as the German Reference Corpus DeReKo or the Corpus of the Contemporary Romanian Language CoRoLa', accessible for linguists to let them verify hypotheses and to find interesting patterns in real language use. The RKorAPClient package provides access to KorAP and the corpora behind it for user-created R code, as a programmatic alternative to the KorAP web user-interface. You can learn more about KorAP and use it directly on DeReKo at <https://korap.ids-mannheim.de/>.

r-readsx 0.8.8
Propagated dependencies: r-rlang@1.2.0 r-readxl@1.5.0 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/NIFU-NO/readSX
Licenses: Expat
Build system: r
Synopsis: Read 'SurveyXact' Data
Description:

Imports data from the SurveyXact commercial service <https://rambollxact.com>, adds variable labels, and converts value labels to factors in the same order as exported from SurveyXact'.

r-rd2roxygen 1.18
Propagated dependencies: r-xfun@0.57 r-roxygen2@8.0.0 r-formatr@1.14
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/yihui/Rd2roxygen
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Convert Rd to 'Roxygen' Documentation
Description:

This package provides functions to convert Rd to roxygen documentation. It can parse an Rd file to a list, create the roxygen documentation and update the original R script (e.g. the one containing the definition of the function) accordingly. This package also provides utilities that can help developers build packages using roxygen more easily. The formatR package can be used to reformat the R code in the examples sections so that the code will be more readable.

r-reft 0.1.4
Propagated dependencies: r-writexl@1.5.4 r-webchem@1.3.1 r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.0 r-readxl@1.5.0 r-purrr@1.2.2 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/gaoguozhen1/REFT
Licenses: Expat
Build system: r
Synopsis: Root Exudate Feature Toolkit
Description:

This package provides tools for molecule-oriented and reaction-centred analysis of root exudate datasets. It supports structural matching based on PubChem', calculation of molecular descriptors, and inference of candidate microbe-associated metabolic reactions using Kyoto Encyclopedia of Genes and Genomes ('KEGG') identifiers and Enzyme Commission ('EC') numbers. For background on these databases, see Kanehisa et al. (2023) <doi:10.1093/nar/gkac963> and Kim et al. (2023) <doi:10.1093/nar/gkac956>.

r-remss 1.0.1
Propagated dependencies: r-survival@3.8-6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=remss
Licenses: GPL 2
Build system: r
Synopsis: Refining Evaluation Methodology on Stage System
Description:

T (extent of the primary tumor), N (absence or presence and extent of regional lymph node metastasis) and M (absence or presence of distant metastasis) are three components to describe the anatomical tumor extent. TNM stage is important in treatment decision-making and outcome predicting. The existing oropharyngeal Cancer (OPC) TNM stages have not made distinction of the two sub sites of Human papillomavirus positive (HPV+) and Human papillomavirus negative (HPV-) diseases. We developed novel criteria to assess performance of the TNM stage grouping schemes based on parametric modeling adjusting on important clinical factors. These criteria evaluate the TNM stage grouping scheme in five different measures: hazard consistency, hazard discrimination, explained variation, likelihood difference, and balance. The methods are described in Xu, W., et al. (2015) <https://www.austinpublishinggroup.com/biometrics/fulltext/biometrics-v2-id1014.php>.

r-rasciidoc 4.1.1
Propagated dependencies: r-reticulate@1.46.0 r-knitr@1.51 r-highr@0.12 r-gert@2.3.1 r-fritools@4.6.0 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://gitlab.com/fvafrcu/rasciidoc
Licenses: FreeBSD
Build system: r
Synopsis: Create Reports Using R and 'asciidoc'
Description:

Inspired by Karl Broman`s reader on using knitr with asciidoc (<https://kbroman.org/knitr_knutshell/pages/asciidoc.html>), this is merely a wrapper to knitr and asciidoc'.

r-r4pde 0.1.0
Propagated dependencies: r-tidyr@1.3.2 r-survival@3.8-6 r-rlang@1.2.0 r-purrr@1.2.2 r-progress@1.2.3 r-nasapower@4.3.0 r-lubridate@1.9.5 r-interval@1.1-1.0 r-igraph@2.3.1 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-cowplot@1.2.0 r-car@3.1-5 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/emdelponte/r4pde
Licenses: Expat
Build system: r
Synopsis: Companion to R for Plant Disease Epidemiology Book
Description:

Datasets and utility functions to support the book "R for Plant Disease Epidemiology" (R4PDE). It includes functions for quantifying disease, assessing spatial patterns, and modeling plant disease epidemics based on weather predictors. These tools are intended for teaching and research in plant disease epidemiology. Several functions are based on classical and contemporary methods, including those discussed in Laurence V. Madden, Gareth Hughes, and Frank van den Bosch (2007) <doi:10.1094/9780890545058>.

r-rsynthbio 4.2.0
Propagated dependencies: r-keyring@1.4.1 r-jsonlite@2.0.0 r-httr@1.4.8 r-getpass@0.2-4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/synthesizebio/rsynthbio
Licenses: Expat
Build system: r
Synopsis: Synthesize Bio API Wrapper
Description:

Access Synthesize Bio models from their API <https://app.synthesize.bio/> using this wrapper that provides a convenient interface to the Synthesize Bio API, allowing users to generate realistic gene expression data based on specified biological conditions. This package enables researchers to easily access AI-generated transcriptomic data for various modalities including bulk RNA-seq, single-cell RNA-seq, microarray data, and more.

r-roaddb 0.1.0
Propagated dependencies: r-stringr@1.6.0 r-rpostgres@1.4.10 r-glue@1.8.1 r-dplyr@1.2.1 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=roadDB
Licenses: CC-BY-SA 4.0
Build system: r
Synopsis: Access Data from the ROCEEH Out of Africa Database (ROAD)
Description:

This package provides an R interface to the ROCEEH Out of Africa Database (ROAD) (<https://www.roceeh.uni-tuebingen.de/roadweb/smarty_road_simple_search.php>), a comprehensive resource for archaeological, anthropological, paleoenvironmental and geographic data from Africa and Eurasia dating from 3,000,000 to 20,000 years BP. The package allows users to retrieve data from the online database at different levels of detail and customize search requests. Functions return `data frame` objects compatible with other R packages used in prehistoric and paleoenvironmental science, supporting reproducible workflows as an input provider.

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-rainfallerosivityfactor 1.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RainfallErosivityFactor
Licenses: GPL 2+
Build system: r
Synopsis: The Rainfall-Runoff Erosivity Factor
Description:

Determination of rainfall-runoff erosivity factor.

r-retry 0.1.1
Propagated dependencies: r-rlang@1.2.0 r-later@1.4.8
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/randy3k/retry
Licenses: Expat
Build system: r
Synopsis: Repeated Evaluation
Description:

Provide simple mechanism to repeatedly evaluate an expression until either it succeeds or timeout exceeded. It is useful in situations that random failures could happen.

r-rutifier 1.0.4
Propagated dependencies: r-r-utils@2.13.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rutifier
Licenses: Expat
Build system: r
Synopsis: Chilean Rol Unico Tributario
Description:

This package provides a RUT (Rol Unico Tributario) is an unique and personal identification number implemented in Chile to identify citizens and taxpayers. Rutifier allows to validate if a RUT exist or not and change between the different formats a RUT can have.

r-rmargint 2.0.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rmargint
Licenses: GPL 3+
Build system: r
Synopsis: Robust Marginal Integration Procedures
Description:

Three robust marginal integration procedures for additive models based on local polynomial kernel smoothers. As a preliminary estimator of the multivariate function for the marginal integration procedure, a first approach uses local constant M-estimators, a second one uses local polynomials of order 1 over all the components of covariates, and the third one uses M-estimators based on local polynomials but only in the direction of interest. For this last approach, estimators of the derivatives of the additive functions can be obtained. All three procedures can compute predictions for points outside the training set if desired. See Boente and Martinez (2017) <doi:10.1007/s11749-016-0508-0> for details.

r-rlandfire 2.0.2
Propagated dependencies: r-terra@1.9-27 r-sf@1.1-1 r-httr2@1.2.2 r-curl@7.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/bcknr/rlandfire
Licenses: GPL 3+
Build system: r
Synopsis: Interface to 'LANDFIRE Product Service' API
Description:

This package provides access to a suite of geospatial data layers for wildfire management, fuel modeling, ecology, natural resource management, climate, conservation, etc., via the LANDFIRE (<https://www.landfire.gov/>) Product Service ('LFPS') API.

r-rerddaputils 1.0.2
Propagated dependencies: r-stringr@1.6.0 r-sf@1.1-1 r-rerddap@1.2.3 r-ncdf4@1.24 r-lubridate@1.9.5 r-duckdb@1.5.2 r-dbi@1.3.0 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rerddapUtils
Licenses: CC0
Build system: r
Synopsis: Miscellaneous Utilities for 'rerddap'
Description:

The rerddapUtils package is an R package that is a set of four main functions designed to work with and extend the rerddap package. These functions includes one for restricting by season, one for splitting large requests, and two for working with projected datasets. There are also two utility functions that provide estimates of the size of a proposed rerddap::griddap() request.

r-rainerosr 0.1.1
Propagated dependencies: r-lubridate@1.9.5 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=rainerosr
Licenses: Expat
Build system: r
Synopsis: Calculate Rainfall Intensity and Erosivity Indices
Description:

Calculates I30 (maximum 30-minute rainfall intensity) and EI30 (erosivity index) from rainfall breakpoint data. Supports multiple storm events, rainfall validation, and visualization for soil erosion modeling and hydrological analysis. Methods are based on Brown and Foster (1987) <doi:10.13031/2013.30422>, Wischmeier and Smith (1978) "Predicting Rainfall Erosion Losses: A Guide to Conservation Planning" <doi:10.22004/ag.econ.171903>, and Renard et al. (1997) "Predicting Soil Erosion by Water: A Guide to Conservation Planning with the Revised Universal Soil Loss Equation (RUSLE)" (USDA Agriculture Handbook No. 703).

r-rsqlparser 1.5
Propagated dependencies: r-stringr@1.6.0 r-stringi@1.8.7
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RSqlParser
Licenses: GPL 2
Build system: r
Synopsis: Parse 'SQL' Statements
Description:

Parser for SQL statements. Currently, it supports parsing of only SELECT statements.

r-r2spss 0.3.2
Propagated dependencies: r-scales@1.4.0 r-ggplot2@4.0.3 r-car@3.1-5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/aalfons/r2spss
Licenses: GPL 3+
Build system: r
Synopsis: Format R Output to Look Like SPSS
Description:

Create plots and LaTeX tables that look like SPSS output for use in teaching materials. Rather than copying-and-pasting SPSS output into documents, R code that mocks up SPSS output can be integrated directly into dynamic LaTeX documents with tools such as knitr. Functionality includes statistical techniques that are typically covered in introductory statistics classes: descriptive statistics, common hypothesis tests, ANOVA, and linear regression, as well as box plots, histograms, scatter plots, and line plots (including profile plots).

r-rjdbc 0.2-10
Propagated dependencies: r-rjava@1.0-18 r-dbi@1.3.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: http://www.rforge.net/RJDBC/
Licenses: Expat
Build system: r
Synopsis: Provides Access to Databases Through the JDBC Interface
Description:

The RJDBC package is an implementation of R's DBI interface using JDBC as a back-end. This allows R to connect to any DBMS that has a JDBC driver.

Total packages: 22167