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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-questionr 0.8.1
Dependencies: xclip@0.13
Propagated dependencies: r-styler@1.11.0 r-shiny@1.11.1 r-rstudioapi@0.17.1 r-rlang@1.1.6 r-miniui@0.1.2 r-labelled@2.16.0 r-htmltools@0.5.8.1 r-highr@0.11 r-classint@0.4-11
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://juba.github.io/questionr/
Licenses: GPL 2+
Synopsis: Functions to Make Surveys Processing Easier
Description:

Set of functions to make the processing and analysis of surveys easier : interactive shiny apps and addins for data recoding, contingency tables, dataset metadata handling, and several convenience functions.

r-qpmadr 1.1.0-0
Propagated dependencies: r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://github.com/anderic1/qpmadr
Licenses: GPL 3+
Synopsis: Interface to the 'qpmad' Quadratic Programming Solver
Description:

Efficiently solve quadratic problems with linear inequality, equality and box constraints. The method used is outlined in D. Goldfarb, and A. Idnani (1983) <doi:10.1007/BF02591962>.

r-quickregression 0.2
Propagated dependencies: r-car@3.1-3
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=quickregression
Licenses: GPL 3
Synopsis: Quick Linear Regression
Description:

Helps to perform linear regression analysis by reducing manual effort. Reduces the independent variables based on specified p-value and Variance Inflation Factor (VIF) level.

r-quadtree 0.1.14
Propagated dependencies: r-terra@1.8-86 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://github.com/dfriend21/quadtree/
Licenses: Expat
Synopsis: Region Quadtrees for Spatial Data
Description:

This package provides functionality for working with raster-like quadtrees (also called â region quadtreesâ ), which allow for variable-sized cells. The package allows for flexibility in the quadtree creation process. Several functions defining how to split and aggregate cells are provided, and custom functions can be written for both of these processes. In addition, quadtrees can be created using other quadtrees as â templatesâ , so that the new quadtree's structure is identical to the template quadtree. The package also includes functionality for modifying quadtrees, querying values, saving quadtrees to a file, and calculating least-cost paths using the quadtree as a resistance surface.

r-qtl2fst 0.30
Propagated dependencies: r-qtl2@0.38 r-fst@0.9.8
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://github.com/rqtl/qtl2fst
Licenses: GPL 3
Synopsis: Database Storage of Genotype Probabilities for QTL Mapping
Description:

Uses the fst package to store genotype probabilities on disk for the qtl2 package. These genotype probabilities are a central data object for mapping quantitative trait loci (QTL), but they can be quite large. The facilities in this package enable the genotype probabilities to be stored on disk, leading to reduced memory usage with only a modest increase in computation time.

r-quantilegrader 0.1.1
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: http://www.kingcounty.gov/depts/health/environmental-health/food-safety/inspection-system/food-safety-rating.aspx
Licenses: GPL 2+
Synopsis: Quantile-Adjusted Restaurant Grading
Description:

Implementation of the food safety restaurant grading system adopted by Public Health - Seattle & King County (see Ashwood, Z.C., Elias, B., and Ho. D.E. "Improving the Reliability of Food Safety Disclosure: A Quantile Adjusted Restaurant Grading System for Seattle-King County" (working paper)). As reported in the accompanying paper, this package allows jurisdictions to easily implement refinements that address common challenges with unadjusted grading systems. First, in contrast to unadjusted grading, where the most recent single routine inspection is the primary determinant of a grade, grading inputs are allowed to be flexible. For instance, it is straightforward to base the grade on average inspection scores across multiple inspection cycles. Second, the package can identify quantile cutoffs by inputting substantively meaningful regulatory thresholds (e.g., the proportion of establishments receiving sufficient violation points to warrant a return visit). Third, the quantile adjustment equalizes the proportion of establishments in a flexible number of grading categories (e.g., A/B/C) across areas (e.g., ZIP codes, inspector areas) to account for inspector differences. Fourth, the package implements a refined quantile adjustment that addresses two limitations with the stats::quantile() function when applied to inspection score datasets with large numbers of score ties. The quantile adjustment algorithm iterates over quantiles until, over all restaurants in all areas, grading proportions are within a tolerance of desired global proportions. In addition the package allows a modified definition of "quantile" from "Nearest Rank". Instead of requiring that at least p[1]% of restaurants receive the top grade and at least (p[1]+p[2])% of restaurants receive the top or second best grade for quantiles p, the algorithm searches for cutoffs so that as close as possible p[1]% of restaurants receive the top grade, and as close as possible to p[2]% of restaurants receive the second top grade.

r-qtlcharts 0.18
Propagated dependencies: r-qtl@1.72 r-htmlwidgets@1.6.4
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://kbroman.org/qtlcharts/
Licenses: GPL 3 FSDG-compatible
Synopsis: Interactive Graphics for QTL Experiments
Description:

Web-based interactive charts (using D3.js) for the analysis of experimental crosses to identify genetic loci (quantitative trait loci, QTL) contributing to variation in quantitative traits. Broman (2015) <doi:10.1534/genetics.114.172742>.

