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

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-qrank 1.0
Propagated dependencies: r-quantreg@6.1
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=QRank
Licenses: GPL 2+
Build system: r
Synopsis: Novel Quantile Regression Approach for eQTL Discovery
Description:

This package provides a Quantile Rank-score based test for the identification of expression quantitative trait loci.

r-qwdap 1.1.20
Propagated dependencies: r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1 r-pls@2.9-0 r-corelearn@1.57.3.1
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=QWDAP
Licenses: GPL 2
Build system: r
Synopsis: Quantum Walk-Based Data Analysis and Prediction
Description:

The modeling and prediction of graph-associated time series(GATS) based on continuous time quantum walk. This software is mainly used for feature extraction, modeling, prediction and result evaluation of GATS, including continuous time quantum walk simulation, feature selection, regression analysis, time series prediction, and series fit calculation. A paper is attached to the package for reference.

r-querybuilder 0.1.0
Propagated dependencies: r-rlang@1.2.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-glue@1.8.1 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=queryBuilder
Licenses: Expat
Build system: r
Synopsis: Programmatic Way to Construct Complex Filtering Queries
Description:

Syntax for defining complex filtering expressions in a programmatic way. A filtering query, built as a nested list configuration, can be easily stored in other formats like YAML or JSON'. What's more, it's possible to convert such configuration to a valid expression that can be applied to popular dplyr package operations.

r-qcsimulator 0.0.1
Propagated dependencies: r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://github.com/tvganesh/QCSimulator
Licenses: Expat
Build system: r
Synopsis: 5-Qubit Quantum Computing Simulator
Description:

Simulates a 5 qubit Quantum Computer and evaluates quantum circuits with 1,2 qubit quantum gates.

r-qtkit 1.1.1
Propagated dependencies: r-xml2@1.5.2 r-rlang@1.2.0 r-openai@0.4.1 r-matrix@1.7-5 r-knitr@1.51 r-kableextra@1.4.0 r-gutenbergr@0.5.2 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-chromote@0.5.1
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=qtkit
Licenses: GPL 3+
Build system: r
Synopsis: Quantitative Text Kit
Description:

Support package for the textbook "An Introduction to Quantitative Text Analysis for Linguists: Reproducible Research Using R" (Francom, 2024) <doi:10.4324/9781003393764>. Includes functions to acquire, clean, and analyze text data as well as functions to document and share the results of text analysis. The package is designed to be used in conjunction with the book, but can also be used as a standalone package for text analysis.

r-qreport 1.1-0
Propagated dependencies: r-viridis@0.6.5 r-rms@8.1-1 r-knitr@1.51 r-htmltools@0.5.9 r-hmisc@5.2-5 r-ggplot2@4.0.3 r-formula@1.2-5 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://hbiostat.org/R/qreport/
Licenses: GPL 2+
Build system: r
Synopsis: Statistical Reporting with 'Quarto'
Description:

This package provides statistical components, tables, and graphs that are useful in Quarto and RMarkdown reports and that produce Quarto elements for special formatting such as tabs and marginal notes and graphs. Some of the functions produce entire report sections with tabs, e.g., the missing data report created by missChk(). Functions for inserting variables and tables inside graphviz and mermaid diagrams are included, and so are special clinical trial graphics for adverse event reporting.

r-q2q 0.1.2
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://github.com/Farid-FLICI/Q2q
Licenses: GPL 2+
Build system: r
Synopsis: Interpolating Age-Specific Mortality Rates at All Ages
Description:

Mortality rates are typically provided in an abridged format, i.e., by age groups 0, [1, 5], [5, 10]', [10, 15]', and so on. Some applications necessitate a detailed (single) age description. Despite the large number of proposed approaches in the literature, only a few methods ensure great performance at both younger and higher ages. For example, the 6-term Lagrange interpolation function is well suited to mortality interpolation at younger ages (with irregular intervals), but not at older ages. The Karup-King method, on the other hand, performs well at older ages but is not suitable for younger ones. Interested readers can find a full discussion of the two stated methods in the book Shryock, Siegel, and Associates (1993).The Q2q package combines the two methods to allow for the interpolation of mortality rates across all age groups. It begins by implementing each method independently, and then the resulting curves are linked using a 5-age averaged error between the two partial curves.

