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

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-ifultools 2.0-26
Propagated dependencies: r-mass@7.3-65 r-splus2r@1.3-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ifultools/
Licenses: GPL 2
Build system: r
Synopsis: Insightful research tools
Description:

This package provides C code used by the wmtsa, fractal, and sapa R packages.

r-spatstat 3.4-1
Propagated dependencies: r-spatstat-data@3.1-9 r-spatstat-explore@3.6-0 r-spatstat-geom@3.6-1 r-spatstat-linnet@3.3-2 r-spatstat-model@3.5-0 r-spatstat-random@3.4-3 r-spatstat-univar@3.1-5 r-spatstat-utils@3.2-0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.spatstat.org
Licenses: GPL 2+
Build system: r
Synopsis: Spatial Point Pattern analysis, model-fitting, simulation, tests
Description:

This package provides a comprehensive toolbox for analysing Spatial Point Patterns. It is focused mainly on two-dimensional point patterns, including multitype/marked points, in any spatial region. It also supports three-dimensional point patterns, space-time point patterns in any number of dimensions, point patterns on a linear network, and patterns of other geometrical objects. It supports spatial covariate data such as pixel images and contains over 2000 functions for plotting spatial data, exploratory data analysis, model-fitting, simulation, spatial sampling, model diagnostics, and formal inference.

r-fastmap 1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://r-lib.github.io/fastmap/
Licenses: Expat
Build system: r
Synopsis: Fast implementation of a key-value store
Description:

This package provides a fast implementation of a key-value store. Environments are commonly used as key-value stores, but every time a new key is used, it is added to R's global symbol table, causing a small amount of memory leakage. This can be problematic in cases where many different keys are used. Fastmap avoids this memory leak issue by implementing the map using data structures in C++.

r-plotroc 2.3.3
Propagated dependencies: r-ggplot2@4.0.1 r-gridsvg@1.7-7 r-plyr@1.8.9 r-rlang@1.1.6 r-shiny@1.11.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://sachsmc.github.io/plotROC/
Licenses: Expat
Build system: r
Synopsis: Generating useful receiver operating characteristic curve charts
Description:

This package generates ROC plots. Most ROC curve plots obscure the cutoff values and inhibit interpretation and comparison of multiple curves. This attempts to address those shortcomings by providing plotting and interactive tools. Functions are provided to generate an interactive ROC curve plot for web use, and print versions. A Shiny application implementing the functions is also included.

r-rmio 0.4.0
Propagated dependencies: r-bigassertr@0.1.7 r-ff@4.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/privefl/rmio
Licenses: GPL 3
Build system: r
Synopsis: Provides mio C++11 header files for R
Description:

This package provides the header files of mio, a cross-platform C++11 header-only library for memory mapped file IO.

r-phylogram 2.1.0
Propagated dependencies: r-ape@5.8-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/phylogram/
Licenses: GPL 3
Build system: r
Synopsis: Dendrograms for evolutionary analysis
Description:

The r-phylogram package is a tool for for developing phylogenetic trees as deeply-nested lists known as "dendrogram" objects. It provides functions for conversion between "dendrogram" and "phylo" class objects, as well as several tools for command-line tree manipulation and import/export via Newick parenthetic text. This improves accessibility to the comprehensive range of object-specific analytical and tree-visualization functions found across a wide array of bioinformatic R packages.

r-sched 1.0.3
Propagated dependencies: r-chk@0.10.0 r-fscache@1.0.5 r-lgr@0.5.0 r-openssl@2.3.4 r-r6@2.6.1 r-rcurl@1.98-1.17
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gitlab.com/cnrgh/databases/r-sched
Licenses: AGPL 3
Build system: r
Synopsis: Request scheduler
Description:

This package offers classes and functions to contact web servers while enforcing scheduling rules required by the sites. The URL class makes it easy to construct a URL by providing parameters as a vector. The Request class allows to describe Simple Object Access Protocol (SOAP) or standard requests: URL, method (POST or GET), header, body. The Scheduler class controls the request frequency for each server address by means of rules (Rule class). The RequestResult class permits to get the request status to handle error cases and the content.

r-bdsmatrix 1.3-7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/bdsmatrix/
Licenses: LGPL 2.0
Build system: r
Synopsis: Routines for block diagonal symmetric matrices
Description:

This package provides procedures to work with block diagonal symmetric matrices, a special case of sparse matrices.

r-base64 2.0.2
Propagated dependencies: r-openssl@2.3.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/base64
Licenses: Expat
Build system: r
Synopsis: Base64 encoder and decoder
Description:

This package is a compatibility wrapper to replace the orphaned package by Romain Francois. New applications should use the openssl or base64enc package instead.

r-flexmix 2.3-20
Propagated dependencies: r-lattice@0.22-7 r-modeltools@0.2-24 r-nnet@7.3-20
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/flexmix
Licenses: GPL 2+
Build system: r
Synopsis: Flexible mixture modeling
Description:

This package implements a general framework for finite mixtures of regression models using the EM algorithm. FlexMix provides the E-step and all data handling, while the M-step can be supplied by the user to easily define new models. Existing drivers implement mixtures of standard linear models, generalized linear models and model-based clustering.

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-fgui 1.0-8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://sites.google.com/site/thomashoffmannproject/software/fgui
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Create GUI for R functions
Description:

Rapidly create a GUI for a function you created by automatically creating widgets for arguments of the function. This package automatically parses help routines for context-sensitive help to these arguments. The interface is essentially a wrapper to some Tcl/Tk routines to both simplify and facilitate GUI creation. More advanced Tcl/Tk routines/GUI objects can be incorporated into the interface for greater customization for the more experienced.

