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

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-repec 0.1.0
Propagated dependencies: r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/chrMongeau/repec
Licenses: Expat
Build system: r
Synopsis: Access RePEc Data Through API
Description:

Utilities for accessing RePEc (Research Papers in Economics) through a RESTful API. You can request a code and get detailed information at the following page: <https://ideas.repec.org/api.html>.

r-readmit 0.0.1
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.0 r-readxl@1.5.0 r-readr@2.2.0 r-httr@1.4.8 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://centralstatz.github.io/readmit/
Licenses: Expat
Build system: r
Synopsis: Tools for Working with Hospital Readmissions Data
Description:

This package contains tools for working with and analyzing hospital readmissions data. The package provides utilities for components of the Hospital Readmissions Reduction Program (HRRP), including program timeline functions, Hospital-Specific Report (HSR) helpers, and general importing tools for the Provider Data Catalog (PDC).

r-rhmc 1.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rhmc
Licenses: GPL 3
Build system: r
Synopsis: Hamiltonian Monte Carlo
Description:

This package implements simple Hamiltonian Monte Carlo routines in R for sampling from any desired target distribution which is continuous and smooth. See Neal (2017) <arXiv:1701.02434> for further details on Hamiltonian Monte Carlo. Automatic parameter selection is not supported.

r-rareflow 0.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rareflow
Licenses: GPL 3+
Build system: r
Synopsis: Variational Flow-Based Inference for Rare Events and Large Deviations
Description:

Variational flow-based methods for modeling rare events using Kullbackâ Leibler (KL) divergence, normalizing flows, Girsanov change of measure, and Freidlinâ Wentzell action functionals. The package provides tools for rare-event inference, minimum-action paths, and quasi-potential computation in stochastic dynamical systems. Methods are based on Rezende and Mohamed (2015) <doi:10.48550/arXiv.1505.05770>, Girsanov (1960) <doi:10.1137/1105027>, and Freidlin and Wentzell (2012, ISBN:978-0387955477).

r-r2shortcode 0.2
Propagated dependencies: r-stringr@1.6.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/oobianom/r2shortcode
Licenses: Expat
Build system: r
Synopsis: Shorten Function Names of Functions in Another Package and Create an Index to Make Them Accessible
Description:

When creating a package, authors may sometimes struggle with coming up with easy and straightforward function names, and at the same time hoping that other packages do not already have the same function names. In trying to meet this goal, sometimes, function names are not descriptive enough and may confuse the potential users. The purpose of this package is to serve as a package function short form generator and also provide shorthand names for other functions. Having this package will entice authors to create long function names without the fear of users not wanting to use their packages because of the long names. In a way, everyone wins - the authors can use long descriptive function names, and the users can use this package to make short functions names while still using the package in question.

r-robcor 0.1-6.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=robcor
Licenses: GPL 2+
Build system: r
Synopsis: Robust Correlations
Description:

Robust pairwise correlations based on estimates of scale, particularly on "FastQn" one-step M-estimate.

r-rminer 1.5.0
Propagated dependencies: r-xgboost@3.2.1.1 r-rpart@4.1.27 r-randomforest@4.7-1.2 r-pls@2.9-0 r-plotrix@3.8-14 r-party@1.3-20 r-nnet@7.3-20 r-mda@0.5-5 r-mass@7.3-65 r-lattice@0.22-9 r-kknn@1.4.1 r-kernlab@0.9-33 r-glmnet@5.0 r-e1071@1.7-17 r-cubist@0.6.0 r-adabag@5.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rminer
Licenses: GPL 2
Build system: r
Synopsis: Machine Learning Classification and Regression Methods
Description:

Facilitates the use of machine learning algorithms in classification and regression (including time series forecasting) tasks by presenting a short and coherent set of functions. Versions: 1.5.0 improved mparheuristic function (new hyperparameter heuristics); 1.4.9 / 1.4.8 improved help, several warning and error code fixes (more stable version, all examples run correctly); 1.4.7 - improved Importance function and examples, minor error fixes; 1.4.6 / 1.4.5 / 1.4.4 new automated machine learning (AutoML) and ensembles, via improved fit(), mining() and mparheuristic() functions, and new categorical preprocessing, via improved delevels() function; 1.4.3 new metrics (e.g., macro precision, explained variance), new "lssvm" model and improved mparheuristic() function; 1.4.2 new "NMAE" metric, "xgboost" and "cv.glmnet" models (16 classification and 18 regression models); 1.4.1 new tutorial and more robust version; 1.4 - new classification and regression models, with a total of 14 classification and 15 regression methods, including: Decision Trees, Neural Networks, Support Vector Machines, Random Forests, Bagging and Boosting; 1.3 and 1.3.1 - new classification and regression metrics; 1.2 - new input importance methods via improved Importance() function; 1.0 - first version.

