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

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-doparallel 1.0.17
Propagated dependencies: r-foreach@1.5.2 r-iterators@1.0.14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/doParallel
Licenses: GPL 2+
Build system: r
Synopsis: Foreach parallel adaptor for the 'parallel' package
Description:

This package provides a parallel backend for the %dopar% function using the parallel package.

r-xml 3.99-0.20
Dependencies: libxml2@2.14.6 zlib@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.omegahat.net/RSXML
Licenses: FreeBSD
Build system: r
Synopsis: Tools for parsing and generating XML within R
Description:

Many approaches for both reading and creating XML (and HTML) documents (including DTDs), both local and accessible via HTTP or FTP. Also offers access to an XPath "interpreter".

r-catdap 1.3.7
Propagated dependencies: r-rcolorbrewer@1.1-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/catdap/
Licenses: GPL 2+
Build system: r
Synopsis: Tools for categorical data analysis
Description:

This package provides functions for analyzing multivariate data. Dependencies of the distribution of the specified variable (response variable) to other variables (explanatory variables) are derived and evaluated by the Akaike Information Criterion (AIC).

r-stm 1.3.8
Propagated dependencies: r-data-table@1.17.8 r-glmnet@4.1-10 r-lda@1.5.2 r-matrix@1.7-4 r-matrixstats@1.5.0 r-quadprog@1.5-8 r-quanteda@4.3.1 r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1 r-slam@0.1-55 r-stringr@1.6.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.structuraltopicmodel.com/
Licenses: Expat
Build system: r
Synopsis: Estimation of the Structural Topic Model
Description:

The Structural Topic Model (STM) allows researchers to estimate topic models with document-level covariates. The package also includes tools for model selection, visualization, and estimation of topic-covariate regressions.

r-gprofiler2 0.2.4
Propagated dependencies: r-crosstalk@1.2.2 r-curl@7.0.0 r-dplyr@1.1.4 r-ggplot2@4.0.1 r-gridextra@2.3 r-jsonlite@2.0.0 r-plotly@4.11.0 r-rcurl@1.98-1.17 r-tidyr@1.3.1 r-viridislite@0.4.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/gprofiler2/
Licenses: GPL 2+
Build system: r
Synopsis: Interface to the g:Profiler toolset
Description:

This package provides a toolset for functional enrichment analysis and visualization, gene/protein/SNP identifier conversion and mapping orthologous genes across species via g:Profiler. The main tools are:

  1. g:GOSt, functional enrichment analysis and visualization of gene lists;

  2. g:Convert, gene/protein/transcript identifier conversion across various namespaces;

  3. g:Orth, orthology search across species;

  4. g:SNPense, mapping SNP rs identifiers to chromosome positions, genes and variant effects.

This package is an R interface corresponding to the 2019 update of g:Profiler and provides access to versions e94_eg41_p11 and higher.

r-float 0.3-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/wrathematics/float
Licenses: FreeBSD
Build system: r
Synopsis: 32-bit floats
Description:

R comes with a suite of utilities for linear algebra with "numeric" (double precision) vectors/matrices. However, sometimes single precision (or less!) is more than enough for a particular task. This package extends R's linear algebra facilities to include 32-bit float (single precision) data. Float vectors/matrices have half the precision of their "numeric"-type counterparts but are generally faster to numerically operate on, for a performance vs accuracy trade-off.

r-randomforestsrc 2.9.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/randomForestSRC/
Licenses: GPL 3+
Build system: r
Synopsis: Random forests for survival, regression, and classification
Description:

This package implements fast OpenMP parallel computing of Breiman's random forests for survival, competing risks, regression and classification based on Ishwaran and Kogalur's popular random survival forests (RSF) package. It handles missing data and now includes multivariate, unsupervised forests, quantile regression and solutions for class imbalanced data. It provides a fast interface using subsampling and confidence regions for variable importance.

r-dbscan 1.2.3
Propagated dependencies: r-generics@0.1.4 r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mhahsler/dbscan
Licenses: GPL 2+
Build system: r
Synopsis: Density-based spatial clustering of applications with noise
Description:

This package provides a fast reimplementation of several density-based algorithms of the DBSCAN family. It includes the clustering algorithms DBSCAN (density-based spatial clustering of applications with noise) and hierarchical DBSCAN (HDBSCAN), the ordering algorithm ordering points to identify the clustering structure (OPTICS), shared nearest neighbor clustering, and the outlier detection algorithms local outlier factor (LOF) and global-local outlier score from hierarchies (GLOSH). The implementations use the kd-tree data structure for faster k-nearest neighbor search. An R interface to fast kNN and fixed-radius NN search is also provided.

r-mapproj 1.2.12
Propagated dependencies: r-maps@3.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/mapproj
Licenses: GPL 2 LPL 1.02
Build system: r
Synopsis: Map projection in R
Description:

This package converts latitude/longitude into projected coordinates.

r-abnormality 0.1.0
Propagated dependencies: r-mass@7.3-65 r-matrix@1.7-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/abnormality/
Licenses: Expat
Build system: r
Synopsis: Measure a subject's abnormality with respect to a reference population
Description:

This package contains functions to implement the methodology and considerations laid out by Marks et al. in the article "Measuring abnormality in high dimensional spaces: applications in biomechanical gait analysis". Using high-dimensional datasets to measure a subject's overall level of abnormality as compared to a reference population is often needed in outcomes research.

r-n2r 1.0.3
Propagated dependencies: r-matrix@1.7-4 r-rcpp@1.1.0 r-rcppeigen@0.3.4.0.2 r-rcppspdlog@0.0.23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/kharchenkolab/N2R
Licenses: ASL 2.0
Build system: r
Synopsis: Fast and scalable approximate k-Nearest Neighbor search methods
Description:

This package implements methods to perform fast approximate K-nearest neighbor search on the input matrix. The algorithm is based on the N2 implementation of an approximate nearest neighbor search using hierarchical NSW graphs.

r-archivist 2.3.8
Propagated dependencies: r-dbi@1.2.3 r-digest@0.6.39 r-flock@0.7 r-httr@1.4.7 r-lubridate@1.9.4 r-magrittr@2.0.4 r-rcurl@1.98-1.17 r-rsqlite@2.4.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://pbiecek.github.io/archivist/
Licenses: GPL 2
Build system: r
Synopsis: Tools for storing, restoring and searching for R objects
Description:

Data exploration and modelling is a process in which a lot of data artifacts are produced. Artifacts like: subsets, data aggregates, plots, statistical models, different versions of data sets and different versions of results. Archivist helps to store and manage artifacts created in R. It allows you to store selected artifacts as binary files together with their metadata and relations. Archivist allows sharing artifacts with others. It can look for already created artifacts by using its class, name, date of the creation or other properties. It also makes it easy to restore such artifacts.

r-maxstat 0.7-26
Propagated dependencies: r-exactranktests@0.8-35 r-mvtnorm@1.3-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/maxstat/
Licenses: GPL 2+
Build system: r
Synopsis: Maximally selected rank statistics
Description:

This package provides maximally selected rank statistics with several p-value approximations.

r-pmcmrplus 1.9.12
Dependencies: gmp@6.3.0
Propagated dependencies: r-bwstest@0.2.3 r-gmp@0.7-5 r-ksamples@1.2-12 r-mass@7.3-65 r-multcompview@0.1-10 r-mvtnorm@1.3-3 r-rmpfr@1.1-2 r-suppdists@1.1-9.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=PMCMRplus
Licenses: GPL 3+
Build system: r
Synopsis: Calculate pairwise multiple comparisons of mean rank sums extended
Description:

This package provides multiple pairwise tests.

r-roptim 0.1.7
Propagated dependencies: r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ypan1988/roptim/
Licenses: GPL 2+
Build system: r
Synopsis: General purpose optimization in R using C++
Description:

This package performs optimization in R using C++. A unified wrapper interface is provided to call C functions of the five optimization algorithms (Nelder-Mead, BFGS, CG, L-BFGS-B and SANN) underlying optim().

