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

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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-remotes 2.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/remotes#readme
Licenses: GPL 2+
Build system: r
Synopsis: R package installation from remote repositories
Description:

Download and install R packages stored in GitHub, BitBucket, or plain subversion or git repositories. This package is a lightweight replacement of the install_* functions in the devtools package. Indeed most of the code was copied over from devtools.

r-lda 1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/lda/
Licenses: LGPL 3+
Build system: r
Synopsis: Collapsed Gibbs sampling methods for topic models
Description:

This package implements latent Dirichlet allocation (LDA) and related models. This includes (but is not limited to) sLDA, corrLDA, and the mixed-membership stochastic blockmodel. Inference for all of these models is implemented via a fast collapsed Gibbs sampler written in C. Utility functions for reading/writing data typically used in topic models, as well as tools for examining posterior distributions are also included.

r-colorout 1.3-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jalvesaq/colorout
Licenses: GPL 3+
Build system: r
Synopsis: Colorize output in the R REPL
Description:

colorout is an R package that colorizes R output when running in terminal emulator.

R STDOUT is parsed and numbers, negative numbers, dates in the standard format, strings, and R constants are identified and wrapped by special ANSI scape codes that are interpreted by terminal emulators as commands to colorize the output. R STDERR is also parsed to identify the expressions warning and error and their translations to many languages. If these expressions are found, the output is colorized accordingly; otherwise, it is colorized as STDERROR (blue, by default).

You can customize the colors according to your taste, guided by the color table made by the command show256Colors(). You can also set the colors to any arbitrary string. In this case, it is up to you to set valid values.

r-randomforestexplainer 0.10.1
Propagated dependencies: r-data-table@1.18.4 r-dplyr@1.2.1 r-dt@0.34.0 r-ggally@2.4.0 r-ggplot2@4.0.3 r-ggrepel@0.9.8 r-randomforest@4.7-1.2 r-ranger@0.18.0 r-reshape2@1.4.5 r-rmarkdown@2.31
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ModelOriented/randomForestExplainer
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Explaining and Visualizing Random Forests in Terms of Variable Importance
Description:

This package provides a set of tools to help explain which variables are most important in a random forests. Various variable importance measures are calculated and visualized in different settings in order to get an idea on how their importance changes depending on our criteria (Hemant Ishwaran and Udaya B. Kogalur and Eiran Z. Gorodeski and Andy J. Minn and Michael S. Lauer (2010) <doi:10.1198/jasa.2009.tm08622>, Leo Breiman (2001) <doi:10.1023/A:1010933404324>).

r-fastdummies 1.7.6
Propagated dependencies: r-data-table@1.18.4 r-stringr@1.6.0 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jacobkap/fastDummies
Licenses: Expat
Build system: r
Synopsis: Create dummy columns and rows from categorical variables
Description:

This package creates dummy columns from columns that have categorical variables (character or factor types). You can also specify which columns to make dummies out of, or which columns to ignore. Also creates dummy rows from character, factor, and Date columns. This package provides a significant speed increase from creating dummy variables through model.matrix().

r-mgcv 1.9-4
Propagated dependencies: r-matrix@1.7-5 r-nlme@3.1-169
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/mgcv
Licenses: GPL 2+
Build system: r
Synopsis: Mixed generalised additive model computation
Description:

GAMs, GAMMs and other generalized ridge regression with multiple smoothing parameter estimation by GCV, REML or UBRE/AIC. The library includes a gam() function, a wide variety of smoothers, JAGS support and distributions beyond the exponential family.

r-ore 1.7.5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jonclayden/ore
Licenses: Modified BSD
Build system: r
Synopsis: R interface to the Onigmo regular expression library
Description:

This package provides an alternative to R's built-in functionality for handling regular expressions, based on the Onigmo library. It offers first-class compiled regex objects, partial matching and function-based substitutions, amongst other features.

r-rematch2 2.1.2
Propagated dependencies: r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/rematch2
Licenses: Expat
Build system: r
Synopsis: Tidy output from regular expression matching
Description:

This package provides wrappers on regexpr and gregexpr to return the match results in tidy data frames.

r-billboarder 0.5.1
Propagated dependencies: r-ggplot2@4.0.3 r-htmltools@0.5.9 r-htmlwidgets@1.6.4 r-jsonlite@2.0.0 r-magrittr@2.0.5 r-rlang@1.2.0 r-scales@1.4.0 r-shiny@1.13.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/dreamRs/billboarder
Licenses: Expat
Build system: r
Synopsis: Create interactive charts with the JavaScript Billboard library
Description:

This package provides an htmlwidgets interface to billboard.js, a re-usable easy interface JavaScript chart library, based on D3 v4+. Chart types include line charts, scatterplots, bar/lollipop charts, histogram/density plots, pie/donut charts and gauge charts. All charts are interactive, and a proxy method is implemented to smoothly update a chart without rendering it again in shiny apps.

r-txtplot 1.0-5
Propagated dependencies: r-matrix@1.7-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/txtplot/
Licenses: LGPL 3+
Build system: r
Synopsis: Text-based plotting
Description:

This package provides functions to produce rudimentary ASCII graphics directly in the terminal window. This package provides a basic plotting function (and equivalents of curve, density, acf and barplot) as well as a boxplot function.

r-fontawesome 0.5.3
Propagated dependencies: r-htmltools@0.5.9 r-rlang@1.2.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/rstudio/fontawesome
Licenses: Expat
Build system: r
Synopsis: Easily work with Font Awesome icons
Description:

Easily and flexibly insert Font Awesome icons into R Markdown documents and Shiny apps. These icons can be inserted into HTML content through inline SVG tags or i tags. There is also a utility function for exporting Font Awesome icons as PNG images for those situations where raster graphics are needed.

r-robust 0.7-5
Propagated dependencies: r-fit-models@0.64 r-lattice@0.22-9 r-mass@7.3-65 r-robustbase@0.99-7 r-rrcov@1.7-7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/robust
Licenses: GPL 2
Build system: r
Synopsis: Port of the S+ "Robust Library"
Description:

This package is a port of the S+ "Robust Library". It provides methods for robust statistics, notably for robust regression and robust multivariate analysis.

r-textshaping 1.0.5
Dependencies: freetype@2.13.3 fribidi@1.0.12 harfbuzz@11.4.4 zlib@1.3.1
Propagated dependencies: r-cpp11@0.5.5 r-lifecycle@1.0.5 r-stringi@1.8.7 r-systemfonts@1.3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/textshaping
Licenses: Expat
Build system: r
Synopsis: Bindings to the HarfBuzz and Fribidi libraries for text shaping
Description:

This package provides access to the text shaping functionality in the HarfBuzz library and the bidirectional algorithm in the Fribidi library. This is a low-level utility package mainly for graphic devices that expands upon the font tool-set provided by the systemfonts package.

r-sparsesvd 0.2-3
Propagated dependencies: r-matrix@1.7-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://tedlab.mit.edu/~dr/SVDLIBC/
Licenses: Modified BSD FreeBSD
Build system: r
Synopsis: Sparse truncated singular value decomposition
Description:

This package provides a Wrapper around the SVDLIBC library for (truncated) singular value decomposition of a sparse matrix. Currently, only sparse real matrices in Matrix package format are supported.

r-tgstat 2.3.32
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=tgstat
Licenses: GPL 2
Build system: r
Synopsis: Amos Tanay's Group High Performance Statistical Utilities
Description:

This package provides a collection of high-performance utilities. It can be used to compute distances, correlations, autocorrelations, clustering, and other tasks. It also contains a graph clustering algorithm described in MetaCell analysis of single-cell RNA-seq data using K-nn graph partitions.

r-logging 0.10-111
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/WLOGSolutions/r-logging
Licenses: GPL 3
Build system: r
Synopsis: R logging implementation of log4j
Description:

This package implements the R version of the log4j package. It offers hierarchic loggers, multiple handlers per logger, level based filtering, space handling in messages and custom formatting.

