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

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-spatstat-geom 3.7-3
Propagated dependencies: r-deldir@2.0-4 r-polyclip@1.10-7 r-spatstat-data@3.1-9 r-spatstat-univar@3.2-0 r-spatstat-utils@3.2-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://spatstat.org/
Licenses: GPL 2+
Build system: r
Synopsis: Geometrical functionality of the spatstat package
Description:

This is a subset of the original spatstat package, containing the user-level code from spatstat which performs geometrical operations, except for the geometry of linear networks.

r-permute 0.9-10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/gavinsimpson/permute
Licenses: GPL 2+
Build system: r
Synopsis: Functions for generating restricted permutations of data
Description:

This package provides a set of restricted permutation designs for freely exchangeable, line transects (time series), spatial grid designs and permutation of blocks (groups of samples). permute also allows split-plot designs, in which the whole-plots or split-plots or both can be freely exchangeable.

r-castor 1.8.5
Propagated dependencies: r-jsonlite@2.0.0 r-matrix@1.7-5 r-naturalsort@0.1.3 r-rcpp@1.1.1-1.1 r-rspectra@0.16-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=castor
Licenses: GPL 2+
Build system: r
Synopsis: Efficient phylogenetics on large trees
Description:

This tool supports analyses on massive phylogenies comprising up to millions of tips. Functions include pruning, rerooting, calculation of most-recent common ancestors, calculating distances from the tree root and calculating pairwise distances. In addition, this tool takes care of calculation of phylogenetic signal and mean trait depth (trait conservatism), ancestral state reconstruction and hidden character prediction of discrete characters, simulating and fitting models of trait evolution, fitting and simulating diversification models, dating trees, comparing trees, and reading/writing trees in Newick format.

r-reticulate 1.46.0
Dependencies: python@3.12.12
Propagated dependencies: r-here@1.0.2 r-jsonlite@2.0.0 r-matrix@1.7-5 r-png@0.1-9 r-rappdirs@0.3.4 r-rcpp@1.1.1-1.1 r-rcpptoml@0.2.3 r-rlang@1.2.0 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/rstudio/reticulate
Licenses: ASL 2.0
Build system: r
Synopsis: R interface to Python
Description:

This package provides an interface from R to Python modules, classes, and functions. When calling into Python, R data types are automatically converted to their equivalent Python types. When values are returned from Python to R they are converted back to R types.

r-upsetr 1.4.0
Propagated dependencies: r-ggplot2@4.0.3 r-gridextra@2.3 r-plyr@1.8.9 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hms-dbmi/UpSetR
Licenses: Expat
Build system: r
Synopsis: Visualize intersecting sets
Description:

This package provides a more scalable alternative to Venn and Euler diagrams for visualizing intersecting sets. Create visualizations of intersecting sets using a novel matrix design, along with visualizations of several common set, element and attribute related tasks.

r-rserve 1.8-19
Dependencies: openjdk@11.0.22 openssl@3.5.5 zlib@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/s-u/Rserve
Licenses: GPL 2
Build system: r
Synopsis: Server providing access to R from many languages and systems
Description:

Rserve acts as a socket server (TCP/IP or local sockets) which allows binary requests to be sent to R. Every connection has a separate workspace and working directory. Client-side implementations are available for popular languages such as C/C++ and Java, allowing any application to use facilities of R without the need of linking to R code. Rserve supports remote connection, user authentication and file transfer. A simple R client is included in this package as well.

r-lwgeom 0.2-16
Dependencies: geos@3.12.1 proj@9.7.1 sqlite@3.39.3 zlib@1.3.1
Propagated dependencies: r-rcpp@1.1.1-1.1 r-sf@1.1-1 r-units@1.0-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-spatial/lwgeom/
Licenses: GPL 2
Build system: r
Synopsis: Bindings to Selected 'liblwgeom' Functions for Simple Features
Description:

Access to selected functions found in liblwgeom, the light-weight geometry library used by PostGIS.