r-paws-application-integration 0.9.0
Propagated dependencies: r-paws-common@0.8.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/paws-r/paws
Licenses: ASL 2.0
Build system: r
Synopsis: Amazon Web Services application integration services
Description:

This package provides an interface to Amazon Web Services application integration services, including Simple Queue Service (SQS) message queue, Simple Notification Service (SNS) publish/subscribe messaging, and more.

r-bigmemory-sri 0.1.8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/bigmemory.sri
Licenses: LGPL 3 ASL 2.0
Build system: r
Synopsis: Shared resource interface for the bigmemory package
Description:

This package provides a shared resource interface for the bigmemory and synchronicity packages.

r-preseqr 4.0.0
Propagated dependencies: r-polynom@1.4-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/preseqR/
Licenses: GPL 3
Build system: r
Synopsis: Predicting species accumulation curves
Description:

This package can be used to predict the r-species accumulation curve (r-SAC), which is the number of species represented at least r times as a function of the sampling effort. When r = 1, the curve is known as the species accumulation curve, or the library complexity curve in high-throughput genomic sequencing. The package includes both parametric and nonparametric methods, as described by Deng C, et al. (2018).

r-partr2 0.9.2
Propagated dependencies: r-dplyr@1.1.4 r-ggplot2@4.0.1 r-lme4@1.1-37 r-magrittr@2.0.4 r-pbapply@1.7-4 r-purrr@1.2.0 r-rlang@1.1.6 r-tibble@3.3.0 r-tidyr@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mastoffel/partR2
Licenses: GPL 2+
Build system: r
Synopsis: Partitioning R2 in generalized linear mixed models
Description:

This package provides an R tool for estimating and partitioning R2 in generalized linear mixed models (GLMMs) based on predictor variance.

r-semver 0.2.0
Propagated dependencies: r-assertthat@0.2.1 r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/johndharrison/semver
Licenses: Expat
Build system: r
Synopsis: Parser for Semantic Versioning 2.0.0
Description:

This package provides tools and functions for parsing, rendering and operating on semantic version strings. Semantic versioning is a simple set of rules and requirements that dictate how version numbers are assigned and incremented as outlined at http://semver.org.

r-prettydoc 0.4.1
Dependencies: pandoc@2.19.2
Propagated dependencies: r-rmarkdown@2.30
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/yixuan/prettydoc
Licenses: ASL 2.0
Build system: r
Synopsis: Create pretty documents from R markdown
Description:

This is a package for creating tiny yet beautiful documents and vignettes from R Markdown. The package provides the html_pretty output format as an alternative to the html_document and html_vignette engines that convert R Markdown into HTML pages. Various themes and syntax highlight styles are supported.

r-mlapi 0.1.1
Propagated dependencies: r-matrix@1.7-4 r-r6@2.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=mlapi
Licenses: Expat
Build system: r
Synopsis: Abstract classes for building scikit-learn like API
Description:

This package provides R6 abstract classes for building machine learning models with a scikit-learn like API. Scikit-learn is a popular module for the Python programming language whose design became a de facto standard in industry for machine learning tasks.

r-extremes 2.2-1
Propagated dependencies: r-distillery@1.2-2 r-lmoments@1.3-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.assessment.ucar.edu/toolkit/
Licenses: GPL 2+
Build system: r
Synopsis: Extreme value analysis
Description:

ExtRemes is a suite of functions for carrying out analyses on the extreme values of a process of interest; be they block maxima over long blocks or excesses over a high threshold.

r-pbkrtest 0.5.5
Propagated dependencies: r-broom@1.0.10 r-doby@4.7.0 r-dplyr@1.1.4 r-lme4@1.1-37 r-mass@7.3-65 r-matrix@1.7-4 r-numderiv@2016.8-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://people.math.aau.dk/~sorenh/software/pbkrtest/
Licenses: GPL 2+
Build system: r
Synopsis: Methods for linear mixed model comparison
Description:

This package implements a parametric bootstrap test and a Kenward Roger modification of F-tests for linear mixed effects models and a parametric bootstrap test for generalized linear mixed models.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31087