r-ria 1.7.2
Propagated dependencies: r-oro-nifti@0.11.4 r-oro-dicom@0.5.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://pubmed.ncbi.nlm.nih.gov/29233836/
Licenses: AGPL 3
Build system: r
Synopsis: Radiomics Image Analysis Toolbox for Medial Images
Description:

Radiomics image analysis toolbox for 2D and 3D radiological images. RIA supports DICOM, NIfTI, nrrd and npy (numpy array) file formats. RIA calculates first-order, gray level co-occurrence matrix, gray level run length matrix and geometry-based statistics. Almost all calculations are done using vectorized formulas to optimize run speeds. Calculation of several thousands of parameters only takes minutes on a single core of a conventional PC. Detailed methodology has been published: Kolossvary et al. Circ: Cardiovascular Imaging. 2017;10(12):e006843 <doi: 10.1161/CIRCIMAGING.117.006843>.

r-r02pro 0.2
Propagated dependencies: r-learnr@0.11.6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://r02pro.github.io/
Licenses: GPL 2
Build system: r
Synopsis: R Programming: Zero to Pro
Description:

This is a companion package of the book "R Programming: Zero to Pro" <https://r02pro.github.io/>. It contains the datasets used in the book and provides interactive exercises corresponding to the book. It covers a wide range of topics including visualization, data transformation, tidying data, data input and output.

r-rdpower 3.0
Propagated dependencies: r-rdrobust@4.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/rdpackages/rdpower
Licenses: GPL 3
Build system: r
Synopsis: Power, Sample Size, and Minimum Detectable Effect Calculations for RD Designs
Description:

The regression discontinuity (RD) design is a popular quasi-experimental design for causal inference and policy evaluation. The rdpower package provides tools to perform power, sample size, and minimum detectable effect calculations in RD designs: rdpower() calculates the power of an RD design, rdsampsi() calculates the required sample size to achieve a desired power, and rdmde() calculates minimum detectable effects. See Cattaneo, Titiunik and Vazquez-Bare (2019) <https://rdpackages.github.io/references/Cattaneo-Titiunik-VazquezBare_2019_Stata.pdf> for further methodological details.

r-romney 0.1.0
Propagated dependencies: r-psych@2.6.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/wernerhertzog/Romney
Licenses: Expat
Build system: r
Synopsis: Classical Cultural Consensus Analysis
Description:

This package implements classical cultural consensus analysis with formal, informal, and covariance agreement models, UCINET'-aligned minimum-residual factor extraction, competence estimation, and answer-key estimation. Based on the classical framework of Romney, Weller, and Batchelder (1986) <doi:10.1525/aa.1986.88.2.02a00020>, Romney, Batchelder, and Weller (1987) <doi:10.1177/000276487031002003>, and Weller (2007) <doi:10.1177/1525822X07303502>.

r-rcppuuid 1.2.0
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/rcppuuid
Licenses: GPL 2+
Build system: r
Synopsis: Generating Universally Unique Identificators
Description:

Using the efficient implementation in the Boost C++ library, functions are provided to generate vectors of Universally Unique Identifiers (UUID) from R supporting random (version 4), name (version 5) and time (version 7) UUIDs'. The initial repository was at <https://gitlab.com/artemklevtsov/rcppuuid>.

r-rrreg 0.7.6
Propagated dependencies: r-lme4@2.0-1 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://github.com/danheck/RRreg
Licenses: GPL 3
Build system: r
Synopsis: Correlation and Regression Analyses for Randomized Response Data
Description:

