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

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-ravages 1.1.3
Propagated dependencies: r-rcppparallel@5.1.11-1 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-mlogit@1.1-3 r-gaston@1.6 r-formula@1.2-5 r-dfidx@0.2-0 r-data-table@1.17.8 r-curl@7.0.0 r-bh@1.87.0-1 r-bedr@1.1.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=Ravages
Licenses: GPL 3
Synopsis: Rare Variant Analysis and Genetic Simulations
Description:

Rare variant association tests: burden tests (Bocher et al. 2019 <doi:10.1002/gepi.22210>) and the Sequence Kernel Association Test (Bocher et al. 2021 <doi:10.1038/s41431-020-00792-8>) in the whole genome; and genetic simulations.

r-romeb 0.1.2
Dependencies: jags@4.3.1
Propagated dependencies: r-rjags@4-17 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/DandanTang0/Romeb
Licenses: GPL 3
Synopsis: Robust Median-Based Bayesian Growth Curve Modeling
Description:

This package implements robust median-based Bayesian growth curve models that handle Missing Completely at Random (MCAR), Missing At Random (MAR), and Missing Not At Random (MNAR) missing-data mechanisms, and allow auxiliary variables. Models are fitted via rjags (interface to JAGS') and summarized with coda'.

r-rcmdrplugin-export 0.3-1
Propagated dependencies: r-xtable@1.8-4 r-rcmdr@2.9-5 r-hmisc@5.2-4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RcmdrPlugin.Export
Licenses: GPL 2+
Synopsis: Export R Output to LaTeX or HTML
Description:

Export Rcmdr output to LaTeX or HTML code. The plug-in was originally intended to facilitate exporting Rcmdr output to formats other than ASCII text and to provide R novices with an easy-to-use, easy-to-access reference on exporting R objects to formats suited for printed output. The package documentation contains several pointers on creating reports, either by using conventional word processors or LaTeX/LyX.

r-riingo 0.3.1
Propagated dependencies: r-vctrs@0.6.5 r-tibble@3.3.0 r-rlang@1.1.6 r-purrr@1.2.0 r-jsonlite@2.0.0 r-httr@1.4.7 r-glue@1.8.0 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/business-science/riingo
Licenses: Expat
Synopsis: An R Interface to the 'Tiingo' Stock Price API
Description:

Functionality to download stock prices, cryptocurrency data, and more from the Tiingo API <https://api.tiingo.com/>.

r-r4googleads 0.1.1
Propagated dependencies: r-jsonlite@2.0.0 r-curl@7.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/banboo-data/r4googleads
Licenses: Expat
Synopsis: 'Google Ads API' Interface
Description:

Interface for the Google Ads API'. Google Ads is an online advertising service that enables advertisers to display advertising to web users (see <https://developers.google.com/google-ads/> for more information).

r-rsbjson 1.1.2
Propagated dependencies: r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://www.rservicebus.io
Licenses: GPL 3
Synopsis: Handle R Requests from R Service Bus Applications with JSON Payloads
Description:

Package to Handle R Requests from R Service Bus Applications with JSON Payloads in a generic way. The incoming request is encoded as a string (character vector of length one) containing the JSON file passed through by the client.

r-rcmdrplugin-riskdemo 3.2
Propagated dependencies: r-zoo@1.8-14 r-scales@1.4.0 r-rcmdr@2.9-5 r-ggplot2@4.0.1 r-ftsa@6.6 r-forecast@8.24.0 r-dplyr@1.1.4 r-demography@2.0.1 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RcmdrPlugin.RiskDemo
Licenses: GPL 2
Synopsis: R Commander Plug-in for Risk Demonstration
Description:

R Commander plug-in to demonstrate various actuarial and financial risks. It includes valuation of bonds and stocks, portfolio optimization, classical ruin theory, demography and epidemic.

r-rcpptimer 1.2.1
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://rcpptimer.berrisch.biz
Licenses: GPL 3+
Synopsis: 'Rcpp' Tic-Toc Timer with 'OpenMP' Support
Description:

This package provides Rcpp bindings for cpptimer', a simple tic-toc timer class for benchmarking C++ code <https://github.com/BerriJ/cpptimer>. It's not just simple, it's blazing fast! This sleek tic-toc timer class supports overlapping timers as well as OpenMP parallelism <https://www.openmp.org/>. It boasts a nanosecond-level time resolution. We did not find any overhead of the timer itself at this resolution. Results (with summary statistics) are automatically passed back to R as a data frame.

r-rless 0.1.1
Propagated dependencies: r-v8@8.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/ciirc-kso/rless
Licenses: Expat
Synopsis: Leaner Style Sheets
Description:

Converts LESS to CSS. It uses V8 engine, where LESS parser is run. Functions for LESS text, file or folder conversion are provided. This work was supported by a junior grant research project by Czech Science Foundation GACR no. GJ18-04150Y'.

r-rhino 1.11.0
Propagated dependencies: r-yaml@2.3.10 r-withr@3.0.2 r-testthat@3.3.0 r-styler@1.11.0 r-shiny@1.11.1 r-sass@0.4.10 r-rstudioapi@0.17.1 r-renv@1.1.5 r-purrr@1.2.0 r-logger@0.4.1 r-lintr@3.3.0-1 r-glue@1.8.0 r-fs@1.6.6 r-config@0.3.2 r-cli@3.6.5 r-callr@3.7.6 r-box-lsp@0.1.3 r-box-linters@0.10.7 r-box@1.2.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://appsilon.github.io/rhino/
Licenses: LGPL 3
Synopsis: Framework for Enterprise Shiny Applications
Description:

This package provides a framework that supports creating and extending enterprise Shiny applications using best practices.

r-rpc 2.0.3
Propagated dependencies: r-rcpp@1.1.0 r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rpc
Licenses: GPL 2+
Synopsis: Ridge Partial Correlation
Description:

Computes the ridge partial correlation coefficients in a high or ultra-high dimensional linear regression problem. An extended Bayesian information criterion is also implemented for variable selection. Users provide the matrix of covariates as a usual dense matrix or a sparse matrix stored in a compressed sparse column format. Detail of the method is given in the manual.

r-rworkflows 1.0.6
Propagated dependencies: r-yaml@2.3.10 r-renv@1.1.5 r-here@1.0.2 r-desc@1.4.3 r-data-table@1.17.8 r-biocmanager@1.30.27 r-badger@0.2.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/neurogenomics/rworkflows
Licenses: GPL 3
Synopsis: Test, Document, Containerise, and Deploy R Packages
Description:

Reproducibility is essential to the progress of research, yet achieving it remains elusive even in computational fields. Continuous Integration (CI) platforms offer a powerful way to launch automated workflows to check and document code, but often require considerable time, effort, and technical expertise to setup. We therefore developed the rworkflows suite to make robust CI workflows easy and freely accessible to all R package developers. rworkflows consists of 1) a CRAN/Bioconductor-compatible R package template, 2) an R package to quickly implement a standardised workflow, and 3) a centrally maintained GitHub Action.

