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

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-rtypeform 2.1.1
Propagated dependencies: r-tidyr@1.3.1 r-rlang@1.1.6 r-purrr@1.2.0 r-lubridate@1.9.4 r-jsonlite@2.0.0 r-httr@1.4.7 r-glue@1.8.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/csgillespie/rtypeform
Licenses: GPL 2 GPL 3
Synopsis: Interface to 'typeform' Results
Description:

An R interface to the typeform <https://www.typeform.com/> application program interface. Also provides functions for downloading your results.

r-ramcmc 0.1.2
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=ramcmc
Licenses: GPL 2+
Synopsis: Robust Adaptive Metropolis Algorithm
Description:

Function for adapting the shape of the random walk Metropolis proposal as specified by robust adaptive Metropolis algorithm by Vihola (2012) <doi:10.1007/s11222-011-9269-5>. The package also includes fast functions for rank-one Cholesky update and downdate. These functions can be used directly from R or the corresponding C++ header files can be easily linked to other R packages.

r-rempsyc 0.2.0
Propagated dependencies: r-rlang@1.1.6 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://rempsyc.remi-theriault.com
Licenses: GPL 3+
Synopsis: Convenience Functions for Psychology
Description:

Make your workflow faster and easier. Easily customizable plots (via ggplot2'), nice APA tables (following the style of the *American Psychological Association*) exportable to Word (via flextable'), easily run statistical tests or check assumptions, and automatize various other tasks.

r-relaimpo 2.2-7
Propagated dependencies: r-survey@4.4-8 r-mitools@2.4 r-mass@7.3-65 r-corpcor@1.6.10 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://prof.bht-berlin.de/groemping/relaimpo/
Licenses: GPL 2
Synopsis: Relative Importance of Regressors in Linear Models
Description:

This package provides several metrics for assessing relative importance in linear models. These can be printed, plotted and bootstrapped. The recommended metric is lmg, which provides a decomposition of the model explained variance into non-negative contributions. There is a version of this package available that additionally provides a new and also recommended metric called pmvd. If you are a non-US user, you can download this extended version from Ulrike Groempings web site.

r-rrcov3way 0.6-1
Propagated dependencies: r-threeway@1.1.3 r-rrcov@1.7-7 r-robustbase@0.99-6 r-pracma@2.4.6 r-nnls@1.6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/valentint/rrcov3way
Licenses: GPL 3+
Synopsis: Robust Methods for Multiway Data Analysis, Applicable also for Compositional Data
Description:

This package provides methods for multiway data analysis by means of Parafac and Tucker 3 models. Robust versions (Engelen and Hubert (2011) <doi:10.1016/j.aca.2011.04.043>) and versions for compositional data are also provided (Gallo (2015) <doi:10.1080/03610926.2013.798664>, Di Palma et al. (2018) <doi:10.1080/02664763.2017.1381669>). Several optimization methods alternative to ALS are available (Simonacci and Gallo (2019) <doi:10.1016/j.chemolab.2019.103822>, Simonacci and Gallo (2020) <doi:10.1007/s00500-019-04320-9>).

r-robcat 0.1.0
Propagated dependencies: r-stringr@1.6.0 r-rcpp@1.1.0 r-mvtnorm@1.3-3 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=robcat
Licenses: GPL 2+
Synopsis: Robust Categorical Data Analysis
Description:

Robust categorical data analysis based on the theory of C-estimation developed in Welz (2024) <doi:10.48550/arXiv.2403.11954>. For now, the package only implements robust estimation of polychoric correlation as proposed in Welz, Mair and Alfons (2024) <doi:10.48550/arXiv.2407.18835> with methods for printing and plotting. We will implement further models in future releases. In addition, the package is still experimental, so input arguments and class structure may change in future releases.

r-rspa 0.2.8
Propagated dependencies: r-validate@1.1.7 r-lintools@0.1.7
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/markvanderloo/rspa
Licenses: GPL 3
Synopsis: Adapt Numerical Records to Fit (in)Equality Restrictions
Description:

Minimally adjust the values of numerical records in a data.frame, such that each record satisfies a predefined set of equality and/or inequality constraints. The constraints can be defined using the validate package. The core algorithms have recently been moved to the lintools package, refer to lintools for a more basic interface and access to a version of the algorithm that works with sparse matrices.

r-rim 0.8.1
Dependencies: maxima@5.47.0
Propagated dependencies: r-rcpp@1.1.0 r-r6@2.6.1 r-knitr@1.50 r-globaloptions@0.1.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://rcst.github.io/rim/
Licenses: GPL 3+
Synopsis: Interface to 'Maxima', Enabling Symbolic Computation
Description:

An interface to the powerful and fairly complete computer algebra system Maxima'. It can be used to start and control Maxima from within R by entering Maxima commands. Results from Maxima can be parsed and evaluated in R. It facilitates outputting results from Maxima in LaTeX and MathML'. 2D and 3D plots can be displayed directly. This package also registers a knitr'-engine enabling Maxima code chunks to be written in RMarkdown documents.