Univariate and multivariate methods to analyze randomized response (RR) survey designs (e.g., Warner, S. L. (1965). Randomized response: A survey technique for eliminating evasive answer bias. Journal of the American Statistical Association, 60, 63â 69, <doi:10.2307/2283137>). Besides univariate estimates of true proportions, RR variables can be used for correlations, as dependent variable in a logistic regression (with or without random effects), or as predictors in a linear regression (Heck, D. W., & Moshagen, M. (2018). RRreg: An R package for correlation and regression analyses of randomized response data. Journal of Statistical Software, 85(2), 1â 29, <doi:10.18637/jss.v085.i02>). For simulations and the estimation of statistical power, RR data can be generated according to several models. The implemented methods also allow to test the link between continuous covariates and dishonesty in cheating paradigms such as the coin-toss or dice-roll task (Moshagen, M., & Hilbig, B. E. (2017). The statistical analysis of cheating paradigms. Behavior Research Methods, 49, 724â 732, <doi:10.3758/s13428-016-0729-x>).

r-resourcecode 0.5.4
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-sf@1.1-1 r-rlang@1.2.0 r-resourcecodedata@1.0.0 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-pracma@2.4.6 r-patchwork@1.3.2 r-ncdf4@1.24 r-lubridate@1.9.5 r-httr2@1.2.2 r-gridtext@0.1.6 r-ggplot2@4.0.3 r-geosphere@1.6-8 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/Resourcecode-project/r-resourcecode
Licenses: GPL 3+
Build system: r
Synopsis: Access to the 'RESOURCECODE' Hindcast Database
Description:

Utility functions to download data from the RESOURCECODE hindcast database of sea-states, time series of sea-state parameters and time series of 1D and 2D wave spectra. See <https://resourcecode.ifremer.fr> for more details about the available data. Also provides facilities to plot and analyse downloaded data, such as computing the sea-state parameters from both the 1D and 2D surface elevation variance spectral density.

r-rquiz 1.0.0
Propagated dependencies: r-jsonlite@2.0.0 r-htmlwidgets@1.6.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/saskiaotto/rquiz
Licenses: Expat
Build system: r
Synopsis: Interactive Quizzes as HTML Widgets
Description:

This package creates interactive JavaScript-based quizzes as HTML widgets. Offers three quiz types: a single question with instant feedback (singleQuestion()), a multi-question quiz with navigation, timer, and results (multiQuestions()), and fill-in-the-blank cloze exercises (fillBlanks()). All quizzes auto-detect single-choice and multiple-choice modes from the input data, support customizable styling, keyboard navigation, and multilingual UI (English, German, French, Spanish). Designed for use in R Markdown', Quarto', and Shiny applications. The singleQuestion() quiz design was inspired by Ozzie Kirkby <https://codepen.io/ozzie/pen/pvrVLm>. The multiQuestions() quiz design was inspired by Abhilash Narayan <https://codepen.io/abhilashn/pen/BRepQz>.

r-rarity 1.3-8
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=Rarity
Licenses: GPL 2+
Build system: r
Synopsis: Calculation of Rarity Indices for Species and Assemblages of Species
Description:

Allows calculation of rarity weights for species and indices of rarity for assemblages of species according to different methods (Leroy et al. 2012, Insect. Conserv. Divers. 5:159-168 <doi:10.1111/j.1752-4598.2011.00148.x>; Leroy et al. 2013, Divers. Distrib. 19:794-803 <doi:10.1111/ddi.12040>).

r-rmat 0.2.0
Propagated dependencies: r-purrr@1.2.2 r-magrittr@2.0.5 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=RMAT
Licenses: Expat
Build system: r
Synopsis: Random Matrix Analysis Toolkit
Description:

Simulate random matrices and ensembles and compute their eigenvalue spectra and dispersions.

r-r2d3 0.2.6
Propagated dependencies: r-rstudioapi@0.18.0 r-jsonlite@2.0.0 r-htmlwidgets@1.6.4 r-htmltools@0.5.9
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://rstudio.github.io/r2d3/
Licenses: Modified BSD
Build system: r
Synopsis: Interface to 'D3' Visualizations
Description:

Suite of tools for using D3', a library for producing dynamic, interactive data visualizations. Supports translating objects into D3 friendly data structures, rendering D3 scripts, publishing D3 visualizations, incorporating D3 in R Markdown, creating interactive D3 applications with Shiny, and distributing D3 based htmlwidgets in R packages.