r-text2vec 0.6.6
Propagated dependencies: r-data-table@1.18.4 r-digest@0.6.39 r-lgr@0.5.2 r-matrix@1.7-5 r-mlapi@0.1.1 r-r6@2.6.1 r-rcpp@1.1.1-1.1 r-rsparse@0.5.3 r-stringi@1.8.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://text2vec.org
Licenses: GPL 2+
Build system: r
Synopsis: Text mining framework for R
Description:

This package provides fast and memory-friendly tools for text vectorization, topic modeling (LDA, LSA), word embeddings (GloVe), similarities. It provides a source-agnostic streaming API, which allows researchers to perform analysis of collections of documents which are larger than available RAM. All core functions are parallelized to benefit from multicore machines.

r-mapdata 2.3.1
Propagated dependencies: r-maps@3.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=mapdata
Licenses: GPL 2
Build system: r
Synopsis: Extra map databases
Description:

This is a supplement to the maps package providing the larger and/or higher-resolution databases.

r-eaf 2.5.2
Dependencies: gsl@2.8
Propagated dependencies: r-matrixstats@1.5.0 r-modeltools@0.2-24 r-rdpack@2.6.6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlopez-ibanez.github.io/eaf/
Licenses: GPL 2+
Build system: r
Synopsis: Plots of the empirical attainment function
Description:

This is a package for computation and visualization of the empirical attainment function (EAF) for the analysis of random sets in multi-criterion optimization.

r-seewave 2.2.4
Dependencies: libsndfile@1.2.2-0.68f6c16
Propagated dependencies: r-tuner@1.4.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rug.mnhn.fr/seewave
Licenses: GPL 2+
Build system: r
Synopsis: Sound analysis and synthesis
Description:

This package provides functions for analysing, manipulating, displaying, editing and synthesizing time waves (particularly sound). This package processes time analysis (oscillograms and envelopes), spectral content, resonance quality factor, entropy, cross correlation and autocorrelation, zero-crossing, dominant frequency, analytic signal, frequency coherence, 2D and 3D spectrograms and many other analyses.

r-calibrate 1.7.7
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/calibrate
Licenses: GPL 2
Build system: r
Synopsis: Calibration of scatterplot and biplot axes
Description:

This is a package for drawing calibrated scales with tick marks on (non-orthogonal) variable vectors in scatterplots and biplots.

r-sjlabelled 1.2.0
Propagated dependencies: r-datawizard@1.3.1 r-insight@1.5.1
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-ggjoy 0.4.1
Propagated dependencies: r-ggplot2@4.0.3 r-ggridges@0.5.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/clauswilke/ggjoy
Licenses: GPL 2
Build system: r
Synopsis: Joyplots in ggplot2
Description:

Joyplots provide a convenient way of visualizing changes in distributions over time or space. This package enables the creation of such plots in ggplot2.

r-sloop 1.0.1
Propagated dependencies: r-codetools@0.2-20 r-crayon@1.5.3 r-purrr@1.2.2 r-rlang@1.2.0 r-tibble@3.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/sloop
Licenses: GPL 3
Build system: r
Synopsis: Helpers for object-oriented programming in R
Description:

This package provides a collection of helper functions designed to help you to better understand object oriented programming in R, particularly using S3.

r-ggpubr 0.6.3
Propagated dependencies: r-cowplot@1.2.0 r-dplyr@1.2.1 r-ggplot2@4.0.3 r-ggrepel@0.9.8 r-ggsci@5.0.0 r-ggsignif@0.6.4 r-glue@1.8.1 r-gridextra@2.3 r-magrittr@2.0.5 r-polynom@1.4-1 r-purrr@1.2.2 r-rlang@1.2.0 r-rstatix@0.7.3 r-scales@1.4.0 r-tibble@3.3.1 r-tidyr@1.3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://www.sthda.com/english/rpkgs/ggpubr
Licenses: GPL 2
Build system: r
Synopsis: ggplot2-based publication-ready plots
Description:

The ggplot2 package is an excellent and flexible package for elegant data visualization in R. However the default generated plots require some formatting before we can send them for publication. The ggpubr package provides some easy-to-use functions for creating and customizing ggplot2-based publication-ready plots.

