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

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-distanceto 0.0.3
Propagated dependencies: r-sf@1.0-23 r-nabor@0.5.0 r-geodist@0.1.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/robitalec/distance-to
Licenses: GPL 3+
Build system: r
Synopsis: Calculate Distance to Features
Description:

Calculates distances from point locations to features. The usual approach for eg. resource selection function analyses is to generate a complete distance to features surface then sample it with your observed and random points. Since these raster based approaches can be pretty costly with large areas, and often lead to memory issues in R, the distanceto package opts to compute these distances using efficient, vector based approaches. As a helper, there's a decidedly low-res raster based approach for visually inspecting your region's distance surface. But the workhorse is distance_to.

r-dataseries 0.2.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: http://www.dataseries.org
Licenses: GPL 3
Build system: r
Synopsis: Switzerland's Data Series in One Place
Description:

Download and import time series from <http://www.dataseries.org>, a comprehensive and up-to-date collection of open data from Switzerland.

r-dmutate 0.2.0
Propagated dependencies: r-tibble@3.3.0 r-rlang@1.1.6 r-mass@7.3-65 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/kylebaron/dmutate
Licenses: GPL 2+
Build system: r
Synopsis: Mutate Data Frames with Random Variates
Description:

Work within the dplyr workflow to add random variates to your data frame. Variates can be added at any level of an existing column. Also, bounds can be specified for simulated variates.

r-dualtrees 0.1.5
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dualtrees
Licenses: Expat
Build system: r
Synopsis: Decimated and Undecimated 2D Complex Dual-Tree Wavelet Transform
Description:

An implementation of the decimated two-dimensional complex dual-tree wavelet transform as described in Kingsbury (1999) <doi:10.1098/rsta.1999.0447> and Selesnick et al. (2005) <doi:10.1109/MSP.2005.1550194>. Also includes the undecimated version and spectral bias correction described in Nelson et al. (2018) <doi:10.1007/s11222-017-9784-0>. The code is partly based on the dtcwt Python library.

r-disposables 1.0.3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/gaborcsardi/disposables
Licenses: Expat
Build system: r
Synopsis: Create Disposable R Packages for Testing
Description:

Create disposable R packages for testing. You can create, install and load multiple R packages with a single function call, and then unload, uninstall and destroy them with another function call. This is handy when testing how some R code or an R package behaves with respect to other packages.

r-dispositioneffect 1.0.1
Propagated dependencies: r-purrr@1.2.0 r-progress@1.2.3 r-magrittr@2.0.4 r-lubridate@1.9.4 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://marcozanotti.github.io/dispositionEffect/
Licenses: Expat
Build system: r
Synopsis: Analysis of Disposition Effect on Financial Portfolios
Description:

Evaluate the presence of disposition effect and others irrational investor's behaviors based solely on investor's transactions and financial market data. Experimental data can also be used to perform the analysis. Four different methodologies are implemented to account for the different nature of human behaviors on financial markets. Novel analyses such as portfolio driven and time series disposition effect are also allowed.

r-ddiv 0.1.1
Propagated dependencies: r-segmented@2.1-4 r-qpdf@1.4.1 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=ddiv
Licenses: GPL 2+
Build system: r
Synopsis: Data Driven I-v Feature Extraction
Description:

The Data Driven I-V Feature Extraction is used to extract Current-Voltage (I-V) features from I-V curves. I-V curves indicate the relationship between current and voltage for a solar cell or Photovoltaic (PV) modules. The I-V features such as maximum power point (Pmp), shunt resistance (Rsh), series resistance (Rs),short circuit current (Isc), open circuit voltage (Voc), fill factor (FF), current at maximum power (Imp) and voltage at maximum power(Vmp) contain important information of the performance for PV modules. The traditional method uses the single diode model to model I-V curves and extract I-V features. This package does not use the diode model, but uses data-driven a method which select different linear parts of the I-V curves to extract I-V features. This method also uses a sampling method to calculate uncertainties when extracting I-V features. Also, because of the partially shaded array, "steps" occurs in I-V curves. The "Segmented Regression" method is used to identify steps in I-V curves. This material is based upon work supported by the U.S. Department of Energyâ s Office of Energy Efficiency and Renewable Energy (EERE) under Solar Energy Technologies Office (SETO) Agreement Number DE-EE0007140. Further information can be found in the following paper. [1] Ma, X. et al, 2019. <doi:10.1109/JPHOTOV.2019.2928477>.

r-datetime 0.1.4
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=datetime
Licenses: GPL 3
Build system: r
Synopsis: Nominal Dates, Times, and Durations
Description:

This package provides methods for working with nominal dates, times, and durations. Base R has sophisticated facilities for handling time, but these can give unexpected results if, for example, timezone is not handled properly. This package provides a more casual approach to support cases which do not require rigorous treatment. It systematically deconstructs the concepts origin and timezone, and de-emphasizes the display of seconds. It also converts among nominal durations such as seconds, hours, days, and weeks. See ?datetime and ?duration for examples. Adapted from metrumrg <http://r-forge.r-project.org/R/?group_id=1215>.

r-drquality 0.2.1
Propagated dependencies: r-databionicswarm@2.0.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DRquality
Licenses: GPL 3
Build system: r
Synopsis: Quality Measurements for Dimensionality Reduction
Description:

Several quality measurements for investigating the performance of dimensionality reduction methods are provided here. In addition a new quality measurement called Gabriel classification error is made accessible, which was published in Thrun, M. C., Märte, J., & Stier, Q: "Analyzing Quality Measurements for Dimensionality Reduction" (2023), Machine Learning and Knowledge Extraction (MAKE), <DOI:10.3390/make5030056>.

r-dupnodes 0.3.0
Propagated dependencies: r-rdpack@2.6.4 r-igraph@2.2.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dupNodes
Licenses: GPL 3
Build system: r
Synopsis: Computes DNSLbetweenness, a Betweenness Measure that Includes Self-Loops
Description:

Computes a new measure, DNSL betweenness, via the creation of a new graph from an existing one, duplicating nodes with self-loops. This betweenness centrality does not drop this essential information. Implements Merelo & Molinari (2024) <doi:10.1007/s42001-023-00245-4>.

r-diginorm 0.1.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=digiNORM
Licenses: GPL 3
Build system: r
Synopsis: Data-Driven Digital PCR Normalization
Description:

Adopts the general least squares-based data-driven normalization strategy developed by Heckmann et al. (2011) <doi:10.1186/1471-2105-12-250> to correct for technical variance in gene expression data generated via digital polymerase chain reaction (dPCR). Performs normalization of raw copy numbers and also calculates relative variability metrics that can be used to assess the impact of normalization on variance.

r-distributioniv 0.1.3
Propagated dependencies: r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DistributionIV
Licenses: Expat
Build system: r
Synopsis: Distributional Instrumental Variable (DIV) Model
Description:

Distributional instrumental variable (DIV) model for estimation of the interventional distribution of the outcome Y under a do intervention on the treatment X. Instruments, predictors and targets can be univariate or multivariate. Functionality includes estimation of the (conditional) interventional mean and quantiles, as well as sampling from the fitted (conditional) interventional distribution.

r-debtkit 0.1.2
Propagated dependencies: r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/charlescoverdale/debtkit
Licenses: Expat
Build system: r
Synopsis: Debt Sustainability Analysis and Fiscal Risk Assessment
Description:

Analyses government debt sustainability using the standard debt dynamics framework from Blanchard (1990) <doi:10.1787/budget-v2-art12-en> and the IMF Debt Sustainability Analysis methodology (IMF, 2013) and the Sovereign Risk and Debt Sustainability Framework (IMF, 2022). Projects debt-to-GDP paths, decomposes historical debt changes into interest, growth, and primary balance contributions, and estimates fiscal reaction functions following Bohn (1998) <doi:10.1162/003355398555793>. Produces stochastic fan charts via Monte Carlo simulation, standardised stress tests, and IMF- style heat map risk assessments. Computes S1/S2 sustainability gap indicators used by the European Commission. All methods are pure computation with no external dependencies beyond base R; works with fiscal data from any source.

r-dbnmfrank 0.1.0
Propagated dependencies: r-pmledecon@0.2.1 r-nmf@0.28
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DBNMFrank
Licenses: GPL 3+
Build system: r
Synopsis: Rank Selection for Non-Negative Matrix Factorization
Description:

Given the non-negative data and its distribution, the package estimates the rank parameter for Non-negative Matrix Factorization. The method is based on hypothesis testing, using a deconvolved bootstrap distribution to assess the significance level accurately despite the large amount of optimization error. The distribution of the non-negative data can be either Normal distributed or Poisson distributed.

r-designr 0.1.13
Propagated dependencies: r-tibble@3.3.0 r-mass@7.3-65 r-lme4@1.1-37 r-dplyr@1.1.4 r-crossdes@1.1-2
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://maxrabe.com/designr
Licenses: GPL 3
Build system: r
Synopsis: Balanced Factorial Designs
Description:

Generate balanced factorial designs with crossed and nested random and fixed effects <https://github.com/mmrabe/designr>.

r-dymo 2.0.0
Propagated dependencies: r-rlang@1.1.6 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://rpubs.com/giancarlo_vercellino/dymo
Licenses: GPL 3
Build system: r
Synopsis: Dynamic Mode Decomposition Forecasting with Conformal Predictive Sampling
Description:

The DYMO package provides tools for multi-feature time-series forecasting using a Dynamic Mode Decomposition (DMD) model combined with conformal predictive sampling for uncertainty quantification.

r-discauc 1.1.0
Propagated dependencies: r-tibble@3.3.0 r-rlang@1.1.6 r-glue@1.8.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/jefriedel/discAUC
Licenses: GPL 3
Build system: r
Synopsis: Linear and Non-Linear AUC for Discounting Data
Description:

Area under the curve (AUC; Myerson et al., 2001) <doi:10.1901/jeab.2001.76-235> is a popular measure used in discounting research. Although the calculation of AUC is standardized, there are differences in AUC based on some assumptions. For example, Myerson et al. (2001) <doi:10.1901/jeab.2001.76-235> assumed that (with delay discounting data) a researcher would impute an indifference point at zero delay equal to the value of the larger, later outcome. However, this practice is not clearly followed. This imputed zero-delay indifference point plays an important role in log and ordinal versions of AUC. Ordinal and log versions of AUC are described by Borges et al. (2016)<doi:10.1002/jeab.219>. The package can calculate all three versions of AUC [and includes a new version: IHS(AUC)], impute indifference points when x = 0, calculate ordinal AUC in the case of Halton sampling of x-values, and account for probability discounting AUC.

r-dcmdata 0.2.0
Propagated dependencies: r-tibble@3.3.0 r-rlang@1.1.6 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://dcmdata.r-dcm.org
Licenses: Expat
Build system: r
Synopsis: Data Sets for Diagnostic Classification Modeling
Description:

Access data sets for demonstrating or testing diagnostic classification models. Simulated data sets can be used to compare estimated model output to true data-generating values. Real data sets can be used to demonstrate real-world applications of diagnostic models.

r-dialrjars 9.0.21
Dependencies: openjdk@25
Propagated dependencies: r-rjava@1.0-11
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/socialresearchcentre/dialrjars
Licenses: GPL 3+
Build system: r
Synopsis: Required 'libphonenumber' jars for the 'dialr' Package
Description:

Collects libphonenumber jars required for the dialr package.

r-deltaplotr 1.9
Propagated dependencies: r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=deltaPlotR
Licenses: GPL 2+
Build system: r
Synopsis: Identification of Dichotomous Differential Item Functioning (DIF) using Angoff's Delta Plot Method
Description:

The deltaPlotR package implements Angoff's Delta Plot method to detect dichotomous DIF. Several detection thresholds are included, either from multivariate normality assumption or by prior determination. Item purification is supported (Magis and Facon (2014) <doi:10.18637/jss.v059.c01>).

r-dtda-ni 1.0.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/sidoruvigo/DTDA.ni
Licenses: GPL 2
Build system: r
Synopsis: Doubly Truncated Data Analysis, Non Iterative
Description:

Non-iterative estimator for the cumulative distribution of a doubly truncated variable. de Uña-à lvarez J. (2018) <doi:10.1007/978-3-319-73848-2_37>.

r-dtmapi 0.1.0
Propagated dependencies: r-testthat@3.3.0 r-httr2@1.2.1 r-askpass@1.2.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/Displacement-Tracking-Matrix/dtmapi-R
Licenses: Expat
Build system: r
Synopsis: Fetching Data from the 'Displacement Tracking Matrix'
Description:

Allows humanitarian community, academia, media, government, and non-governmental organizations to utilize the data collected by the Displacement Tracking Matrix (<https://dtm.iom.int>), a unit in the International Organization for Migration. This also provides non-sensitive Internally Displaced Person figures, aggregated at the country, Admin 1 (states, provinces, or equivalent), and Admin 2 (smaller administrative areas) levels.

r-daagbio 0.63-4
Propagated dependencies: r-limma@3.66.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/jhmaindonald/DAAGbio/
Licenses: GPL 2+
Build system: r
Synopsis: Data Sets and Functions, for Demonstrations with Expression Arrays and Gene Sequences
Description:

Data sets and functions, for the display of gene expression array (microarray) data, and for demonstrations with such data.

r-discfrail 0.2
Propagated dependencies: r-survival@3.8-3 r-numderiv@2016.8-1.1 r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/fgaspe04/discfrail
Licenses: GPL 3
Build system: r
Synopsis: Cox Models for Time-to-Event Data with Nonparametric Discrete Group-Specific Frailties
Description:

This package provides functions for fitting Cox proportional hazards models for grouped time-to-event data, where the shared group-specific frailties have a discrete nonparametric distribution. The methods proposed in the package is described by Gasperoni, F., Ieva, F., Paganoni, A. M., Jackson, C. H., Sharples, L. (2018) <doi:10.1093/biostatistics/kxy071>. There are also functions for simulating from these models, with a nonparametric or a parametric baseline hazard function.

Total packages: 69236