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

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-rgap 0.1.1
Propagated dependencies: r-zoo@1.8-15 r-openxlsx@4.2.8.1 r-kfas@1.6.0 r-gridextra@2.3 r-ggplot2@4.0.3 r-dlm@1.1-6.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RGAP
Licenses: GPL 3
Build system: r
Synopsis: Production Function Output Gap Estimation
Description:

The output gap indicates the percentage difference between the actual output of an economy and its potential. Since potential output is a latent process, the estimation of the output gap poses a challenge and numerous filtering techniques have been proposed. RGAP facilitates the estimation of a Cobb-Douglas production function type output gap, as suggested by the European Commission (Havik et al. 2014) <https://ideas.repec.org/p/euf/ecopap/0535.html>. To that end, the non-accelerating wage rate of unemployment (NAWRU) and the trend of total factor productivity (TFP) can be estimated in two bivariate unobserved component models by means of Kalman filtering and smoothing. RGAP features a flexible modeling framework for the appropriate state-space models and offers frequentist as well as Bayesian estimation techniques. Additional functionalities include direct access to the AMECO <https://economy-finance.ec.europa.eu/economic-research-and-databases/economic-databases/ameco-database_en> database and automated model selection procedures. See the paper by Streicher (2022) <http://hdl.handle.net/20.500.11850/552089> for details.

r-rusk 0.1.1
Propagated dependencies: r-tidyr@1.3.2 r-shiny@1.13.0 r-reshape2@1.4.5 r-ggplot2@4.0.3 r-ggforce@0.5.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/ThinkR-open/rusk
Licenses: GPL 3
Build system: r
Synopsis: Beautiful Graphical Representation of Multiplication Tables on a Modular Circle
Description:

By placing on a circle 10 points numbered from 1 to 10, and connecting them by a straight line to the point corresponding to its multiplication by 2. (1 must be connected to 1 * 2 = 2, point 2 must be set to 2 * 2 = 4, point 3 to 3 * 2 = 6 and so on). You will obtain an amazing geometric figure that complicates and beautifies itself by varying the number of points and the multiplication table you use.

r-readstata13 0.11.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/sjewo/readstata13
Licenses: GPL 2 FSDG-compatible
Build system: r
Synopsis: Import 'Stata' Data Files
Description:

Function to read and write the Stata file format.

r-ricrt 0.1.0
Propagated dependencies: r-tidyverse@2.0.0 r-superlearner@2.0-40 r-rlang@1.2.0 r-rdpack@2.6.6 r-randomforest@4.7-1.2 r-glmnet@5.0 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=Ricrt
Licenses: Expat
Build system: r
Synopsis: Randomization Inference of Clustered Randomized Trials
Description:

This package provides methods for randomization inference in group-randomized trials. Specifically, it can be used to analyze the treatment effect of stratified data with multiple clusters in each stratum with treatment given on cluster level. User may also input as many covariates as they want to fit the data. Methods are described by Dylan S Small et al., (2012) <doi:10.1198/016214507000000897>.

r-rprofile 0.4.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rprofile
Licenses: Expat
Build system: r
Synopsis: Load Both User-Global and Project-Specific R Profile Configurations
Description:

Use rprofile::load() inside a project .Rprofile file to ensure that the user-global .Rprofile is loaded correctly regardless of its location, and other common resources (in particular renv') are also set up correctly.

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-rcppexamples 0.1.10
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/eddelbuettel/rcppexamples
Licenses: GPL 2+
Build system: r
Synopsis: Examples using 'Rcpp' to Interface R and C++
Description:

Examples for Seamless R and C++ integration The Rcpp package contains a C++ library that facilitates the integration of R and C++ in various ways. This package provides some usage examples. Note that the documentation in this package currently does not cover all the features in the package. The site <https://gallery.rcpp.org> regroups a large number of examples for Rcpp'.

r-rcgls 1.0.3
Propagated dependencies: r-sp@2.2-1 r-rcurl@1.98-1.18 r-raster@3.6-32 r-ncdf4@1.24
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RCGLS
Licenses: Expat
Build system: r
Synopsis: Download and Open Data Provided by the Copernicus Global Land Service
Description:

Download and open manifest files provided by the Copernicus Global Land Service data <https://land.copernicus.eu/global/>. The manifest files are available at: <https://land.copernicus.vgt.vito.be/manifest/>. Also see: <https://land.copernicus.eu/global/access/>. Before you can download the data, you will first need to register to create a username and password.

r-r2dii-plot 0.5.2
Propagated dependencies: r-stringr@1.6.0 r-scales@1.4.0 r-rlang@1.2.0 r-r2dii-data@0.6.1 r-glue@1.8.1 r-ggrepel@0.9.8 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://rmi-pacta.github.io/r2dii.plot/
Licenses: Expat
Build system: r
Synopsis: Visualize the Climate Scenario Alignment of a Financial Portfolio
Description:

Create plots to visualize the alignment of a corporate lending financial portfolio to climate change scenarios based on climate indicators (production and emission intensities) across key climate relevant sectors of the PACTA methodology (Paris Agreement Capital Transition Assessment; <https://www.transitionmonitor.com/>). Financial institutions use PACTA to study how their capital allocation decisions align with climate change mitigation goals.

r-rfsa 0.9.6
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-rpref@1.5.0 r-hash@2.2.6.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rFSA
Licenses: GPL 2
Build system: r
Synopsis: Feasible Solution Algorithm for Finding Best Subsets and Interactions
Description:

Assists in statistical model building to find optimal and semi-optimal higher order interactions and best subsets. Uses the lm(), glm(), and other R functions to fit models generated from a feasible solution algorithm. Discussed in Subset Selection in Regression, A Miller (2002). Applied and explained for least median of squares in Hawkins (1993) <doi:10.1016/0167-9473(93)90246-P>. The feasible solution algorithm comes up with model forms of a specific type that can have fixed variables, higher order interactions and their lower order terms.

r-rfams 0.0.3
Propagated dependencies: r-purrr@1.2.2 r-fsa@0.10.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/fishR-Core-Team/rFAMS/
Licenses: GPL 2+
Build system: r
Synopsis: Fisheries Analysis and Modeling Simulator
Description:

Simulates the dynamics of exploited fish populations using the Jones modification of the Beverton-Holt equilibrium yield equation to compute yield-per-recruit and dynamic pool models (Ricker 1975) <https://publications.gc.ca/site/eng/480738/publication.html>. Allows users to evaluate minimum, slot, and inverted length limits on exploited fisheries using specified life history parameters. Users can simulate population under a variety of conditional fishing mortality and conditional natural mortality. Calculated quantities include number of fish harvested and dying naturally, mean weight and length of fish harvested, number of fish that reach specified lengths of interest, total number of fish and biomass in the population, and stock density indices.

r-replacer 1.0.2
Propagated dependencies: r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=replacer
Licenses: GPL 3
Build system: r
Synopsis: Value Replacement Utility
Description:

Updates values within csv format data files using a custom, User-built csv format lookup file. Based on data.table package.

r-reca 1.7.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://nanx.me/RECA/
Licenses: GPL 3+
Build system: r
Synopsis: Relevant Component Analysis for Supervised Distance Metric Learning
Description:

Relevant Component Analysis (RCA) tries to find a linear transformation of the feature space such that the effect of irrelevant variability is reduced in the transformed space.

r-rscelestial 1.0.4
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=RScelestial
Licenses: GPL 2+
Build system: r
Synopsis: Scelestial: Steiner Tree Based Single-Cell Lineage Tree Inference
Description:

Scelestial infers a lineage tree from single-cell DNA mutation matrix. It generates a tree with approximately maximum parsimony through a Steiner tree approximation algorithm.

r-robper 1.2.3
Propagated dependencies: r-robustbase@0.99-7 r-rgenoud@5.9-0.11 r-quantreg@6.1 r-bb@2026.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RobPer
Licenses: GPL 3
Build system: r
Synopsis: Robust Periodogram and Periodicity Detection Methods
Description:

Calculates periodograms based on (robustly) fitting periodic functions to light curves (irregularly observed time series, possibly with measurement accuracies, occurring in astroparticle physics). Three main functions are included: RobPer() calculates the periodogram. Outlying periodogram bars (indicating a period) can be detected with betaCvMfit(). Artificial light curves can be generated using the function tsgen(). For more details see the corresponding article: Thieler, Fried and Rathjens (2016), Journal of Statistical Software 69(9), 1-36, <doi:10.18637/jss.v069.i09>.

r-rpanel 1.1-6.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rpanel
Licenses: GPL 2+
Build system: r
Synopsis: Simple Interactive Controls for R using the 'tcltk' Package
Description:

This package provides a set of functions to build simple GUI controls for R functions. These are built on the tcltk package. Uses could include changing a parameter on a graph by animating it with a slider or a "doublebutton", up to more sophisticated control panels. Some functions for specific graphical tasks, referred to as cartoons', are provided.

r-rprintf 0.2.1
Propagated dependencies: r-stringi@1.8.7
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: http://renkun.me/rprintf
Licenses: Expat
Build system: r
Synopsis: Adaptive Builder for Formatted Strings
Description:

This package provides a set of functions to facilitate building formatted strings under various replacement rules: C-style formatting, variable-based formatting, and number-based formatting. C-style formatting is basically identical to built-in function sprintf'. Variable-based formatting allows users to put variable names in a formatted string which will be replaced by variable values. Number-based formatting allows users to use index numbers to represent the corresponding argument value to appear in the string.

r-rcppbdt 0.2.8
Propagated dependencies: r-rcpp@1.1.1-1.1 r-bh@1.90.0-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/eddelbuettel/rcppbdt
Licenses: GPL 2+
Build system: r
Synopsis: 'Rcpp' Bindings for the Boost Date_Time Library
Description:

Access to Boost Date_Time functionality for dates, durations (both for days and date time objects), time zones, and posix time ('ptime') is provided by using Rcpp modules'. The posix time implementation can support high-resolution of up to nano-second precision by using 96 bits (instead of 64 with R) to present a ptime object (but this needs recompilation with a #define set).

r-rcdk 3.8.2
Dependencies: openjdk@25.0.2
Propagated dependencies: r-rjava@1.0-18 r-rcdklibs@2.9 r-png@0.1-9 r-itertools@0.1-3 r-iterators@1.0.14 r-fingerprint@3.5.10
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/CDK-R/cdkr
Licenses: LGPL 2.0+
Build system: r
Synopsis: Interface to the 'CDK' Libraries
Description:

Allows the user to access functionality in the CDK', a Java framework for cheminformatics. This allows the user to load molecules, evaluate fingerprints, calculate molecular descriptors and so on. In addition, the CDK API allows the user to view structures in 2D.

r-rib 0.30.4
Propagated dependencies: r-rprotobuf@0.4.27 r-r6@2.6.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/lbilli/rib
Licenses: GPL 3
Build system: r
Synopsis: An Implementation of 'Interactive Brokers' API
Description:

Allows interaction with Interactive Brokers Trader Workstation <https://interactivebrokers.github.io/tws-api/>. Handles the connection over the network and the exchange of messages. Data is encoded and decoded between user and wire formats. Data structures and functionality closely mirror the official implementations.

r-rendo 2.5.0
Propagated dependencies: r-reformulas@0.4.4 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1 r-optimx@2025-4.9 r-mvtnorm@1.3-7 r-matrix@1.7-5 r-lmtest@0.9-40 r-lme4@2.0-1 r-ks@1.15.2 r-formula@1.2-5 r-data-table@1.18.4 r-corpcor@1.6.10 r-copula@1.1-7 r-aer@1.2-16
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/mmeierer/REndo
Licenses: GPL 3
Build system: r
Synopsis: Fitting Linear Models with Endogenous Regressors using Latent Instrumental Variables
Description:

Fits linear models with endogenous regressor using latent instrumental variable approaches. The methods included in the package are Lewbel's (1997) <doi:10.2307/2171884> higher moments approach as well as Lewbel's (2012) <doi:10.1080/07350015.2012.643126> heteroscedasticity approach, Park and Gupta's (2012) <doi:10.1287/mksc.1120.0718> joint estimation method that uses Gaussian copula and Kim and Frees's (2007) <doi:10.1007/s11336-007-9008-1> multilevel generalized method of moment approach that deals with endogeneity in a multilevel setting. These are statistical techniques to address the endogeneity problem where no external instrumental variables are needed. See the publication related to this package in the Journal of Statistical Software for more details: <doi:10.18637/jss.v107.i03>. Note that with version 2.0.0 sweeping changes were introduced which greatly improve functionality and usability but break backwards compatibility.

r-rts2 1.0.3
Propagated dependencies: r-stars@0.7-2 r-stanheaders@2.32.10 r-spdep@1.4-2 r-sf@1.1-1 r-rstantools@2.6.0 r-rstan@2.32.7 r-rcppparallel@5.1.11-2 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1 r-raster@3.6-32 r-r6@2.6.1 r-quadprog@1.5-8 r-lubridate@1.9.5 r-glmmrbase@1.4.1 r-fnn@1.1.4.1 r-fmesher@0.7.0 r-bh@1.90.0-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rts2
Licenses: CC-BY-SA 4.0
Build system: r
Synopsis: Log-Gaussian Cox Process Models with Approximations
Description:

Supports modelling case data to facilitate. The package provides automated computational grid generation over an area of interest with methods to map covariates between geographies, model fitting including spatially aggregated case counts, and predictions and visualisation. Monte Carlo maximum likelihood is the main fitting method with a low-rank approximation for Gaussian processes described by Solin and Särkkä (2020) <doi:10.1007/s11222-019-09886-w> and a stochastic partial differential equation approximation. Bayesian methods are also provided for some methods. Log-Gaussian Cox Processes are described by Diggle et al. (2013) <doi:10.1214/13-STS441>.

r-redatam 2.3.1
Propagated dependencies: r-tibble@3.3.1 r-stringr@1.6.0 r-stringi@1.8.7 r-janitor@2.2.1 r-data-table@1.18.4 r-cpp4r@1.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/litalbarkai/open-redatam
Licenses: FSDG-compatible
Build system: r
Synopsis: Import 'REDATAM' Files
Description:

Import REDATAM formats into R via the Open REDATAM C++ library. The full context of this project and details about the implementation are available in <doi:10.1017/dap.2025.4> (Open Access).

r-rangr 1.0.9
Propagated dependencies: r-zoo@1.8-15 r-terra@1.9-27 r-pbapply@1.7-4 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/ropensci/rangr
Licenses: Expat
Build system: r
Synopsis: Mechanistic Simulation of Species Range Dynamics
Description:

Integrates population dynamics and dispersal into a mechanistic virtual species simulator. The package can be used to study the effects of environmental change on population growth and range shifts. It allows for simple and straightforward definition of population dynamics (including positive density dependence), extensive possibilities for defining dispersal kernels, and the ability to generate virtual ecologist data. Learn more about the rangr at <https://docs.ropensci.org/rangr/>. This work was supported by the National Science Centre, Poland, grant no. 2018/29/B/NZ8/00066 and the PoznaÅ Supercomputing and Networking Centre (grant no. pl0090-01).

Total packages: 72465