r-reviewr 2.3.10
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-snakecase@0.11.1 r-shinywidgets@0.9.1 r-shinyjs@2.1.1 r-shinydashboardplus@2.0.6 r-shinydashboard@0.7.3 r-shinycssloaders@1.1.0 r-shiny@1.13.0 r-rsqlite@3.52.0 r-rpostgres@1.4.10 r-rlang@1.2.0 r-redcapr@1.6.0 r-redcapapi@2.12.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-jsonlite@2.0.0 r-httr@1.4.8 r-golem@0.5.1 r-glue@1.8.1 r-gargle@1.6.1 r-dt@0.34.0 r-dplyr@1.2.1 r-dbplyr@2.5.2 r-dbi@1.3.0 r-config@0.3.2 r-bigrquery@1.6.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://reviewr.thewileylab.org/
Licenses: Modified BSD
Build system: r
Synopsis: Light-Weight, Portable Tool for Reviewing Individual Patient Records
Description:

This package provides a portable Shiny tool to explore patient-level electronic health record data and perform chart review in a single integrated framework. This tool supports browsing clinical data in many different formats including multiple versions of the OMOP common data model as well as the MIMIC-III data model. In addition, chart review information is captured and stored securely via the Shiny interface in a REDCap (Research Electronic Data Capture) project using the REDCap API. See the ReviewR website for additional information, documentation, and examples.

r-rtrim 2.3.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/SNStatComp/rtrim
Licenses: FSDG-compatible
Build system: r
Synopsis: Trends and Indices for Monitoring Data
Description:

The TRIM model is widely used for estimating growth and decline of animal populations based on (possibly sparsely available) count data. The current package is a reimplementation of the original TRIM software developed at Statistics Netherlands by Jeroen Pannekoek. See <https://www.cbs.nl/en-gb/society/nature-and-environment/indices-and-trends%2d%2dtrim%2d%2d> for more information about TRIM.

r-rcppbigintalgos 1.1.0
Dependencies: gmp@6.3.0
Propagated dependencies: r-gmp@0.7-5.1 r-cpp11@0.5.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/jwood000/RcppBigIntAlgos
Licenses: GPL 2+
Build system: r
Synopsis: Factor Big Integers with the Parallel Quadratic Sieve
Description:

Features the multiple polynomial quadratic sieve (MPQS) algorithm for factoring large integers and a vectorized factoring function that returns the complete factorization of an integer. The MPQS is based off of the seminal work of Carl Pomerance (1984) <doi:10.1007/3-540-39757-4_17> along with the modification of multiple polynomials introduced by Peter Montgomery and J. Davis as outlined by Robert D. Silverman (1987) <doi:10.1090/S0025-5718-1987-0866119-8>. Utilizes the C library GMP (GNU Multiple Precision Arithmetic). For smaller integers, a simple Elliptic Curve algorithm is attempted followed by a constrained version of Pollard's rho algorithm. The Pollard's rho algorithm is the same algorithm used by the factorize function in the gmp package.

r-rseedcalc 1.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rseedcalc
Licenses: GPL 2
Build system: r
Synopsis: Estimating the Proportion of Genetically Modified Seeds in Seedlots via Multinomial Group Testing
Description:

Estimate the percentage of seeds in a seedlot that contain stacks of genetically modified traits. Estimates are calculated using a multinomial group testing model with maximum likelihood estimation of the parameters.

r-raws-profile 0.1.0
Propagated dependencies: r-withr@3.0.2 r-tibble@3.3.1 r-stringr@1.6.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=raws.profile
Licenses: GPL 2+
Build system: r
Synopsis: Managing Profiles on Amazon Web Service
Description:

This is an R wrapper from the AWS Command Line Interface that provides methods to manage the user configuration on Amazon Web Service. You can create as many profiles as you want, manage them, and delete them. The profiles created with this tool work with all AWS products such as S3, Glacier, and EC2. It also provides a function to automatically install AWS CLI, but you can download it and install it manually if you prefer.

r-readmission 0.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=readmission
Licenses: Expat
Build system: r
Synopsis: Hospital Readmission Data for Patients with Diabetes
Description:

Clinical care data from 130 U.S. hospitals in the years 1999-2008 adapted from the study Strack et al. (2014) <doi:10.1155/2014/781670>. Each row describes an "encounter" with a patient with diabetes, including variables on demographics, medications, patient history, diagnostics, payment, and readmission.

Total packages: 22167