r-qgisprocess 0.4.2
Propagated dependencies: r-withr@3.0.2 r-vctrs@0.7.3 r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.0 r-rappdirs@0.3.4 r-processx@3.9.0 r-jsonlite@2.0.0 r-glue@1.8.1 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://r-spatial.github.io/qgisprocess/
Licenses: GPL 3+
Build system: r
Synopsis: Use 'QGIS' Processing Algorithms
Description:

This package provides seamless access to the QGIS (<https://qgis.org>) processing toolbox using the standalone qgis_process command-line utility. Both native and third-party (plugin) processing providers are supported. Beside referring data sources from file, also common objects from sf', terra and stars are supported. The native processing algorithms are documented by QGIS.org (2024) <https://docs.qgis.org/latest/en/docs/user_manual/processing_algs/>.

r-quantspec 1.2-4
Propagated dependencies: r-zoo@1.8-15 r-snowfall@1.84-6.3 r-rcpp@1.1.1-1.1 r-quantreg@6.1 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://github.com/tobiaskley/quantspec
Licenses: GPL 2+
Build system: r
Synopsis: Quantile-Based Spectral Analysis of Time Series
Description:

This package provides methods to determine, smooth and plot quantile periodograms for univariate and multivariate time series. See Kley (2016) <doi:10.18637/jss.v070.i03> for a description and tutorial.

r-qbms 2.0.0
Propagated dependencies: r-terra@1.9-27 r-rsqlite@3.52.0 r-rnetcdf@2.11-1 r-jsonlite@2.0.0 r-httr2@1.2.2 r-future-apply@1.20.2 r-future@1.70.0 r-dbi@1.3.0
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://icarda.github.io/QBMS/
Licenses: GPL 3+
Build system: r
Synopsis: Query the Breeding Management System(s)
Description:

This R package assists breeders in linking data systems with their analytic pipelines, a crucial step in digitizing breeding processes. It supports querying and retrieving phenotypic and genotypic data from systems like EBS <https://ebs.excellenceinbreeding.org/>, BMS <https://bmspro.io>, BreedBase <https://breedbase.org>, GIGWA <https://github.com/SouthGreenPlatform/Gigwa2> (using BrAPI <https://brapi.org> calls), , and Germinate <https://germinateplatform.github.io/get-germinate/>. Extra helper functions support environmental data sources, including TerraClimate <https://www.climatologylab.org/terraclimate.html> and FAO HWSDv2 <https://gaez.fao.org/pages/hwsd> soil database.

r-rampage 0.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://adamtkocsis.com/rampage/
Licenses: FSDG-compatible
Build system: r
Synopsis: Calibrated Color Ramps
Description:

Value-calibrated color ramps can be useful to emphasize patterns in data from complex distributions. Colors can be tied to specific values, and the association can be expanded into full color ramps that also include the relationship between colors and values. Such ramps can be used in a variety of cases when heatmap-type plots are necessary, including the visualization of vector and raster spatial data, such as topographies.

r-rangebuilder 2.2
Propagated dependencies: r-units@1.0-1 r-terra@1.9-27 r-stringi@1.8.7 r-sf@1.1-1 r-rnaturalearth@1.2.0 r-rcpp@1.1.1-1.1 r-pbapply@1.7-4 r-alphahull@2.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/ptitle/rangeBuilder
Licenses: GPL 3+
Build system: r
Synopsis: Occurrence Filtering, Geographic Standardization and Generation of Species Range Polygons
Description:

This package provides tools for filtering occurrence records, generating alpha-hull-derived range polygons and mapping species distributions.

r-ropencvlite 4.130.0
Dependencies: cmake@4.1.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://swarm-lab.github.io/ROpenCVLite/
Licenses: GPL 3
Build system: r
Synopsis: Helper Package for Installing 'OpenCV'
Description:

Installs OpenCV for use by other packages. OpenCV <https://opencv.org/> is library of programming functions mainly aimed at real-time computer vision. This Lite version installs the stable base version of OpenCV and some of its experimental externally contributed modules. It does not provide R bindings directly.

r-risk-assessr 4.1.0
Propagated dependencies: r-xml2@1.5.2 r-tidyr@1.3.2 r-test-assessr@2.1.2 r-stringr@1.6.0 r-rmarkdown@2.31 r-rlang@1.2.0 r-remotes@2.5.0 r-rcmdcheck@1.4.0 r-purrr@1.2.2 r-memoise@2.0.1 r-jsonlite@2.0.0 r-glue@1.8.1 r-fs@2.1.0 r-dplyr@1.2.1 r-desc@1.4.3 r-curl@7.1.0 r-checkmate@2.3.4 r-biocmanager@1.30.27
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://pharmaverse.github.io/risk.assessr/
Licenses: GPL 2+
Build system: r
Synopsis: Assessing Package Risk Metrics
Description:

This package provides a reliable and validated tool that captures detailed risk metrics such as R CMD check, test coverage, traceability matrix, documentation, dependencies, reverse dependencies, suggested dependency analysis, repository data, and enhanced reporting for R packages that are local or stored on remote repositories such as GitHub, CRAN, and Bioconductor.

r-rcal 2.0
Propagated dependencies: r-trust@0.1-9
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: http://www.stat.rutgers.edu/~ztan
Licenses: GPL 2+
Build system: r
Synopsis: Regularized Calibrated Estimation
Description:

Regularized calibrated estimation for causal inference and missing-data problems with high-dimensional data, based on Tan (2020a) <doi:10.1093/biomet/asz059>, Tan (2020b) <doi:10.1214/19-AOS1824> and Sun and Tan (2020) <arXiv:2009.09286>.

r-rbgm 0.2.0
Propagated dependencies: r-sp@2.2-1 r-sfheaders@0.4.5 r-rlang@1.2.0 r-reproj@0.7.0 r-raster@3.6-32 r-geosphere@1.6-8 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://research.csiro.au/atlantis/
Licenses: GPL 3
Build system: r
Synopsis: Tools for 'Box Geometry Model' (BGM) Files and Topology for the Atlantis Ecosystem Model
Description:

Facilities for working with Atlantis box-geometry model (BGM) files. Atlantis is a deterministic, biogeochemical, whole-of-ecosystem model. Functions are provided to read from BGM files directly, preserving their internal topology, as well as helper functions to generate spatial data from these mesh forms. This functionality aims to simplify the creation and modification of box and geometry as well as the ability to integrate with other data sources.

r-rmixmod 2.1.10
Propagated dependencies: 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://cran.r-project.org/package=Rmixmod
Licenses: GPL 3
Build system: r
Synopsis: Classification with Mixture Modelling
Description:

Interface of MIXMOD software for supervised, unsupervised and semi-supervised classification with mixture modelling <doi: 10.18637/jss.v067.i06>.

r-rajive 1.0
Propagated dependencies: r-ggplot2@4.0.3 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://cran.r-project.org/package=RaJIVE
Licenses: Expat
Build system: r
Synopsis: Robust Angle Based Joint and Individual Variation Explained
Description:

This package provides a robust alternative to the aJIVE (angle based Joint and Individual Variation Explained) method (Feng et al 2018: <doi:10.1016/j.jmva.2018.03.008>) for the estimation of joint and individual components in the presence of outliers in multi-source data. It decomposes the multi-source data into joint, individual and residual (noise) contributions. The decomposition is robust to outliers and noise in the data. The method is illustrated in Ponzi et al (2021) <arXiv:2101.09110>.

r-rbranding 0.1.1
Propagated dependencies: r-yaml@2.3.12 r-ggplot2@4.0.3 r-credentials@2.0.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://epiforesite.github.io/rbranding/
Licenses: Expat
Build system: r
Synopsis: Manage Branding and Accessibility of R Projects
Description:

This package provides a tool for building projects that are visually consistent, accessible, and easy to maintain. It provides functions for managing branding assets, applying organization-wide themes using brand.yml', and setting up new projects with accessibility features and correct branding. It supports quarto', shiny', and rmarkdown projects, and integrates with ggplot2'. The accessibility features are based on the Web Content Accessibility Guidelines <https://www.w3.org/WAI/WCAG22/quickref/?versions=2.1> and Accessible Rich Internet Applications (ARIA) specifications <https://www.w3.org/WAI/ARIA/apg/>. The branding framework implements the brand.yml specification <https://posit-dev.github.io/brand-yml/>.

r-runes 0.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=runes
Licenses: Expat
Build system: r
Synopsis: Convert Strings to Elder Futhark Runes
Description:

Convert a string of text characters to Elder Futhark Runes <https://en.wikipedia.org/wiki/Elder_Futhark>.

r-rgbm 1.0-11
Propagated dependencies: r-plyr@1.8.9 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://cran.r-project.org/package=RGBM
Licenses: GPL 3+
Build system: r
Synopsis: LS-TreeBoost and LAD-TreeBoost for Gene Regulatory Network Reconstruction
Description:

This package provides an implementation of Regularized LS-TreeBoost & LAD-TreeBoost algorithm for Regulatory Network inference from any type of expression data (Microarray/RNA-seq etc).

r-rosm 0.3.1
Propagated dependencies: r-wk@0.9.5 r-rlang@1.2.0 r-progress@1.2.3 r-png@0.1-9 r-jpeg@0.1-11 r-glue@1.8.1 r-curl@7.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/paleolimbot/rosm
Licenses: GPL 2
Build system: r
Synopsis: Plot Raster Map Tiles from Open Street Map and Other Sources
Description:

Download and plot Open Street Map <https://www.openstreetmap.org/>, Bing Maps <https://www.bing.com/maps> and other tiled map sources. Use to create basemaps quickly and add hillshade to vector-based maps.

r-raytracing 0.6.0
Propagated dependencies: r-units@1.0-1 r-sf@1.1-1 r-ncdf4@1.24
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/salvatirehbein/raytracing/
Licenses: GPL 3
Build system: r
Synopsis: Rossby Wave Ray Tracing
Description:

Rossby wave ray paths are traced from a determined source, specified wavenumber, and direction of propagation. "raytracing" also works with a set of experiments changing these parameters, making possible the identification of Rossby wave sources automatically. The theory used here is based on classical studies, such as Hoskins and Karoly (1981) <doi:10.1175/1520-0469(1981)038%3C1179:TSLROA%3E2.0.CO;2>, Karoly (1983) <doi:10.1016/0377-0265(83)90013-1>, Hoskins and Ambrizzi (1993) <doi:10.1175/1520-0469(1993)050%3C1661:RWPOAR%3E2.0.CO;2>, and Yang and Hoskins (1996) <doi:10.1175/1520-0469(1996)053%3C2365:PORWON%3E2.0.CO;2>.

r-rmoa 1.1.0
Dependencies: openjdk@25.0.2
Propagated dependencies: r-rmoajars@1.2.0 r-rjava@1.0-18
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: http://www.bnosac.be
Licenses: GPL 3
Build system: r
Synopsis: Connect R with MOA for Massive Online Analysis
Description:

Connect R with MOA (Massive Online Analysis - <https://moa.cms.waikato.ac.nz/>) to build classification models and regression models on streaming data or out-of-RAM data. Also streaming recommendation models are made available.

Total packages: 72465