r-suntools 1.1.0
Propagated dependencies: r-sf@1.1-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/adokter/suntools/
Licenses: GPL 3+
Build system: r
Synopsis: Calculate sun position, sunrise, sunset, solar noon and twilight
Description:

This package provides a set of convenient functions for calculating sun-related information, including the sun's position (elevation and azimuth), and the times of sunrise, sunset, solar noon, and twilight for any given geographical location on Earth. These calculations are based on equations provided by the National Oceanic & Atmospheric Administration (NOAA) as described in "Astronomical Algorithms" by Jean Meeus (1991). A resource for researchers and professionals working in fields such as climatology, biology, and renewable energy.

r-partitions 1.10-9
Propagated dependencies: r-gmp@0.7-5.1 r-polynom@1.4-1 r-rdpack@2.6.6 r-sets@1.0-25
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/partitions
Licenses: GPL 2+
Build system: r
Synopsis: Additive partitions of integers
Description:

This package provides tools to enumerates the partitions, unequal partitions, and restricted partitions of an integer; the three corresponding partition functions are also given.

r-gldex 2.0.0.9.4
Propagated dependencies: r-cluster@2.1.8.2 r-spacefillr@0.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=GLDEX
Licenses: GPL 3+
Build system: r
Synopsis: Fitting single and mixture of generalised lambda distributions
Description:

GLDEX offers fitting algorithms corresponding to two major objectives. One is to provide a smoothing device to fit distributions to data using the weighted and unweighted discretised approach based on the bin width of the histogram. The other is to provide a definitive fit to the data set using the maximum likelihood and quantile matching estimation. Other methods such as moment matching, starship method, and L moment matching are also provided. Diagnostics on goodness of fit can be done via qqplots, KS-resample tests and comparing mean, variance, skewness and kurtosis of the data with the fitted distribution.

r-snowballc 0.7.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://r-forge.r-project.org/projects/r-temis/
Licenses: Modified BSD
Build system: r
Synopsis: Snowball stemmers based on the C libstemmer UTF-8 library
Description:

This package provides an R interface to the C libstemmer library that implements Porter's word stemming algorithm for collapsing words to a common root to aid comparison of vocabulary. Currently supported languages are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.

r-hunspell 3.0.6
Propagated dependencies: r-digest@0.6.39 r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/hunspell#readme
Licenses: GPL 2 LGPL 2.1 MPL 1.1 Expat
Build system: r
Synopsis: High-performance stemmer, tokenizer, and spell checker
Description:

This package provides a low-level spell checker and morphological analyzer based on the famous hunspell library. The package can analyze or check individual words as well as parse text, LaTeX, HTML or XML documents. For a more user-friendly interface use the spelling package which builds on this package to automate checking of files, documentation and vignettes in all common formats.

r-princurve 2.1.6
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/rcannood/princurve
Licenses: GPL 2
Build system: r
Synopsis: Fit a principal curve in arbitrary dimension
Description:

This package provides procedures for fitting a principal curve to a data matrix in arbitrary dimensions.

r-geojsonr 1.1.2
Propagated dependencies: r-r6@2.6.1 r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mlampros/geojsonR
Licenses: Expat
Build system: r
Synopsis: GeoJson processing toolkit
Description:

This package includes functions for processing GeoJson objects relying on RFC 7946. The geojson encoding is based on json11, a tiny JSON library for C++11. Furthermore, the source code is exported in R through the Rcpp and RcppArmadillo packages.

r-pdftools 3.9.0
Dependencies: poppler@22.09.0 zlib@1.3.1
Propagated dependencies: r-qpdf@1.4.1 r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://docs.ropensci.org/pdftools/
Licenses: Expat
Build system: r
Synopsis: Text Extraction, Rendering and Converting of PDF Documents
Description:

This package provides utilities based on libpoppler for extracting text, fonts, attachments and metadata from a PDF file. It also supports high quality rendering of PDF documents into PNG, JPEG, TIFF format, or into raw bitmap vectors for further processing in R.

Total packages: 72465