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

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-scrypt 0.1.6
Propagated dependencies: r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/rstudio/rscrypt
Licenses: FreeBSD
Build system: r
Synopsis: Key derivation functions for R based on Scrypt
Description:

This package provides functions for working with the scrypt key derivation functions. Scrypt is a password-based key derivation function created by Colin Percival. The algorithm was specifically designed to make it costly to perform large-scale custom hardware attacks by requiring large amounts of memory.

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

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

r-pkgmaker 0.32.10
Propagated dependencies: r-assertthat@0.2.1 r-codetools@0.2-20 r-digest@0.6.39 r-registry@0.5-1 r-stringr@1.6.0 r-withr@3.0.2 r-xtable@1.8-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://renozao.github.io/pkgmaker
Licenses: GPL 2+
Build system: r
Synopsis: Package development utilities
Description:

This package provides some low-level utilities to use for R package development. It currently provides managers for multiple package specific options and registries, vignette, unit test and bibtex related utilities.

r-abcp2 1.2
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/ABCp2/
Licenses: GPL 2
Build system: r
Synopsis: Approximate Bayesian Computational Model for Estimating P2
Description:

This package tests the goodness of fit of a distribution of offspring to the Normal, Poisson, and Gamma distribution and estimates the proportional paternity of the second male (P2) based on the best fit distribution.

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-vim 6.2.6
Propagated dependencies: r-car@3.1-3 r-colorspace@2.1-2 r-data-table@1.17.8 r-e1071@1.7-16 r-laeken@0.5.3 r-mass@7.3-65 r-nnet@7.3-20 r-ranger@0.17.0 r-rcpp@1.1.0 r-robustbase@0.99-6 r-sp@2.2-0 r-vcd@1.4-13 r-xgboost@1.7.11.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/alexkowa/VIM
Licenses: GPL 2+
Build system: r
Synopsis: Visualization and imputation of missing values
Description:

This package provides tools for the visualization of missing and/or imputed values are introduced, which can be used for exploring the data and the structure of the missing and/or imputed values. Depending on this structure of the missing values, the corresponding methods may help to identify the mechanism generating the missing values and explore the data including missing values. In addition, the quality of imputation can be visually explored using various univariate, bivariate, multiple and multivariate plot methods.

r-rhpcblasctl 0.23-42
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://prs.ism.ac.jp/~nakama/Rhpc/
Licenses: AGPL 3+
Build system: r
Synopsis: Control the number of threads on BLAS
Description:

This package allows you to control the number of threads the BLAS library uses. It is also possible to control the number of threads in OpenMP.

r-pkgconfig 2.0.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/gaborcsardi/pkgconfig
Licenses: Expat
Build system: r
Synopsis: Private configuration for R packages
Description:

This package provides the functionality to set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected.

r-ga 3.2.4
Propagated dependencies: r-cli@3.6.5 r-crayon@1.5.3 r-foreach@1.5.2 r-iterators@1.0.14 r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://luca-scr.github.io/GA/
Licenses: GPL 2+
Build system: r
Synopsis: Genetic algorithms for stochastic optimisation
Description:

Flexible general-purpose toolbox implementing genetic algorithms (GAs) for stochastic optimisation. Binary, real-valued, and permutation representations are available to optimize a fitness function, i.e., a function provided by users depending on their objective function. Several genetic operators are available and can be combined to explore the best settings for the current task. Furthermore, users can define new genetic operators and easily evaluate their performances. Local search using general-purpose optimisation algorithms can be applied stochastically to exploit interesting regions. GAs can be run sequentially or in parallel, using an explicit master-slave parallelisation or a coarse-grain islands approach.

r-abcanalysis 1.2.1
Propagated dependencies: r-plotrix@3.8-13
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.uni-marburg.de/fb12/arbeitsgruppen/datenbionik/software-en/
Licenses: GPL 3
Build system: r
Synopsis: Computed ABC Analysis
Description:

Multivariate data sets often differ in several factors or derived statistical parameters, which have to be selected for a valid interpretation. Basing this selection on traditional statistical limits leads occasionally to the perception of losing information from a data set. This package provides tools to calculate these limits on the basis of the mathematical properties of the distribution of the analyzed items.

r-qpdf 1.4.1
Dependencies: libjpeg-turbo@2.1.4 qpdf@11.8.0 zlib@1.3.1
Propagated dependencies: r-askpass@1.2.1 r-curl@7.0.0 r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/qpdf
Licenses: ASL 2.0
Build system: r
Synopsis: Split, Combine and Compress PDF Files
Description:

Content-preserving transformations transformations of PDF files such as split, combine, and compress. This package interfaces directly to the qpdf C++ API and does not require any command line utilities. Note that qpdf does not read actual content from PDF files: to extract text and data you need the pdftools package.

r-tuner 1.4.7
Propagated dependencies: r-signal@1.8-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/tuneR/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Analysis of music and speech
Description:

This is a package for the analysis of music and speech. Analyze music and speech, extract features like MFCCs, handle wave files and their representation in various ways, read MP3, read MIDI, perform steps of a transcription, ...

r-rbokeh 0.5.2
Propagated dependencies: r-digest@0.6.39 r-gistr@0.9.0 r-hexbin@1.28.5 r-htmlwidgets@1.6.4 r-jsonlite@2.0.0 r-lazyeval@0.2.2 r-magrittr@2.0.4 r-maps@3.4.3 r-pryr@0.1.6 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/rbokeh/
Licenses: Expat
Build system: r
Synopsis: R interface for the Bokeh visualization library
Description:

This package provides a native R plotting library that provides a flexible declarative interface for creating interactive web-based graphics, backed by the Bokeh visualization library.

r-kknn 1.4.1
Propagated dependencies: r-igraph@2.2.1 r-matrix@1.7-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/KlausVigo/kknn
Licenses: GPL 2+
Build system: r
Synopsis: Weighted k-nearest neighbors
Description:

This is a package providing tools for weighted k-Nearest neighbors for classification, regression and clustering.

r-ibdreg 0.3.8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software
Licenses: GPL 2+
Build system: r
Synopsis: Regression methods for IBD linkage with covariates
Description:

This package provides a method to test genetic linkage with covariates by regression methods with response IBD sharing for relative pairs. Account for correlations of IBD statistics and covariates for relative pairs within the same pedigree.

r-formula-tools 1.7.1
Propagated dependencies: r-operator-tools@1.6.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/decisionpatterns/formula.tools
Licenses: GPL 2
Build system: r
Synopsis: Utilities for manipulating formulas, calls, assignments and other R objects
Description:

These utilities facilitate the programmatic manipulations of formulas, expressions, calls, assignments and other R language objects. These objects all share the same structure: a left-hand side, operator and right-hand side. This package provides methods for accessing and modifying this structures as well as extracting and replacing names and symbols from these objects.

r-fuzzyjoin 0.1.6.1
Propagated dependencies: r-dplyr@1.1.4 r-geosphere@1.5-20 r-purrr@1.2.0 r-stringdist@0.9.15 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/dgrtwo/fuzzyjoin
Licenses: Expat
Build system: r
Synopsis: Join tables together on inexact matching
Description:

Join tables together based not on whether columns match exactly, but whether they are similar by some comparison. Implementations include string distance and regular expression matching.

r-sjplot 2.9.0
Propagated dependencies: r-bayestestr@0.17.0 r-datawizard@1.3.0 r-dplyr@1.1.4 r-ggeffects@2.3.1 r-ggplot2@4.0.1 r-insight@1.4.3 r-knitr@1.50 r-parameters@0.28.3 r-performance@0.15.2 r-purrr@1.2.0 r-rlang@1.1.6 r-scales@1.4.0 r-sjlabelled@1.2.0 r-sjmisc@2.8.11 r-sjstats@0.19.1 r-tidyr@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://strengejacke.github.io/sjPlot/
Licenses: GPL 3
Build system: r
Synopsis: Data visualization for statistics in social science
Description:

This package represents a collection of plotting and table output functions for data visualization. Results of various statistical analyses (that are commonly used in social sciences) can be visualized using this package, including simple and cross tabulated frequencies, histograms, box plots, (generalized) linear models, mixed effects models, principal component analysis and correlation matrices, cluster analyses, scatter plots, stacked scales, effects plots of regression models (including interaction terms) and much more. This package supports labelled data.

r-cowplot 1.2.0
Propagated dependencies: r-ggplot2@4.0.1 r-gtable@0.3.6 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/wilkelab/cowplot
Licenses: GPL 2
Build system: r
Synopsis: Streamlined plot theme and plot annotations for ggplot2
Description:

This package provides some helpful extensions and modifications to the ggplot2 package to combine multiple ggplot2 plots into one and label them with letters, as is often required for scientific publications.

r-cvauc 1.1.4
Propagated dependencies: r-data-table@1.17.8 r-rocr@1.0-11
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ledell/cvAUC
Licenses: ASL 2.0
Build system: r
Synopsis: Cross-validated area under the ROC curve confidence intervals
Description:

This package contains various tools for working with and evaluating cross-validated area under the ROC curve (AUC) estimators. The primary functions of the package are ci.cvAUC and ci.pooled.cvAUC, which report cross-validated AUC and compute confidence intervals for cross-validated AUC estimates based on influence curves for i.i.d. and pooled repeated measures data, respectively.

r-spacetime 1.3-3
Propagated dependencies: r-intervals@0.15.5 r-lattice@0.22-7 r-sp@2.2-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/edzer/spacetime/
Licenses: GPL 2+
Build system: r
Synopsis: Classes and methods for spatio-temporal data
Description:

spacetime provides classes and methods for spatio-temporal data, including space-time regular lattices, sparse lattices, irregular data, and trajectories; utility functions for plotting data as map sequences (lattice or animation) or multiple time series; methods for spatial and temporal matching or aggregation, retrieving coordinates, print, summary, etc.

r-truncdist 1.0-2
Propagated dependencies: r-evd@2.3-7.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=truncdist
Licenses: GPL 2+
Build system: r
Synopsis: Truncated random variables
Description:

This package provides a collection of tools to evaluate probability density functions, cumulative distribution functions, quantile functions and random numbers for truncated random variables. These functions are provided to also compute the expected value and variance. Q-Q plots can be produced. All the probability functions in the stats, stats4 and evd packages are automatically available for truncation.

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-semtools 0.5-7
Propagated dependencies: r-lavaan@0.6-20 r-pbivnorm@0.6.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/simsem/semTools/wiki
Licenses: GPL 2+
Build system: r
Synopsis: Useful tools for structural equation modeling
Description:

This package provides useful tools for structural equation modeling.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31087