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

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-callr 3.7.6
Propagated dependencies: r-processx@3.8.6 r-r6@2.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/callr#readme
Licenses: Expat
Build system: r
Synopsis: Call R from R
Description:

It is sometimes useful to perform a computation in a separate R process, without affecting the current R process at all. This package does exactly that.

r-adapenetclass 1.2
Propagated dependencies: r-glmnet@4.1-10 r-imputeyn@1.3 r-lars@1.3 r-quadprog@1.5-8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/AdapEnetClass/
Licenses: GPL 2
Build system: r
Synopsis: Class of adaptive elastic net methods for censored data
Description:

This package provides methods for variable selection for AFT models.

r-vroom 1.6.6
Propagated dependencies: r-bit64@4.6.0-1 r-cli@3.6.5 r-cpp11@0.5.2 r-crayon@1.5.3 r-glue@1.8.0 r-hms@1.1.4 r-lifecycle@1.0.4 r-progress@1.2.3 r-rlang@1.1.6 r-tibble@3.3.0 r-tidyselect@1.2.1 r-tzdb@0.5.0 r-vctrs@0.6.5 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://vroom.r-lib.org
Licenses: Expat
Build system: r
Synopsis: Read and Write Rectangular Text Data
Description:

This package reads and writes data files like CSV, TSV and FWF. When reading it uses a quick initial indexing step, then reads the values lazily, so only the data you actually use needs to be read. The writer formats the data in parallel and writes to disk asynchronously from formatting.

r-capushe 1.1.3
Propagated dependencies: r-mass@7.3-65
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/capushe/index.html
Licenses: GPL 2+
Build system: r
Synopsis: Calibrating penalties using slope heuristics
Description:

This package provides tools for the calibration of penalized criteria for model selection. The calibration methods available are based on the slope heuristics.

r-ggplot-multistats 1.0.1
Propagated dependencies: r-ggplot2@4.0.1 r-hexbin@1.28.5 r-rlang@1.1.6 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/flying-sheep/ggplot.multistats
Licenses: GPL 3
Build system: r
Synopsis: Multiple summary statistics for binned stats/geometries
Description:

This package provides the ggplot binning layer stat_summaries_hex(), which functions similar to its singular form, but allows the use of multiple statistics per bin. Those statistics can be mapped to multiple bin aesthetics.

r-gridbase 0.4-7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/gridBase
Licenses: GPL 2+
Build system: r
Synopsis: Integration of base and grid graphics
Description:

This package provides an integration of base and grid graphics for R.

r-here 1.0.2
Propagated dependencies: r-rprojroot@2.1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://here.r-lib.org/
Licenses: Expat
Build system: r
Synopsis: Simpler way to find files
Description:

This package lets you construct paths to your project's files. Use the here function as a drop-in replacement for file.path, it will always locate the files relative to your project root.

r-ggfittext 0.10.2
Propagated dependencies: r-cli@3.6.5 r-ggplot2@4.0.1 r-gridtext@0.1.5 r-shades@1.4.0 r-stringi@1.8.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://wilkox.org/ggfittext/
Licenses: GPL 2
Build system: r
Synopsis: Ggfittext is a ggplot2 extension for fitting text into boxes
Description:

Ggfittext is a ggplot2 extension for fitting text into boxes.

r-gargle 1.6.0
Propagated dependencies: r-cli@3.6.5 r-fs@1.6.6 r-glue@1.8.0 r-httr@1.4.7 r-jsonlite@2.0.0 r-lifecycle@1.0.4 r-openssl@2.3.4 r-rappdirs@0.3.3 r-rlang@1.1.6 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gargle.r-lib.org
Licenses: Expat
Build system: r
Synopsis: Utilities for working with Google APIs
Description:

This package provides utilities for working with Google APIs. This includes functions and classes for handling common credential types and for preparing, executing, and processing HTTP requests.