r-ttr 0.24.4
Propagated dependencies: r-curl@7.0.0 r-xts@0.14.1 r-zoo@1.8-14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/joshuaulrich/TTR
Licenses: GPL 2
Build system: r
Synopsis: Technical trading rules
Description:

This package provides functions and data to construct technical trading rules with R.

r-sjlabelled 1.2.0
Propagated dependencies: r-datawizard@1.3.0 r-insight@1.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/strengejacke/sjlabelled
Licenses: GPL 3
Build system: r
Synopsis: Labelled data utility functions
Description:

This package provides a collection of functions dealing with labelled data, like reading and writing data between R and other statistical software packages. This includes easy ways to get, set or change value and variable label attributes, to convert labelled vectors into factors or numeric (and vice versa), or to deal with multiple declared missing values.

r-progress 1.2.3
Propagated dependencies: r-crayon@1.5.3 r-hms@1.1.4 r-prettyunits@1.2.0 r-r6@2.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/gaborcsardi/progress
Licenses: Expat
Build system: r
Synopsis: Terminal progress bars
Description:

This package provides configurable progress bars. They may include percentage, elapsed time, and/or the estimated completion time. They work in terminals, in Emacs ESS, RStudio, Windows Rgui, and the macOS R.app. The package also provides a C++ API, that works with or without Rcpp.

r-ggfortify 0.4.19
Propagated dependencies: r-dplyr@1.1.4 r-ggplot2@4.0.1 r-gridextra@2.3 r-scales@1.4.0 r-stringr@1.6.0 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/sinhrks/ggfortify
Licenses: GPL 2
Build system: r
Synopsis: Data visualization tools for statistical analysis results
Description:

This package provides unified plotting tools for statistics commonly used, such as GLM, time series, PCA families, clustering and survival analysis. The package offers a single plotting interface for these analysis results and plots in a unified style using the ggplot2 package.

r-laplacesdemon 16.1.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/LaplacesDemonR/LaplacesDemon
Licenses: Expat
Build system: r
Synopsis: Complete environment for Bayesian inference
Description:

This package provides a complete environment for Bayesian inference using a variety of different samplers.

r-bife 0.7.3
Propagated dependencies: r-data-table@1.17.8 r-formula@1.2-5 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/amrei-stammann/bife
Licenses: GPL 2+
Build system: r
Synopsis: Binary choice models with fixed effects
Description:

This package lets you estimate fixed effects binary choice models (logit and probit) with potentially many individual fixed effects and compute average partial effects. Incidental parameter bias can be reduced with an asymptotic bias correction proposed by Fernandez-Val (2009) <doi:10.1016/j.jeconom.2009.02.007>.

r-stabs 0.6-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hofnerb/stabs
Licenses: GPL 2
Build system: r
Synopsis: Stability selection with error control
Description:

This package provides resampling procedures to assess the stability of selected variables with additional finite sample error control for high-dimensional variable selection procedures such as Lasso or boosting. Both, standard stability selection (Meinshausen & Buhlmann, 2010) and complementary pairs stability selection with improved error bounds (Shah & Samworth, 2013) are implemented. The package can be combined with arbitrary user specified variable selection approaches.

r-snftool 2.3.1
Propagated dependencies: r-alluvial@0.1-2 r-exposition@2.11.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=SNFtool
Licenses: GPL 3+
Build system: r
Synopsis: Similarity network fusion
Description:

Similarity Network Fusion takes multiple views of a network and fuses them together to construct an overall status matrix. The input to our algorithm can be feature vectors, pairwise distances, or pairwise similarities. The learned status matrix can then be used for retrieval, clustering, and classification.

r-caic4 1.1
Propagated dependencies: r-lme4@1.1-37 r-matrix@1.7-4 r-mgcv@1.9-4 r-mvtnorm@1.3-3 r-nlme@3.1-168 r-rlrsim@3.1-8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=cAIC4
Licenses: GPL 2+
Build system: r
Synopsis: Conditional AIC for lme4 and nlme
Description:

This package estimates conditional Akaike information in mixed-effect models. These models are fitted using (g)lmer() from lme4, lme() from nlme, and gamm() from mgcv. The provided functions facilitate the computation of the conditional Akaike information for model evaluation.

r-xyz 0.2
Propagated dependencies: r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/xyz/
Licenses: GPL 2+
Build system: r
Synopsis: Algorithm for fast interaction search in high-dimensional data
Description:

High dimensional interaction search by brute force requires a quadratic computational cost in the number of variables. The xyz algorithm provably finds strong interactions in almost linear time. For details of the algorithm see: G. Thanei, N. Meinshausen and R. Shah (2016). The xyz algorithm for fast interaction search in high-dimensional data.

r-deriv 4.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/Deriv
Licenses: GPL 3+
Build system: r
Synopsis: Symbolic differentiation
Description:

This package provides an R-based solution for symbolic differentiation. It admits user-defined functions as well as function substitution in arguments of functions to be differentiated. Some symbolic simplification is part of the work.

r-tm 0.7-16
Propagated dependencies: r-bh@1.87.0-1 r-nlp@0.3-2 r-rcpp@1.1.0 r-slam@0.1-55 r-xml2@1.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://tm.r-forge.r-project.org/
Licenses: GPL 3
Build system: r
Synopsis: Text mining package
Description:

This package provides a framework for text mining applications within R.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091