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

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-spdata 2.3.4
Propagated dependencies: r-sp@2.2-0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/Nowosad/spData
Licenses: CC0
Build system: r
Synopsis: Datasets for spatial analysis
Description:

This a package containing diverse spatial datasets for demonstrating, benchmarking and teaching spatial data analysis. It includes R data of class sf, Spatial, and nb. It also contains data stored in a range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some of the datasets are designed to illustrate specific analysis techniques. cycle_hire() and cycle_hire_osm(), for example, are designed to illustrate point pattern analysis techniques.

r-ggtern 4.0.0
Propagated dependencies: r-compositions@2.0-9 r-ggplot2@4.0.1 r-gridextra@2.3 r-gtable@0.3.6 r-hexbin@1.28.5 r-latex2exp@0.9.6 r-lattice@0.22-7 r-mass@7.3-65 r-plyr@1.8.9 r-proto@1.0.0 r-rlang@1.1.6 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://www.ggtern.com
Licenses: GPL 2
Build system: r
Synopsis: Extension to ggplot2 for ternary diagrams
Description:

This package extends the functionality of ggplot2, providing the capability to plot ternary diagrams for (a subset of) the ggplot2 geometries. Additionally, ggtern has implemented several new geometries which are unavailable to the standard ggplot2 release.

r-assertive-data-uk 0.0-2
Propagated dependencies: r-assertive-base@0.0-9 r-assertive-strings@0.0-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://bitbucket.org/richierocks/assertive.data.uk
Licenses: GPL 3+
Build system: r
Synopsis: Assertions to check properties of strings
Description:

This package provides a set of predicates and assertions for checking the properties of UK-specific complex data types. This is mainly for use by other package developers who want to include run-time testing features in their own packages.

r-sqlq 1.0.1
Propagated dependencies: r-chk@0.10.0 r-dbi@1.2.3 r-r6@2.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gitlab.com/cnrgh/databases/r-sqlq
Licenses: AGPL 3
Build system: r
Synopsis: SQL query builder
Description:

This package lets you build complex Structured Query Language (SQL) queries dynamically. Classes and/or factory functions are used to produce a syntax tree from which the final character string is generated. Strings and identifiers are automatically quoted using the right quotes, using either American National Standards Institute (ANSI) quoting or the quoting style of an existing database connector. Style can be configured to set uppercase/lowercase for keywords, remove unnecessary spaces, or omit optional keywords.

r-pmml 2.5.2
Propagated dependencies: r-stringr@1.6.0 r-xml@3.99-0.20
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://open-source.softwareag.com/r-pmml/
Licenses: GPL 3
Build system: r
Synopsis: Generate PMML for various models
Description:

The Predictive Model Markup Language (PMML) is an XML-based language which provides a way for applications to define machine learning, statistical and data mining models and to share models between PMML compliant applications. More information about the PMML industry standard and the Data Mining Group can be found at http://dmg.org/. The generated PMML can be imported into any PMML consuming application, such as Zementis Predictive Analytics products.

r-ibreakdown 2.1.2
Propagated dependencies: r-ggplot2@4.0.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://ModelOriented.github.io/iBreakDown/
Licenses: GPL 3
Build system: r
Synopsis: Model agnostic instance level variable attributions
Description:

This package provides a model agnostic tool for decomposition of predictions from black boxes. It supports additive attributions and attributions with interactions. The Break Down Table shows contributions of every variable to a final prediction. The Break Down Plot presents variable contributions in a concise graphical way. This package works for classification and regression models.

r-rselenium 1.7.9
Propagated dependencies: r-catools@1.18.3 r-httr@1.4.7 r-wdman@0.2.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://docs.ropensci.org/RSelenium/
Licenses: AGPL 3+
Build system: r
Synopsis: R bindings for Selenium WebDriver
Description:

This package provides a set of R bindings for the Selenium 2.0 WebDriver (see https://selenium.dev/documentation/en/ for more information) using the JsonWireProtocol (see https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol for more information). Selenium 2.0 WebDriver allows driving a web browser natively as a user would either locally or on a remote machine using the Selenium server it marks a leap forward in terms of web browser automation. Selenium automates web browsers (commonly referred to as browsers). Using RSelenium you can automate browsers locally or remotely.

r-zigg 0.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/eddelbuettel/zigg
Licenses: GPL 2+
Build system: r
Synopsis: Lightweight interfaces to the Ziggurat pseudo random number generator
Description:

The Ziggurat pseudo-random number generator (or PRNG) offers a lightweight and very fast PRNG for the normal, exponential, and uniform distributions. It is provided here in a small zero-dependency package. It can be used from R as well as from C/C++ code in other packages as is demonstrated by four included sample packages using four distinct methods to use the PRNG presented here in client package.

r-abcrlda 1.0.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://ieeexplore.ieee.org/document/8720003/
Licenses: GPL 3
Build system: r
Synopsis: Asymptotically bias-corrected regularized linear discriminant analysis
Description:

This package offers methods to perform asymptotically bias-corrected regularized linear discriminant analysis (ABC_RLDA) for cost-sensitive binary classification. The bias-correction is an estimate of the bias term added to regularized discriminant analysis that minimizes the overall risk.

r-reinforcelearn 0.2.1
Propagated dependencies: r-checkmate@2.3.3 r-nnet@7.3-20 r-purrr@1.2.0 r-r6@2.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://markusdumke.github.io/reinforcelearn
Licenses: Expat
Build system: r
Synopsis: Reinforcement learning
Description:

This package implements reinforcement learning environments and algorithms as described in Sutton & Barto (1998). The Q-Learning algorithm can be used with function approximation, eligibility traces (Singh & Sutton, 1996) and experience replay (Mnih et al., 2013).

r-statsexpressions 1.7.1
Propagated dependencies: r-afex@1.5-0 r-bayesfactor@0.9.12-4.7 r-bayestestr@0.17.0 r-correlation@0.8.8 r-datawizard@1.3.0 r-dplyr@1.1.4 r-effectsize@1.0.1 r-glue@1.8.0 r-insight@1.4.3 r-magrittr@2.0.4 r-parameters@0.28.3 r-performance@0.15.2 r-pmcmrplus@1.9.12 r-purrr@1.2.0 r-rlang@1.1.6 r-rstantools@2.5.0 r-tidyr@1.3.1 r-withr@3.0.2 r-wrs2@1.1-7 r-zeallot@0.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://indrajeetpatil.github.io/statsExpressions/
Licenses: GPL 3
Build system: r
Synopsis: Dataframes and expressions with statistical details
Description:

This package provides tools for creating detailed dataframes for common statistical approaches and tests. These include parametric, nonparametric, robust, and Bayesian t-test, one-way ANOVA, correlation analyses, contingency table analyses, and meta-analyses. The functions are pipe-friendly and provide a consistent syntax to work with tidy data. These dataframes additionally contain expressions with statistical details, and can be used in graphing packages. This package also forms the statistical processing backend for ggstatsplot.

r-rappdirs 0.3.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/rappdirs/
Licenses: Expat
Build system: r
Synopsis: Determine where to save data, caches, and logs
Description:

This package provides an easy way to determine which directories on the user's computer should be used to save data, caches and logs. It is a port of Python's Appdirs to R.

r-strex 2.0.1
Propagated dependencies: r-checkmate@2.3.3 r-lifecycle@1.0.4 r-magrittr@2.0.4 r-rlang@1.1.6 r-stringi@1.8.7 r-stringr@1.6.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rorynolan.github.io/strex/
Licenses: GPL 3
Build system: r
Synopsis: Extra string manipulation functions
Description:

Strex is a collection of string manipulation functions not provided by the stringi or stringr packages. The foremost of these is the extraction of numbers from strings. There are many other handy functionalities in strex.

r-adaptalint 0.2.4
Propagated dependencies: r-dplyr@1.1.4 r-lintr@3.3.0-1 r-purrr@1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/adaptalint/
Licenses: GPL 3
Build system: r
Synopsis: Check R code style
Description:

This package provides tools to infer the code style (which style rules are followed and which ones are not) from one package and use it to check another. This makes it easier to find and correct the most important problems first.

r-pryr 0.1.6
Propagated dependencies: r-codetools@0.2-20 r-lobstr@1.1.3 r-rcpp@1.1.0 r-stringr@1.6.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hadley/pryr
Licenses: GPL 2
Build system: r
Synopsis: Tools for computing on the R language
Description:

This package provides useful tools to pry back the covers of R and understand the language at a deeper level.

r-ggstatsplot 0.13.3
Propagated dependencies: r-correlation@0.8.8 r-datawizard@1.3.0 r-dplyr@1.1.4 r-ggcorrplot@0.1.4.1 r-ggplot2@4.0.1 r-ggrepel@0.9.6 r-ggside@0.4.1 r-ggsignif@0.6.4 r-glue@1.8.0 r-insight@1.4.3 r-magrittr@2.0.4 r-paletteer@1.6.0 r-parameters@0.28.3 r-patchwork@1.3.2 r-performance@0.15.2 r-purrr@1.2.0 r-rlang@1.1.6 r-statsexpressions@1.7.1 r-tidyr@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://indrajeetpatil.github.io/ggstatsplot/
Licenses: GPL 3
Build system: r
Synopsis: Based plots with statistical details
Description:

This package generates graphics with embedded details from statistical tests. Statistical tests included in the plots themselves. It provides an easier syntax to generate information-rich plots for statistical analysis of continuous or categorical data. Currently, it supports the most common types of statistical approaches and tests: parametric, nonparametric, robust, and Bayesian versions of t-test/ANOVA, correlation analyses, contingency table analysis, meta-analysis, and regression analyses.

r-tfisher 0.2.0
Propagated dependencies: r-matrix@1.7-4 r-mvtnorm@1.3-3 r-sn@2.1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/TFisher/
Licenses: GPL 2
Build system: r
Synopsis: Optimal thresholding Fisher's p-value combination method
Description:

This package provides the cumulative distribution function (CDF), quantile, and statistical power calculator for a collection of thresholding Fisher's p-value combination methods, including Fisher's p-value combination method, truncated product method and, in particular, soft-thresholding Fisher's p-value combination method which is proven to be optimal in some context of signal detection. The p-value calculator for the omnibus version of these tests are also included.

r-cardata 3.0-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://r-forge.r-project.org/projects/car/
Licenses: GPL 2+
Build system: r
Synopsis: Data sets for the book Companion to Applied Regression
Description:

This package provides datasets to accompany J. Fox and S. Weisberg, An R Companion to Applied Regression, Third Edition, Sage.

r-cards 0.7.0
Propagated dependencies: r-cli@3.6.5 r-dplyr@1.1.4 r-glue@1.8.0 r-lifecycle@1.0.4 r-rlang@1.1.6 r-tidyr@1.3.1 r-tidyselect@1.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/insightsengineering/cards
Licenses: ASL 2.0
Build system: r
Synopsis: Analysis Results Data
Description:

This package lets you construct Clinical Data Interchange Standards Consortium (CDISC) compliant Analysis Results Data objects. These objects are used and re-used to construct summary tables, visualizations, and written reports. The package also exports utilities for working with these objects and creating new Analysis Results Data objects.

r-huge 1.3.5
Propagated dependencies: r-igraph@2.2.1 r-mass@7.3-65 r-matrix@1.7-4 r-rcpp@1.1.0 r-rcppeigen@0.3.4.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/huge
Licenses: GPL 2
Build system: r
Synopsis: High-dimensional undirected graph estimation
Description:

This package provides a general framework for high-dimensional undirected graph estimation. It integrates data preprocessing, neighborhood screening, graph estimation, and model selection techniques into a pipeline.

r-rcpp 1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.rcpp.org
Licenses: GPL 2+
Build system: r
Synopsis: Seamless R and C++ integration
Description:

The Rcpp package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about Rcpp is provided by several vignettes included in this package, via the Rcpp Gallery site at <http://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see citation("Rcpp") for details on these last two.

r-spamm 4.6.1
Dependencies: gsl@2.8
Propagated dependencies: r-backports@1.5.0 r-boot@1.3-32 r-cli@3.6.5 r-geometry@0.5.2 r-gmp@0.7-5 r-mass@7.3-65 r-matrix@1.7-4 r-minqa@1.2.8 r-nlme@3.1-168 r-nloptr@2.2.1 r-numderiv@2016.8-1.1 r-pbapply@1.7-4 r-proxy@0.4-27 r-rcpp@1.1.0 r-rcppeigen@0.3.4.0.2 r-reformulas@0.4.2 r-roi@1.0-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.r-project.org
Licenses: CeCILL
Build system: r
Synopsis: Mixed-Effect Models, with or without Spatial Random Effects
Description:

Inference based on models with or without spatially-correlated random effects, multivariate responses, or non-Gaussian random effects (e.g., Beta). Variation in residual variance (heteroscedasticity) can itself be represented by a mixed-effect model. Both classical geostatistical models (Rousset and Ferdy 2014 <doi:10.1111/ecog.00566>), and Markov random field models on irregular grids (as considered in the INLA package, <https://www.r-inla.org>), can be fitted, with distinct computational procedures exploiting the sparse matrix representations for the latter case and other autoregressive models. Laplace approximations are used for likelihood or restricted likelihood. Penalized quasi-likelihood and other variants discussed in the h-likelihood literature (Lee and Nelder 2001 <doi:10.1093/biomet/88.4.987>) are also implemented.

r-zoomgroupstats 0.1.0
Propagated dependencies: r-data-table@1.17.8 r-dplyr@1.1.4 r-lubridate@1.9.4 r-magick@2.9.0 r-openxlsx@4.2.8.1 r-paws@0.9.0 r-pbapply@1.7-4 r-stringr@1.6.0 r-syuzhet@1.0.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://zoomgroupstats.org
Licenses: Expat
Build system: r
Synopsis: Analyze text, audio, and video from Zoom meetings
Description:

This package provides utilities for processing and analyzing the files that are exported from a recorded Zoom meeting. This includes analyzing data captured through video cameras and microphones, the text-based chat, and meta-data. You can analyze aspects of the conversation among meeting participants and their emotional expressions throughout the meeting.

r-rnaturalearthdata 1.0.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropenscilabs/rnaturalearthdata
Licenses: CC0
Build system: r
Synopsis: World vector map data from Natural Earth
Description:

This package provides vector map data from https://www.naturalearthdata.com/. Access functions are provided in the accompanying package rnaturalearth.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31087