r-ggforce 0.5.0
Propagated dependencies: r-cli@3.6.6 r-cpp11@0.5.5 r-ggplot2@4.0.3 r-gtable@0.3.6 r-lifecycle@1.0.5 r-mass@7.3-65 r-polyclip@1.10-7 r-rlang@1.2.0 r-scales@1.4.0 r-systemfonts@1.3.2 r-tidyselect@1.2.1 r-tweenr@2.0.3 r-vctrs@0.7.3 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://ggforce.data-imaginist.com
Licenses: Expat
Build system: r
Synopsis: Accelerating ggplot2
Description:

The aim of the ggplot2 package is to aid in visual data investigations. This focus has led to a lack of facilities for composing specialized plots. This package aims to be a collection of mainly new statistics and geometries that fills this gap.

r-vetiver 0.2.7
Propagated dependencies: r-bundle@0.1.3 r-butcher@0.4.0 r-cereal@0.1.0 r-cli@3.6.6 r-fs@2.1.0 r-generics@0.1.4 r-glue@1.8.1 r-hardhat@1.4.3 r-lifecycle@1.0.5 r-pins@1.4.2 r-purrr@1.2.2 r-rapidoc@9.3.4 r-readr@2.2.0 r-rlang@1.2.0 r-tibble@3.3.1 r-vctrs@0.7.3 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://vetiver.posit.co
Licenses: Expat
Build system: r
Synopsis: Version, share, deploy, and monitor models
Description:

The goal of vetiver is to provide fluent tooling to version, share, deploy, and monitor a trained model. Functions handle both recording and checking the model's input data prototype, and predicting from a remote API endpoint. The vetiver package is extensible, with generics that can support many kinds of models.

r-tablerdash 0.1.5
Propagated dependencies: r-htmltools@0.5.9 r-shiny@1.13.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rinterface.github.io/tablerDash/
Licenses: GPL 2+
Build system: r
Synopsis: Tabler API for Shiny
Description:

This package provides an R interface to the Tabler HTML template. tablerDash is a light Bootstrap 4 dashboard template. There are different layouts available such as a one page dashboard or a multi-page template, where the navigation menu is contained in the navigation bar.

r-fuzzyjoin 0.1.8
Propagated dependencies: r-dplyr@1.2.1 r-geosphere@1.6-8 r-purrr@1.2.2 r-stringdist@0.9.17 r-stringr@1.6.0 r-tibble@3.3.1 r-tidyr@1.3.2
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-assertive-data 0.0-3
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
Licenses: GPL 3+
Build system: r
Synopsis: Assertions to check properties of data
Description:

This package provides a set of predicates and assertions for checking the properties of (country independent) 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-nortest 1.0-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/nortest/
Licenses: GPL 2+
Build system: r
Synopsis: Tests for normality
Description:

This package provides five omnibus tests for testing the composite hypothesis of normality.

r-fmri 1.9.12.1
Propagated dependencies: r-aws@2.5-6 r-metafor@5.0-1 r-nlme@3.1-169 r-oro-nifti@0.11.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://www.wias-berlin.de/software/imaging/
Licenses: GPL 2+
Build system: r
Synopsis: Analysis of fMRI experiments
Description:

This package contains R-functions to perform an fMRI analysis as described in Polzehl and Tabelow (2019) <DOI:10.1007/978-3-030-29184-6>, Tabelow et al. (2006) <DOI:10.1016/j.neuroimage.2006.06.029>, Polzehl et al. (2010) <DOI:10.1016/j.neuroimage.2010.04.241>, Tabelow and Polzehl (2011) <DOI:10.18637/jss.v044.i11>.

r-shinymeta 0.2.2
Propagated dependencies: r-callr@3.7.6 r-fastmap@1.2.0 r-fs@2.1.0 r-htmltools@0.5.9 r-rlang@1.2.0 r-shiny@1.13.0 r-sourcetools@0.1.7-2 r-styler@1.11.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rstudio.github.io/shinymeta/
Licenses: GPL 3
Build system: r
Synopsis: Export domain logic from Shiny using meta-programming
Description:

This package provides tools for capturing logic in a Shiny app and exposing it as code that can be run outside of Shiny (e.g., from an R console). It also provides tools for bundling both the code and results to the end user.

Total packages: 72465