r-profmem 0.7.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/HenrikBengtsson/profmem
Licenses: LGPL 2.1+
Build system: r
Synopsis: Simple memory profiling for R
Description:

This package provides a simple and light-weight API for memory profiling of R expressions. The profiling is built on top of R's built-in memory profiler utils::Rprofmem(), which records every memory allocation done by R (also native code).

r-spatial 7.3-18
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.stats.ox.ac.uk/pub/MASS4/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Functions for kriging and point pattern analysis
Description:

This package provides functions for kriging and point pattern analysis.

r-biclust 2.0.3.1
Propagated dependencies: r-additivitytests@1.1-4.2 r-colorspace@2.1-2 r-flexclust@1.5.0 r-ggplot2@4.0.1 r-lattice@0.22-7 r-mass@7.3-65 r-tidyr@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/biclust/
Licenses: GPL 3
Build system: r
Synopsis: BiCluster algorithms
Description:

The main function biclust() provides several algorithms to find biclusters in two-dimensional data, spectral, plaid model, xmotifs, and bimax. In addition, the package provides methods for data preprocessing (normalization and discretization), visualization, and validation of bicluster solutions.

r-rlecuyer 0.3-8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.iro.umontreal.ca/~lecuyer/myftp/papers/streams00.pdf
Licenses: GPL 2+
Build system: r
Synopsis: R interface to RNG with multiple streams
Description:

This package provides an interface to the C implementation of the random number generator with multiple independent streams developed by L'Ecuyer et al (2002). The main purpose of this package is to enable the use of this random number generator in parallel R applications.

r-zonebuilder 0.1.0
Propagated dependencies: r-rcolorbrewer@1.1-3 r-sf@1.0-23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/zonebuilders/zonebuilder
Licenses: GPL 3
Build system: r
Synopsis: Create and explore geographic zoning systems
Description:

This package provides functions, documentation and example data to help divide geographic space into discrete polygons (zones). The functions are motivated by research into the merits of different zoning systems. A flexible ClockBoard zoning system is provided, which breaks-up space by concentric rings and radial lines emanating from a central point.

r-multcompview 0.1-10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=multcompView
Licenses: GPL 3+
Build system: r
Synopsis: Visualizations of paired comparisons
Description:

Convert a logical vector or a vector of p-values or a correlation, difference, or distance matrix into a display identifying the pairs for which the differences were not significantly different.

r-ash 1.0-15
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ash/
Licenses: GPL 2+
Build system: r
Synopsis: David Scott's ASH routines
Description:

This package provides David Scott's ASH routines ported from S-PLUS to R.

r-tab 5.1.1
Propagated dependencies: r-dplyr@1.1.4 r-kableextra@1.4.0 r-knitr@1.50 r-mass@7.3-65 r-survey@4.4-8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/tab/
Licenses: GPL 3+
Build system: r
Synopsis: Create summary tables for statistical reports
Description:

This package contains functions for creating various types of summary tables, e.g. comparing characteristics across levels of a categorical variable and summarizing fitted generalized linear models, generalized estimating equations, and Cox proportional hazards models. Functions are available to handle data from simple random samples as well as complex surveys.

r-dynamictreecut 1.63-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/dynamicTreeCut/index.html
Licenses: GPL 2+
Build system: r
Synopsis: Detect clusters in hierarchical clustering dendrograms
Description:

This package contains methods for the detection of clusters in hierarchical clustering dendrograms.

r-clusterr 1.3.5
Propagated dependencies: r-ggplot2@4.0.1 r-gmp@0.7-5 r-lifecycle@1.0.4 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/mlampros/ClusterR
Licenses: GPL 3
Build system: r
Synopsis: Clustering
Description:

This package provides Gaussian mixture models, k-means, mini-batch-kmeans, k-medoids and affinity propagation clustering with the option to plot, validate, predict (new data) and estimate the optimal number of clusters. The package takes advantage of RcppArmadillo to speed up the computationally intensive parts of the functions. For more information, see

  1. "Clustering in an Object-Oriented Environment" by Anja Struyf, Mia Hubert, Peter Rousseeuw (1997), Journal of Statistical Software, https://doi.org/10.18637/jss.v001.i04;

  2. "Web-scale k-means clustering" by D. Sculley (2010), ACM Digital Library, https://doi.org/10.1145/1772690.1772862;

  3. "Armadillo: a template-based C++ library for linear algebra" by Sanderson et al (2016), The Journal of Open Source Software, https://doi.org/10.21105/joss.00026;

  4. "Clustering by Passing Messages Between Data Points" by Brendan J. Frey and Delbert Dueck, Science 16 Feb 2007: Vol. 315, Issue 5814, pp. 972-976, https://doi.org/10.1126/science.1136800.

r-abind 1.4-8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/abind/
Licenses: LGPL 2.0+
Build system: r
Synopsis: Combine multidimensional arrays
Description:

This package provides tools to combine multidimensional arrays into a single array. This is a generalization of cbind and rbind. It works with vectors, matrices, and higher-dimensional arrays. It also provides the functions adrop, asub, and afill for manipulating, extracting and replacing data in arrays.

r-workflows 1.3.0
Propagated dependencies: r-cli@3.6.5 r-generics@0.1.4 r-glue@1.8.0 r-hardhat@1.4.2 r-lifecycle@1.0.4 r-modelenv@0.2.0 r-parsnip@1.3.3 r-recipes@1.3.1 r-rlang@1.1.6 r-sparsevctrs@0.3.4 r-tidyselect@1.2.1 r-vctrs@0.6.5 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/tidymodels/workflows
Licenses: Expat
Build system: r
Synopsis: Modeling workflows
Description:

A workflow is an object that can bundle together your pre-processing, modeling, and post-processing requests. For example, if you have a recipe and parsnip model, these can be combined into a workflow. The advantages are:

  1. You don’t have to keep track of separate objects in your workspace.

  2. The recipe prepping and model fitting can be executed using a single call to fit().

  3. If you have custom tuning parameter settings, these can be defined using a simpler interface when combined with tune.

  4. In the future, workflows will be able to add post-processing operations, such as modifying the probability cutoff for two-class models.

r-detectseparation 0.3
Propagated dependencies: r-lpsolveapi@5.5.2.0-17.14 r-pkgload@1.4.1 r-roi@1.0-1 r-roi-plugin-lpsolve@1.0-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ikosmidis/detectseparation
Licenses: GPL 3
Build system: r
Synopsis: Detect and check for separation and infinite maximum likelihood estimates
Description:

This package provides pre-fit and post-fit methods for detecting separation and infinite maximum likelihood estimates in generalized linear models with categorical responses. The pre-fit methods apply on binomial-response generalized liner models such as logit, probit and cloglog regression, and can be directly supplied as fitting methods to the glm() function. The post-fit methods apply to models with categorical responses, including binomial-response generalized linear models and multinomial-response models, such as baseline category logits and adjacent category logits models; for example, the models implemented in the brglm2 package. The post-fit methods successively refit the model with increasing number of iteratively reweighted least squares iterations, and monitor the ratio of the estimated standard error for each parameter to what it has been in the first iteration.

r-globals 0.18.0
Propagated dependencies: r-codetools@0.2-20
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/HenrikBengtsson/globals
Licenses: LGPL 2.1+
Build system: r
Synopsis: Identify global objects in R expressions
Description:

This package provides tools to identify global ("unknown" or "free") objects in R expressions by code inspection using various strategies, e.g. conservative or liberal. The objective of this package is to make it as simple as possible to identify global objects for the purpose of exporting them in distributed compute environments.

r-brew 1.0-10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/brew
Licenses: GPL 2+
Build system: r
Synopsis: Templating framework for report generation
Description:

The brew package implements a templating framework for mixing text and R code for report generation. The template syntax is similar to PHP, Ruby's erb module, Java Server Pages, and Python's psp module.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091