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

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-btm 0.3.8
Propagated dependencies: r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/bnosac/BTM
Licenses: ASL 2.0
Build system: r
Synopsis: Biterm Topic Models for Short Text
Description:

Biterm Topic Models find topics in collections of short texts. It is a word co-occurrence based topic model that learns topics by modeling word-word co-occurrences patterns which are called biterms. This in contrast to traditional topic models like Latent Dirichlet Allocation and Probabilistic Latent Semantic Analysis which are word-document co-occurrence topic models. A biterm consists of two words co-occurring in the same short text window. This context window can for example be a twitter message, a short answer on a survey, a sentence of a text or a document identifier. The techniques are explained in detail in the paper 'A Biterm Topic Model For Short Text' by Xiaohui Yan, Jiafeng Guo, Yanyan Lan, Xueqi Cheng (2013) https://github.com/xiaohuiyan/xiaohuiyan.github.io/blob/master/paper/BTM-WWW13.pdf.

r-import 1.3.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rticulate.github.io/import/
Licenses: Expat
Build system: r
Synopsis: Import mechanism for R
Description:

This is an alternative mechanism for importing objects from packages. The syntax allows for importing multiple objects from a package with a single command in an expressive way. The import package bridges some of the gap between using library (or require) and direct (single-object) imports. Furthermore the imported objects are not placed in the current environment. It is also possible to import objects from stand-alone .R files.

r-philentropy 0.10.0
Propagated dependencies: r-kernsmooth@2.23-26 r-poorman@0.2.7 r-rcpp@1.1.0 r-rcppparallel@5.1.11-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/drostlab/philentropy
Licenses: GPL 2
Build system: r
Synopsis: Similarity and distance quantification between probability functions
Description:

This package computes optimized distance and similarity measures for comparing probability functions (Drost (2018) <doi:10.21105/joss.00765>). These comparisons between probability functions have their foundations in a broad range of scientific disciplines from mathematics to ecology. The aim of this package is to provide a core framework for clustering, classification, statistical inference, goodness-of-fit, non-parametric statistics, information theory, and machine learning tasks that are based on comparing univariate or multivariate probability functions.

r-ace2fastq 0.6.0
Propagated dependencies: r-stringr@1.6.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/c5sire/ace2fastq
Licenses: GPL 3
Build system: r
Synopsis: ACE file to FASTQ converter
Description:

The ACE file format is used in genomics to store contigs from sequencing machines. This tools converts it into FASTQ format. Both formats contain the sequence characters and their corresponding quality information. Unlike the FASTQ file, the ACE file stores the quality values numerically. The conversion algorithm uses the standard Sanger formula. The package facilitates insertion into pipelines, and content inspection.

r-actuar 3.3-6
Propagated dependencies: r-expint@0.1-9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gitlab.com/vigou3/actuar
Licenses: GPL 2+
Build system: r
Synopsis: Actuarial functions and heavy tailed distributions
Description:

This package provides functions and data sets for actuarial science: modeling of loss distributions; risk theory and ruin theory; simulation of compound models, discrete mixtures and compound hierarchical models; credibility theory. It boasts support for many additional probability distributions to model insurance loss amounts and loss frequency: 19 continuous heavy tailed distributions; the Poisson-inverse Gaussian discrete distribution; zero-truncated and zero-modified extensions of the standard discrete distributions. It also supports phase-type distributions commonly used to compute ruin probabilities.

r-maps 3.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/maps
Licenses: GPL 2
Build system: r
Synopsis: Draw geographical maps
Description:

This package provides an R module for display of maps. Projection code and larger maps are in separate packages (mapproj and mapdata).

r-whoami 1.3.0
Propagated dependencies: r-httr@1.4.7 r-jsonlite@2.0.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/whoami#readme
Licenses: Expat
Build system: r
Synopsis: Username, full name, email address, GitHub username of the current user
Description:

Look up the username and full name of the current user, the current user's email address and GitHub username, using various sources of system and configuration information.

r-mlr3mbo 0.3.3
Propagated dependencies: r-bbotk@1.8.1 r-checkmate@2.3.3 r-data-table@1.17.8 r-lgr@0.5.0 r-mlr3@1.2.0 r-mlr3misc@0.19.0 r-mlr3tuning@1.5.0 r-paradox@1.0.1 r-r6@2.6.1 r-spacefillr@0.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3mbo.mlr-org.com
Licenses: LGPL 3
Build system: r
Synopsis: Flexible Bayesian optimization
Description:

This package provides a flexible approach to Bayesian optimization / model based optimization building on the bbotk package. The mlr3mbo is a toolbox providing both ready-to-use optimization algorithms as well as their fundamental building blocks allowing for straightforward implementation of custom algorithms. Single- and multi-objective optimization is supported as well as mixed continuous, categorical and conditional search spaces. Moreover, using mlr3mbo for hyperparameter optimization of machine learning models within the mlr3 ecosystem is straightforward via mlr3tuning.

r-data-tree 1.2.0
Propagated dependencies: r-r6@2.6.1 r-stringi@1.8.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/gluc/data.tree
Licenses: GPL 2+
Build system: r
Synopsis: General purpose hierarchical data structure
Description:

Create tree structures from hierarchical data, and traverse the tree in various orders. Aggregate, cumulate, print, plot, convert to and from data.frame and more. This is useful for decision trees, machine learning, finance, conversion from and to JSON, and many other applications.

r-lme4 1.1-37
Propagated dependencies: r-boot@1.3-32 r-lattice@0.22-7 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-rcpp@1.1.0 r-rcppeigen@0.3.4.0.2 r-reformulas@0.4.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/lme4
Licenses: GPL 2+
Build system: r
Synopsis: Linear mixed-effects models using eigen and S4
Description:

This package provides fit linear and generalized linear mixed-effects models. The models and their components are represented using S4 classes and methods. The core computational algorithms are implemented using the Eigen C++ library for numerical linear algebra and RcppEigen glue.

r-hrbrthemes 0.8.7
Propagated dependencies: r-extrafont@0.20 r-gdtools@0.4.4 r-ggplot2@4.0.1 r-magrittr@2.0.4 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hrbrmstr/hrbrthemes/
Licenses: Expat
Build system: r
Synopsis: Additional themes, theme components and utilities for @code{ggplot2}
Description:

This package provides a compilation of extra ggplot2 themes, scales and utilities, including a spell check function for plot label fields and an overall emphasis on typography.

r-nlp 0.3-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/NLP/
Licenses: GPL 3
Build system: r
Synopsis: Natural language processing infrastructure
Description:

This package provides basic classes and methods for Natural Language Processing.

r-mice 3.18.0
Propagated dependencies: r-broom@1.0.10 r-cpp11@0.5.2 r-dplyr@1.1.4 r-glmnet@4.1-10 r-lattice@0.22-7 r-mitml@0.4-5 r-nnet@7.3-20 r-rcpp@1.1.0 r-rpart@4.1.24 r-tidyr@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/mice/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Multivariate imputation by chained equations
Description:

Multiple imputation using Fully Conditional Specification (FCS) implemented by the MICE algorithm as described in http://doi.org/10.18637/jss.v045.i03. Each variable has its own imputation model. Built-in imputation models are provided for continuous data (predictive mean matching, normal), binary data (logistic regression), unordered categorical data (polytomous logistic regression) and ordered categorical data (proportional odds). MICE can also impute continuous two-level data (normal model, pan, second-level variables). Passive imputation can be used to maintain consistency between variables. Various diagnostic plots are available to inspect the quality of the imputations.

r-future-apply 1.20.0
Propagated dependencies: r-future@1.68.0 r-globals@0.18.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/HenrikBengtsson/future.apply
Licenses: GPL 2+
Build system: r
Synopsis: Apply function to elements in parallel using futures
Description:

This package provides implementations of apply(), eapply(), lapply(), Map(), mapply(), replicate(), sapply(), tapply(), and vapply() that can be resolved using any future-supported backend, e.g. parallel on the local machine or distributed on a compute cluster.

r-glmtoolbox 0.1.12
Propagated dependencies: r-broom@1.0.10 r-formula@1.2-5 r-mass@7.3-65 r-numderiv@2016.8-1.1 r-rfast@2.1.5.2 r-statmod@1.5.1 r-suppdists@1.1-9.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlgs.netlify.app/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Set of tools to data analysis using generalized linear models
Description:

This package provides a set of tools for the statistical analysis of data using:

  1. normal linear models;

  2. generalized linear models;

  3. negative binomial regression models as alternative to the Poisson regression models under the presence of overdispersion;

  4. beta-binomial and random-clumped binomial regression models as alternative to the binomial regression models under the presence of overdispersion;

  5. zero-inflated and zero-altered regression models to deal with zero-excess in count data;

  6. generalized nonlinear models;

  7. generalized estimating equations for cluster correlated data.