r-quantumops 3.0.1
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=QuantumOps
Licenses: GPL 3
Synopsis: Performs Common Linear Algebra Operations Used in Quantum Computing and Implements Quantum Algorithms
Description:

This package contains basic structures and operations used frequently in quantum computing. Intended to be a convenient tool to help learn quantum mechanics and algorithms. Can create arbitrarily sized kets and bras and implements quantum gates, inner products, and tensor products. Creates arbitrarily controlled versions of all gates and can simulate complete or partial measurements of kets. Has functionality to convert functions into equivalent quantum gates and model quantum noise. Includes larger applications, such as Steane error correction <DOI:10.1103/physrevlett.77.793>, Quantum Fourier Transform and Shor's algorithm (Shor 1999), Grover's algorithm (1996), Quantum Approximation Optimization Algorithm (QAOA) (Farhi, Goldstone, and Gutmann 2014) <arXiv:1411.4028>, and a variational quantum classifier (Schuld 2018) <arXiv:1804.00633>. Can be used with the gridsynth algorithm <arXiv:1212.6253> to perform decomposition into the Clifford+T set.

r-qindex-data 0.1.3
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=Qindex.data
Licenses: GPL 2
Synopsis: Data for Package 'Qindex'
Description:

Example data used in package Qindex'.

r-quartets 0.1.1
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://github.com/r-causal/quartets
Licenses: Expat
Synopsis: Datasets to Help Teach Statistics
Description:

In the spirit of Anscombe's quartet, this package includes datasets that demonstrate the importance of visualizing your data, the importance of not relying on statistical summary measures alone, and why additional assumptions about the data generating mechanism are needed when estimating causal effects. The package includes "Anscombe's Quartet" (Anscombe 1973) <doi:10.1080/00031305.1973.10478966>, D'Agostino McGowan & Barrett (2023) "Causal Quartet" <doi:10.48550/arXiv.2304.02683>, "Datasaurus Dozen" (Matejka & Fitzmaurice 2017), "Interaction Triptych" (Rohrer & Arslan 2021) <doi:10.1177/25152459211007368>, "Rashomon Quartet" (Biecek et al. 2023) <doi:10.48550/arXiv.2302.13356>, and Gelman "Variation and Heterogeneity Causal Quartets" (Gelman et al. 2023) <doi:10.48550/arXiv.2302.12878>.

r-qcgwas 1.0-9
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=QCGWAS
Licenses: GPL 3+
Synopsis: Quality Control of Genome Wide Association Study Results
Description:

This package provides tools for (automated and manual) quality control of the results of Genome Wide Association Studies.

r-qualpalr 1.0.1
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://jolars.github.io/qualpalr/
Licenses: GPL 3
Synopsis: Automatic Generation of Qualitative Color Palettes
Description:

Automatic generation of maximally distinct qualitative color palettes, optionally tailored to color deficiency. A list of colors or a subspace of a color space is used as input and then projected to the DIN99d color space, where colors that are maximally distinct are chosen algorithmically.

r-qtools 1.6.0
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-quantreg@6.1 r-quantdr@1.3.2 r-numderiv@2016.8-1.1 r-np@0.60-18 r-matrix@1.7-4 r-mass@7.3-65 r-gtools@3.9.5 r-glmx@0.2-1 r-corpcor@1.6.10 r-conquer@1.3.3 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=Qtools
Licenses: GPL 2+
Synopsis: Utilities for Quantiles
Description:

This package provides functions for unconditional and conditional quantiles. These include methods for transformation-based quantile regression, quantile-based measures of location, scale and shape, methods for quantiles of discrete variables, quantile-based multiple imputation, restricted quantile regression, directional quantile classification, and quantile ratio regression. A vignette is given in Geraci (2016, The R Journal) <doi:10.32614/RJ-2016-037> and included in the package.

r-qapprox 0.2.0
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=Qapprox
Licenses: GPL 2
Synopsis: Approximation to the Survival Functions of Quadratic Forms of Gaussian Variables
Description:

Calculates the right-tail probability of quadratic forms of Gaussian variables using the skewness-kurtosis ratio matching method, modified Liu-Tang-Zhang method and Satterthwaite-Welch method. The technical details can be found in Hong Zhang, Judong Shen and Zheyang Wu (2020) <arXiv:2005.00905>.

r-qtl2ggplot 1.2.6
Propagated dependencies: r-tidyr@1.3.1 r-stringr@1.6.0 r-rlang@1.1.6 r-rcpp@1.1.0 r-rcolorbrewer@1.1-3 r-qtl2@0.38 r-purrr@1.2.0 r-ggrepel@0.9.6 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://github.com/byandell-sysgen/qtl2ggplot
Licenses: GPL 3
Synopsis: Data Visualization for QTL Experiments
Description:

This package provides functions to plot QTL (quantitative trait loci) analysis results and related diagnostics. Part of qtl2', an upgrade of the qtl package to better handle high-dimensional data and complex cross designs.