r-rrcovna 0.5-3
Propagated dependencies: r-rrcov@1.7-7 r-robustbase@0.99-6 r-norm@1.0-11.1 r-lattice@0.22-7 r-cluster@2.1.8.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/valentint/rrcovNA
Licenses: GPL 2+
Synopsis: Scalable Robust Estimators with High Breakdown Point for Incomplete Data
Description:

Robust Location and Scatter Estimation and Robust Multivariate Analysis with High Breakdown Point for Incomplete Data (missing values) (Todorov et al. (2010) <doi:10.1007/s11634-010-0075-2>).

r-roi-plugin-osqp 1.0-2
Propagated dependencies: r-slam@0.1-55 r-roi@1.0-1 r-osqp@0.6.3.3 r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://roigrp.gitlab.io
Licenses: GPL 3
Synopsis: 'osqp' Plugin for the 'R' Optimization Infrastructure
Description:

Enhances the R Optimization Infrastructure ('ROI') package with the quadratic solver OSQP'. More information about OSQP can be found at <https://osqp.org>.

r-rsconctdply 0.1.3
Propagated dependencies: r-rsconnect@1.6.2 r-rjson@0.2.23 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=Rsconctdply
Licenses: Expat
Synopsis: Deploys Multiple 'Shiny' Apps using Configuration File
Description:

This package provides a tool for mass deployment of shiny apps to RStudio Connect or Shiny Server'. Multiple user accounts and servers can be configured for deployment.

r-rportfolio 0.0.3
Propagated dependencies: r-zoo@1.8-14 r-xts@0.14.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rportfolio
Licenses: GPL 3
Synopsis: Portfolio Theory
Description:

Collection of tools to calculate portfolio performance metrics. Portfolio performance is a key measure for investors. These metrics are important to analyse how effectively their money has been invested. This package uses portfolio theories to give investor tools to evaluate their portfolio performance. For more information see, Markowitz, H.M. (1952), <doi:10.2307/2975974>. Analysis of Investments & Management of Portfolios [2012, ISBN:978-8131518748].

r-rtson 1.3
Propagated dependencies: r-r6@2.6.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/tercen/TSON
Licenses: FSDG-compatible
Synopsis: Typed JSON
Description:

TSON, short for Typed JSON, is a binary-encoded serialization of JSON like document that support JavaScript typed data (https://github.com/tercen/TSON).

r-restez 2.1.5
Propagated dependencies: r-stringi@1.8.7 r-rentrez@1.2.4 r-fs@1.6.6 r-duckdb@1.4.2 r-dbi@1.2.3 r-curl@7.0.0 r-crayon@1.5.3 r-cli@3.6.5 r-assertthat@0.2.1 r-ape@5.8-1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/ropensci/restez
Licenses: Expat
Synopsis: Create and Query a Local Copy of 'GenBank' in R
Description:

Download large sections of GenBank <https://www.ncbi.nlm.nih.gov/genbank/> and generate a local SQL-based database. A user can then query this database using restez functions or through rentrez <https://CRAN.R-project.org/package=rentrez> wrappers.

r-rankaggregator 0.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RankAggregator
Licenses: GPL 3
Synopsis: Aggregation of (Partial) Ordinal Rankings
Description:

Easily compute an aggregate ranking (also called a median ranking or a consensus ranking) according to the axiomatic approach presented by Cook et al. (2007). This approach minimises the number of violations between all candidate consensus rankings and all input (partial) rankings, and draws on a branch and bound algorithm and a heuristic algorithm to drastically improve speed. The package also provides an option to bootstrap a consensus ranking based on resampling input rankings (with replacement). Input rankings can be either incomplete (partial) or complete. Reference: Cook, W.D., Golany, B., Penn, M. and Raviv, T. (2007) <doi:10.1016/j.cor.2005.05.030>.

r-reportreg 0.3.0
Propagated dependencies: r-nlme@3.1-168
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=reportReg
Licenses: GPL 3
Synopsis: An Easy Way to Report Regression Analysis
Description:

This package provides an easy way to report the results of regression analysis, including: 1. Proportional hazards regression from function coxph of package survival'; 2. Conditional logistic regression from function clogit of package survival'; 3. Ordered logistic regression from function polr of package MASS'; 4. Binary logistic regression from function glm of package stats'; 5. Linear regression from function lm of package stats'; 6. Risk regression model for survival analysis with competing risks from function FGR of package riskRegression'; 7. Multilevel model from function lme of package nlme'.

r-rwishart 0.1.2
Propagated dependencies: r-matrix@1.7-4 r-mass@7.3-65 r-lazyeval@0.2.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://rwishart.bearstatistics.com
Licenses: GPL 2
Synopsis: Random Wishart Matrix Generation
Description:

An expansion of R's stats random wishart matrix generation. This package allows the user to generate singular, Uhlig and Harald (1994) <doi:10.1214/aos/1176325375>, and pseudo wishart, Diaz-Garcia, et al.(1997) <doi:10.1006/jmva.1997.1689>, matrices. In addition the user can generate wishart matrices with fractional degrees of freedom, Adhikari (2008) <doi:10.1061/(ASCE)0733-9399(2008)134:12(1029)>, commonly used in volatility modeling. Users can also use this package to create random covariance matrices.

r-rtiktokads 0.3.4
Propagated dependencies: r-tidyr@1.3.1 r-stringr@1.6.0 r-rappdirs@0.3.3 r-purrr@1.2.0 r-jsonlite@2.0.0 r-httr2@1.2.1 r-dplyr@1.1.4 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/selesnow/rtiktokads
Licenses: Expat
Synopsis: Load Data from 'tiktok Marketing API'
Description:

Loading data from tiktok Marketing API <https://business-api.tiktok.com/portal> by business centers, advertisers, budgets and reports.

r-rainfarmr 0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/jhardenberg/rainfarmr
Licenses: ASL 2.0
Synopsis: Stochastic Precipitation Downscaling with the RainFARM Method
Description:

An implementation of the RainFARM (Rainfall Filtered Autoregressive Model) stochastic precipitation downscaling method (Rebora et al. (2006) <doi:10.1175/JHM517.1>). Adapted for climate downscaling according to D'Onofrio et al. (2018) <doi:10.1175/JHM-D-13-096.1> and for complex topography as in Terzago et al. (2018) <doi:10.5194/nhess-18-2825-2018>. The RainFARM method is based on the extrapolation to small scales of the Fourier spectrum of a large-scale precipitation field, using a fixed logarithmic slope and random phases at small scales, followed by a nonlinear transformation of the resulting linearly correlated stochastic field. RainFARM allows to generate ensembles of spatially downscaled precipitation fields which conserve precipitation at large scales and whose statistical properties are consistent with the small-scale statistics of observed precipitation, based only on knowledge of the large-scale precipitation field.

r-rtms 0.2.0
Propagated dependencies: r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rtms
Licenses: GPL 3+
Synopsis: R Toolkit for Mass Spectrometry
Description:

Quickly imports, processes, analyzes, and visualizes mass-spectrometric data. Includes functions for easily extracting specific data and measurements from large (multi-gigabyte) raw Bruker data files, as well as a set of S3 object classes for manipulating and measuring mass spectrometric peaks and plotting peaks and spectra using the ggplot2 package.

r-rankresponse 4.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RankResponse
Licenses: GPL 2+
Synopsis: Ranking Responses in a Single Response Question or a Multiple Response Question
Description:

This package provides methods for ranking responses of a single response question or a multiple response question are described in the two papers: 1. Wang, H. (2008). Ranking Responses in Multiple-Choice Questions. Journal of Applied Statistics, 35, 465-474. <DOI:10.1080/02664760801924533> 2. Wang, H. and Huang, W. H. (2014). Bayesian Ranking Responses in Multiple Response Questions. Journal of the Royal Statistical Society: Series A (Statistics in Society), 177, 191-208. <DOI:10.1111/rssa.12009>.

r-rtl 1.3.7
Propagated dependencies: r-zoo@1.8-14 r-xts@0.14.1 r-ttr@0.24.4 r-tsibble@1.1.6 r-timetk@2.9.1 r-tidyselect@1.2.1 r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-rlang@1.1.6 r-readr@2.1.6 r-rcpp@1.1.0 r-purrr@1.2.0 r-plotly@4.11.0 r-performanceanalytics@2.0.8 r-numderiv@2016.8-1.1 r-magrittr@2.0.4 r-lubridate@1.9.4 r-lifecycle@1.0.4 r-jsonlite@2.0.0 r-httr@1.4.7 r-glue@1.8.0 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/risktoollib/RTL
Licenses: Expat
Synopsis: Risk Tool Library - Trading, Risk, Analytics for Commodities
Description:

This package provides a toolkit for Commodities analytics', risk management and trading professionals. Includes functions for API calls to <https://commodities.morningstar.com/#/>, <https://developer.genscape.com/>, and <https://www.bankofcanada.ca/valet/docs>.

r-rtf 0.4-14.1
Propagated dependencies: r-r-oo@1.27.1 r-r-methodss3@1.8.2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/schaffman5/rtf
Licenses: GPL 2+
Synopsis: Rich Text Format (RTF) Output
Description:

This package provides a set of R functions to output Rich Text Format (RTF) files with high resolution tables and graphics that may be edited with a standard word processor such as Microsoft Word.

r-rfviz 1.0.1
Propagated dependencies: r-randomforest@4.7-1.2 r-loon@1.4.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://www.stat.berkeley.edu/~breiman/RandomForests/cc_graphics.htm
Licenses: GPL 2+
Synopsis: Interactive Visualization Tool for Random Forests
Description:

An interactive data visualization and exploration toolkit that implements Breiman and Cutler's original random forest Java based visualization tools in R, for supervised and unsupervised classification and regression within the algorithm random forest.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884
Total results: 21208