r-regressinator 0.3.0
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.1 r-tibble@3.3.0 r-rlang@1.1.6 r-purrr@1.2.0 r-nullabor@0.3.15 r-insight@1.4.3 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-dharma@0.4.7 r-cli@3.6.5 r-broom@1.0.10
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://www.refsmmat.com/regressinator/
Licenses: Expat
Synopsis: Simulate and Diagnose (Generalized) Linear Models
Description:

Simulate samples from populations with known covariate distributions, generate response variables according to common linear and generalized linear model families, draw from sampling distributions of regression estimates, and perform visual inference on diagnostics from model fits.

r-rdoxygen 1.0.0
Dependencies: doxygen@1.14.0
Propagated dependencies: r-devtools@2.4.6
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/nevrome/rdoxygen
Licenses: GPL 2 FSDG-compatible
Synopsis: Create Doxygen Documentation for Source Code
Description:

Create doxygen documentation for source code in R packages. Includes a RStudio Addin, that allows to trigger the doxygenize process.

r-rodbcdbi 0.1.1
Propagated dependencies: r-rodbc@1.3-26.1 r-dbi@1.2.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RODBCDBI
Licenses: Expat
Synopsis: Provides Access to Databases Through the ODBC Interface
Description:

An implementation of R's DBI interface using ODBC package as a back-end. This allows R to connect to any DBMS that has a ODBC driver.

r-rstg 0.0.1
Propagated dependencies: r-reticulate@1.44.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=Rstg
Licenses: Expat
Synopsis: STG : Feature Selection using STochastic Gates
Description:

STG is a method for feature selection in neural network. The procedure is based on probabilistic relaxation of the l0 norm of features, or the count of the number of selected features. The framework simultaneously learns either a nonlinear regression or classification function while selecting a small subset of features. Read more: Yamada et al. (2020) <https://proceedings.mlr.press/v119/yamada20a.html>.

r-rsentiment 2.2.2
Propagated dependencies: r-stringr@1.6.0 r-plyr@1.8.9 r-opennlp@0.2-7 r-nlp@0.3-2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RSentiment
Licenses: GPL 2
Synopsis: Analyse Sentiment of English Sentences
Description:

Analyses sentiment of a sentence in English and assigns score to it. It can classify sentences to the following categories of sentiments:- Positive, Negative, very Positive, very negative, Neutral. For a vector of sentences, it counts the number of sentences in each category of sentiment.In calculating the score, negation and various degrees of adjectives are taken into consideration. It deals only with English sentences.

r-rbcc 0.1.5
Propagated dependencies: r-reshape2@1.4.5 r-qcc@2.7 r-pracma@2.4.6 r-pearsonds@1.3.2 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/kzst/rbcc
Licenses: GPL 2+
Synopsis: Risk-Based Control Charts
Description:

Univariate and multivariate versions of risk-based control charts. Univariate versions of control charts, such as the risk-based version of X-bar, Moving Average (MA), Exponentially Weighted Moving Average Control Charts (EWMA), and Cumulative Sum Control Charts (CUSUM) charts. The risk-based version of the multivariate T2 control chart. Plot and summary functions. Kosztyan et. al. (2016) <doi:10.1016/j.eswa.2016.06.019>.

r-rqdeltact 1.3.3
Propagated dependencies: r-tidyverse@2.0.0 r-tidyselect@1.2.1 r-tidyr@1.3.1 r-proc@1.19.0.1 r-pheatmap@1.0.13 r-oddsratio@2.0.2 r-magrittr@2.0.4 r-hmisc@5.2-4 r-ggsignif@0.6.4 r-ggpmisc@0.6.2 r-ggplot2@4.0.1 r-ggally@2.4.0 r-dplyr@1.1.4 r-ctrlgene@1.0.1 r-corrplot@0.95 r-coin@1.4-3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: <https://github.com/Donadelnal/RQdeltaCT>
Licenses: GPL 3
Synopsis: Relative Quantification of Gene Expression using Delta Ct Methods
Description:

The commonly used methods for relative quantification of gene expression levels obtained in real-time PCR (Polymerase Chain Reaction) experiments are the delta Ct methods, encompassing 2^-dCt and 2^-ddCt methods, originally proposed by Kenneth J. Livak and Thomas D. Schmittgen (2001) <doi:10.1006/meth.2001.1262>. The main idea is to normalise gene expression values using endogenous control gene, present gene expression levels in linear form by using the 2^-(value)^ transformation, and calculate differences in gene expression levels between groups of samples (or technical replicates of a single sample). The RQdeltaCT package offers functions that cover both methods for comparison of either independent groups of samples or groups with paired samples, together with importing expression datasets, performing multi-step quality control of data, enabling numerous data visualisations, enrichment of the standard workflow with additional useful analyses (correlation analysis, Receiver Operating Characteristic analysis, logistic regression), and conveniently export obtained results in table and image formats. The package has been designed to be friendly to non-experts in R programming.

r-rym 1.0.6
Propagated dependencies: r-stringr@1.6.0 r-purrr@1.2.0 r-httr@1.4.7
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://selesnow.github.io/rym/
Licenses: GPL 2
Synopsis: R Interface to Yandex Metrica API
Description:

Allows work with Management API for load counters, segments, filters, user permissions and goals list from Yandex Metrica, Reporting API allows you to get information about the statistics of site visits and other data without using the web interface, Logs API allows to receive non-aggregated data and Compatible with Google Analytics Core Reporting API v3 allows receive information about site traffic and other data using field names from Google Analytics Core API. For more information see official documents <https://yandex.ru/dev/metrika/doc/api2/concept/about-docpage>.

r-roptspace 0.2.4
Propagated dependencies: r-rdpack@2.6.4 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=ROptSpace
Licenses: Expat
Synopsis: Matrix Reconstruction from a Few Entries
Description:

Matrix reconstruction, also known as matrix completion, is the task of inferring missing entries of a partially observed matrix. This package provides a method called OptSpace, which was proposed by Keshavan, R.H., Oh, S., and Montanari, A. (2009) <doi:10.1109/ISIT.2009.5205567> for a case under low-rank assumption.

r-reporter 1.4.5
Propagated dependencies: r-zip@2.3.3 r-withr@3.0.2 r-stringi@1.8.7 r-jpeg@0.1-11 r-glue@1.8.0 r-fmtr@1.7.0 r-crayon@1.5.3 r-common@1.1.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://reporter.r-sassy.org
Licenses: CC0
Synopsis: Creates Statistical Reports
Description:

This package contains functions to create regulatory-style statistical reports. Originally designed to create tables, listings, and figures for the pharmaceutical, biotechnology, and medical device industries, these reports are generalized enough that they could be used in any industry. Generates text, rich-text, PDF, HTML, and Microsoft Word file formats. The package specializes in printing wide and long tables with automatic page wrapping and splitting. Reports can be produced with a minimum of function calls, and without relying on other table packages. The package supports titles, footnotes, page header, page footers, spanning headers, page by variables, and automatic page numbering.

r-reliaplotr 0.4.2
Propagated dependencies: r-weibullr@1.2.4 r-reliagrowr@0.3.2 r-plotly@4.11.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://paulgovan.github.io/ReliaPlotR/
Licenses: FSDG-compatible
Synopsis: Interactive Reliability Probability Plots
Description:

Build interactive Reliability Probability Plots with plotly by Carson Sievert (2020) <https://plotly.com/r/>, an interactive web-based graphing library.

r-rconfig 0.3.0
Propagated dependencies: r-yaml@2.3.10 r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/analythium/rconfig
Licenses: Expat
Synopsis: Manage R Configuration at the Command Line
Description:

Configuration management using files (YAML, JSON, INI, TXT), JSON strings, and command line arguments. Command line arguments can be used to override configuration. Period-separated command line flags are parsed as hierarchical lists. Environment variables, R global variables, and configuration values can be substituted.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884
Total results: 21208