r-qregbb 1.0.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=QregBB
Licenses: GPL 3
Synopsis: Block Bootstrap Methods for Quantile Regression in Time Series
Description:

This package implements moving-blocks bootstrap and extended tapered-blocks bootstrap, as well as smooth versions of each, for quantile regression in time series. This package accompanies the paper: Gregory, K. B., Lahiri, S. N., & Nordman, D. J. (2018). A smooth block bootstrap for quantile regression with time series. The Annals of Statistics, 46(3), 1138-1166.

r-qcr 1.4
Propagated dependencies: r-qcc@2.7 r-mvtnorm@1.3-3 r-mass@7.3-65 r-fda-usc@2.2.0
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://github.com/mflores72000/qcr
Licenses: GPL 2+
Synopsis: Quality Control Review
Description:

Univariate and multivariate SQC tools that completes and increases the SQC techniques available in R. Apart from integrating different R packages devoted to SQC ('qcc','MSQC'), provides nonparametric tools that are highly useful when Gaussian assumption is not met. This package computes standard univariate control charts for individual measurements, X-bar', S', R', p', np', c', u', EWMA and CUSUM'. In addition, it includes functions to perform multivariate control charts such as Hotelling T2', MEWMA and MCUSUM'. As representative feature, multivariate nonparametric alternatives based on data depth are implemented in this package: r', Q and S control charts. In addition, Phase I and II control charts for functional data are included. This package also allows the estimation of the most complete set of capability indices from first to fourth generation, covering the nonparametric alternatives, and performing the corresponding capability analysis graphical outputs, including the process capability plots. See Flores et al. (2021) <doi:10.32614/RJ-2021-034>.

r-quadroot 0.2.1
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=QuadRoot
Licenses: GPL 2
Synopsis: Quadratic Root for any Quadratic Equation
Description:

It will assist the user to find simple quadratic roots from any quadratic equation.

r-qcewas 1.2-3
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=QCEWAS
Licenses: GPL 3+
Synopsis: Fast and Easy Quality Control of EWAS Results Files
Description:

This package provides tools for (automated and manual) quality control of the results of Epigenome-Wide Association Studies.

r-qgshiny 0.1.0
Propagated dependencies: r-shiny@1.11.1 r-rmarkdown@2.30
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=qgshiny
Licenses: Expat
Synopsis: 'shiny' Application for Active Learning Instruction in Introductory Quantitative Genetics
Description:

This package provides a shiny application for teaching introductory quantitative genetics and plant breeding through interactive simulations. The application relies on established plant breeding and quantitative genetic theory found in Falconer and Mackay (1996, ISBN:0582243025) and Bernardo (2010, ISBN:978-0972072427).

r-qaig 0.1.7
Propagated dependencies: r-stringr@1.6.0 r-formula@1.2-5
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://github.com/shubh-b/QAIG
Licenses: GPL 3
Synopsis: Automatic Item Generator for Quantitative Multiple-Choice Items
Description:

This package provides a tool for automatic generation of sibling items from a parent item model defined by the user. It is an implementation of the process automatic item generation (AIG) focused on generating quantitative multiple-choice type of items (see Embretson, Kingston (2018) <doi:10.1111/jedm.12166>).

r-qrm 0.4-35
Propagated dependencies: r-timeseries@4041.111 r-timedate@4051.111 r-rcpp@1.1.0 r-numderiv@2016.8-1.1 r-mvtnorm@1.3-3 r-mgcv@1.9-4 r-matrix@1.7-4 r-gsl@2.1-9
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=QRM
Licenses: GPL 2+
Synopsis: Provides R-Language Code to Examine Quantitative Risk Management Concepts
Description:

This package provides functions/methods to accompany the book Quantitative Risk Management: Concepts, Techniques and Tools by Alexander J. McNeil, Ruediger Frey, and Paul Embrechts.

r-qqvases 1.0.0
Propagated dependencies: r-shinythemes@1.2.0 r-shiny@1.11.1
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://cran.r-project.org/package=qqvases
Licenses: GPL 2
Synopsis: Animated Normal Quantile-Quantile Plots
Description:

Presents an explanatory animation of normal quantile-quantile plots based on a water-filling analogy. The animation presents a normal QQ plot as the parametric plot of the water levels in vases defined by two distributions. The distributions decorate the axes in the normal QQ plot and are optionally shown as vases adjacent to the plot. The package draws QQ plots for several distributions, either as samples or continuous functions.

r-qdaptools 1.3.7
Propagated dependencies: r-xml@3.99-0.20 r-rcurl@1.98-1.17 r-data-table@1.17.8 r-chron@2.3-62
Channel: guix-cran
Location: guix-cran/packages/q.scm (guix-cran packages q)
Home page: https://github.com/trinker/qdapTools
Licenses: GPL 2
Synopsis: Tools for the 'qdap' Package
Description:

This package provides a collection of tools associated with the qdap package that may be useful outside of the context of text analysis.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884
Total results: 21208