r-sandwich 3.1-1
Propagated dependencies: r-zoo@1.8-14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/sandwich/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Robust Covariance Matrix Estimators
Description:

This package provides model-robust standard error estimators for cross-sectional, time series, clustered, panel, and longitudinal data.

r-shinydisconnect 0.1.1
Propagated dependencies: r-checkmate@2.3.3 r-glue@1.8.0 r-htmltools@0.5.8.1 r-shiny@1.11.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/daattali/shinydisconnect
Licenses: Expat
Build system: r
Synopsis: Show a nice message when a Shiny app disconnects or errors
Description:

This package provides a Shiny app that can disconnect for a variety of reasons: an unrecoverable error occurred in the app, the server went down, the user lost internet connection, or any other reason that might cause the Shiny app to lose connection to its server. With shinydisconnect, you can call disonnectMessage anywhere in a Shiny app's UI to add a nice message when this happens. It works locally (running Shiny apps within RStudio) and on Shiny servers.

r-options 0.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://dgkf.github.io/options/
Licenses: Expat
Build system: r
Synopsis: Simple, consistent package options
Description:

This package provides simple mechanisms for defining and interpreting package options. It provides helpers for interpreting environment variables, global options, defining default values and more.

r-bigassertr 0.1.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/privefl/bigassertr
Licenses: GPL 3
Build system: r
Synopsis: Assertion and message functions
Description:

This package provides enhanced message functions (cat() / message() / warning() / error()) using wrappers around sprintf(). It also provides multiple assertion functions (e.g. to check class, length, values, files, arguments, etc.).

r-distillery 1.2-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://ral.ucar.edu/staff/ericg/
Licenses: GPL 2+
Build system: r
Synopsis: Functions for confidence intervals and object information
Description:

This package provides some very simple method functions for confidence interval calculation and to distill pertinent information from a potentially complex object; primarily used in common with the packages extRemes and SpatialVx.

r-quarto 1.5.1
Propagated dependencies: r-cli@3.6.5 r-fs@1.6.6 r-htmltools@0.5.8.1 r-jsonlite@2.0.0 r-later@1.4.4 r-lifecycle@1.0.4 r-processx@3.8.6 r-rlang@1.1.6 r-rmarkdown@2.30 r-rstudioapi@0.17.1 r-xfun@0.54 r-yaml@2.3.10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/quarto-dev/quarto-r
Licenses: GPL 2+
Build system: r
Synopsis: R Interface to Quarto markdown publishing system
Description:

This package lets you convert R Markdown documents and Jupyter notebooks to a variety of output formats using Quarto.

r-cccd 1.6
Propagated dependencies: r-deldir@2.0-4 r-fnn@1.1.4.1 r-igraph@2.2.1 r-proxy@0.4-27
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=cccd
Licenses: GPL 2+
Build system: r
Synopsis: Class cover catch digraphs
Description:

This package provides tools to create Class Cover Catch Digraphs, neighborhood graphs, and relatives.

r-ggdag 0.2.13
Propagated dependencies: r-dagitty@0.3-4 r-dplyr@1.1.4 r-forcats@1.0.1 r-ggplot2@4.0.1 r-ggraph@2.2.2 r-ggrepel@0.9.6 r-igraph@2.2.1 r-magrittr@2.0.4 r-pillar@1.11.1 r-purrr@1.2.0 r-rlang@1.1.6 r-stringr@1.6.0 r-tibble@3.3.0 r-tidygraph@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-causal/ggdag
Licenses: Expat
Build system: r
Synopsis: Analyze and create elegant directed acyclic graphs
Description:

Ggdag is built on top of dagitty, an R package that uses the DAGitty web tool for creating and analyzing DAGs. ggdag makes it easy to tidy and plot dagitty objects using ggplot2 and ggraph, as well as common analytic and graphical functions, such as determining adjustment sets and node relationships.

r-activpal 0.1.4
Propagated dependencies: r-devtools@2.4.6 r-dplyr@1.1.4 r-ggplot2@4.0.1 r-lubridate@1.9.4 r-magrittr@2.0.4 r-tidyr@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/activPAL
Licenses: GPL 3
Build system: r
Synopsis: Processing and chart generation from activPAL events files
Description:

This package contains functions to generate pre-defined summary statistics from activPAL events files. The package also contains functions to produce informative graphics that visualize physical activity behaviour and trends. This includes generating graphs that align physical activity behaviour with additional time based observations described by other data sets, such as sleep diaries and continuous glucose monitoring data.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31087