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

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-acrosstic 1.0-3
Propagated dependencies: r-lpsolve@5.6.23 r-treeclust@1.1-7.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/AcrossTic/
Licenses: GPL 2+
Build system: r
Synopsis: Cost-minimal regular spanning subgraph with TreeClust
Description:

This is a package for constructing minimum-cost regular spanning subgraph as part of a non-parametric two-sample test for equality of distribution.

r-polynom 1.4-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/polynom/
Licenses: GPL 2
Build system: r
Synopsis: Functions for univariate polynomial manipulations
Description:

This package provides a collection of functions to implement a class for univariate polynomial manipulations.

r-curry 0.1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/thomasp85/curry
Licenses: GPL 2+
Build system: r
Synopsis: Partial function application
Description:

Partial application is the process of reducing the arity of a function by fixing one or more arguments, thus creating a new function lacking the fixed arguments. The curry package provides three different ways of performing partial function application by fixing arguments from either end of the argument list (currying and tail currying) or by fixing multiple named arguments (partial application). This package provides this functionality through the %<%, %-<%, and %><% operators which allows for a programming style comparable to modern functional languages. Compared to other implementations such a purrr::partial() the operators in curry composes functions with named arguments, aiding in autocomplete etc.

r-gprofiler2 0.2.4
Propagated dependencies: r-crosstalk@1.2.2 r-curl@7.1.0 r-dplyr@1.2.1 r-ggplot2@4.0.3 r-gridextra@2.3 r-jsonlite@2.0.0 r-plotly@4.12.0 r-rcurl@1.98-1.18 r-tidyr@1.3.2 r-viridislite@0.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/gprofiler2/
Licenses: GPL 2+
Build system: r
Synopsis: Interface to the g:Profiler toolset
Description:

This package provides a toolset for functional enrichment analysis and visualization, gene/protein/SNP identifier conversion and mapping orthologous genes across species via g:Profiler. The main tools are:

  1. g:GOSt, functional enrichment analysis and visualization of gene lists;

  2. g:Convert, gene/protein/transcript identifier conversion across various namespaces;

  3. g:Orth, orthology search across species;

  4. g:SNPense, mapping SNP rs identifiers to chromosome positions, genes and variant effects.

This package is an R interface corresponding to the 2019 update of g:Profiler and provides access to versions e94_eg41_p11 and higher.

r-itsadug 2.5
Propagated dependencies: r-mgcv@1.9-4 r-plotfunctions@1.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=itsadug
Licenses: GPL 2+
Build system: r
Synopsis: Interpreting time series and autocorrelated data using GAMMs
Description:

Generalized Additive Mixed Modeling (GAMM; Lin & Zhang, 1999) as implemented in the R package mgcv is a nonlinear regression analysis which is particularly useful for time course data such as EEG, pupil dilation, gaze data (eye tracking), and articulography recordings, but also for behavioral data such as reaction times and response data. As time course measures are sensitive to autocorrelation problems, GAMMs implements methods to reduce the autocorrelation problems. This package includes functions for the evaluation of GAMM models (e.g., model comparisons, determining regions of significance, inspection of autocorrelational structure in residuals) and interpreting of GAMMs (e.g., visualization of complex interactions, and contrasts).

r-activpalprocessing 1.0.2
Propagated dependencies: r-chron@2.3-62
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/activpalProcessing/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Process activPAL events files
Description:

This package performs estimation of physical activity and sedentary behavior variables from activPAL events files.

r-rms 8.1-1
Propagated dependencies: r-cluster@2.1.8.2 r-colorspace@2.1-2 r-digest@0.6.39 r-ggplot2@4.0.3 r-hmisc@5.2-5 r-htmltable@2.5.0 r-htmltools@0.5.9 r-knitr@1.51 r-mass@7.3-65 r-matrix@1.7-5 r-multcomp@1.4-30 r-nlme@3.1-169 r-polspline@1.1.25 r-quantreg@6.1 r-rpart@4.1.27 r-scales@1.4.0 r-sparsem@1.84-2 r-survival@3.8-6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://biostat.mc.vanderbilt.edu/rms
Licenses: GPL 2+
Build system: r
Synopsis: Regression modeling strategies
Description:

This is a package for regression modeling, testing, estimation, validation, graphics, prediction, and typesetting by storing enhanced model design attributes in the fit. The rms package is a collection of functions that assist with and streamline modeling. It also contains functions for binary and ordinal logistic regression models, ordinal models for continuous Y with a variety of distribution families, and the Buckley-James multiple regression model for right-censored responses, and implements penalized maximum likelihood estimation for logistic and ordinary linear models. The package works with almost any regression model, but it was especially written to work with binary or ordinal regression models, Cox regression, accelerated failure time models, ordinary linear models, the Buckley-James model, generalized least squares for serially or spatially correlated observations, generalized linear models, and quantile regression.

r-anytime 0.3.13
Propagated dependencies: r-bh@1.90.0-1 r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://dirk.eddelbuettel.com/code/anytime.html
Licenses: GPL 2+
Build system: r
Synopsis: Converter of input to POSIXct or Date
Description:

The package converts the input in any one of character, integer, numeric, factor, or an ordered type into POSIXct (or Date) objects, using one of a number of predefined formats, and relying on Boost facilities for date and time parsing.

r-ncmeta 0.4.0
Propagated dependencies: r-cftime@1.7.3 r-dplyr@1.2.1 r-rlang@1.2.0 r-rnetcdf@2.11-1 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/hypertidy/ncmeta
Licenses: GPL 3
Build system: r
Synopsis: Straightforward NetCDF metadata
Description:

Extract metadata from NetCDF data sources; these can be files, file handles or servers. This package leverages and extends the lower level functions of the RNetCDF package providing a consistent set of functions that all return data frames.

r-options 0.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://dgkf.github.io/options/
Licenses: Expat
Build system: r
Synopsis: Simple, consistent package options
Description:

This package provides simple mechanisms for defining and interpreting package options. It provides helpers for interpreting environment variables, global options, defining default values and more.

r-abc-data 1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/abc.data/
Licenses: GPL 3+
Build system: r
Synopsis: Data for Approximate Bayesian Computation (ABC) package
Description:

This package contains data which are used by functions of the abc package which implements several Approximate Bayesian Computation (ABC) algorithms for performing parameter estimation, model selection, and goodness-of-fit.

r-shinycssloaders 1.1.0
Propagated dependencies: r-digest@0.6.39 r-glue@1.8.1 r-htmltools@0.5.9 r-shiny@1.13.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/andrewsali/shinycssloaders
Licenses: GPL 3
Build system: r
Synopsis: Add CSS loading animations to Shiny outputs
Description:

This package provides tools to create a lightweight Shiny wrapper for the css-loaders created by Luke Hass https://github.com/lukehaas/css-loaders. Wrapping a Shiny output will automatically show a loader when the output is (re)calculating.

r-ggmap 4.0.2
Propagated dependencies: r-bitops@1.0-9 r-cli@3.6.6 r-digest@0.6.39 r-dplyr@1.2.1 r-ggplot2@4.0.3 r-glue@1.8.1 r-httr@1.4.8 r-jpeg@0.1-11 r-magrittr@2.0.5 r-plyr@1.8.9 r-png@0.1-9 r-purrr@1.2.2 r-rlang@1.2.0 r-scales@1.4.0 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/dkahle/ggmap
Licenses: GPL 2
Build system: r
Synopsis: Spatial visualization with ggplot2
Description:

This package provides a collection of functions to visualize spatial data and models on top of static maps from various online sources (e.g Google Maps and Stamen Maps). It includes tools common to those tasks, including functions for geolocation and routing.

r-spdl 0.0.5
Propagated dependencies: r-rcppspdlog@0.0.29
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/eddelbuettel/spdl
Licenses: GPL 2+
Build system: r
Synopsis: Easier use of RcppSpdlog functions via wrapper
Description:

Logging functions in RcppSpdlog provide access to the logging functionality from the spdlog C++ library. This package offers shorter convenience wrappers for the R functions which match the C++ functions, namely via, say, spdl::debug() at the debug level. The actual formatting is done by the fmt::format() function from the fmtlib library (that is also std::format() in C++20 or later).

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-roi-plugin-lpsolve 1.0-2
Propagated dependencies: r-lpsolveapi@5.5.2.0-17.15 r-roi@1.0-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://roigrp.gitlab.io
Licenses: GPL 3
Build system: r
Synopsis: Plugin of lp_solve for the R optimization infrastructure
Description:

This package enhances the ROI with the lp_solve solver.

r-clustergeneration 1.3.8
Propagated dependencies: r-mass@7.3-65
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=clusterGeneration
Licenses: GPL 2+
Build system: r
Synopsis: Random cluster generation (with specified degree of separation)
Description:

The clusterGeneration package provides functions for generating random clusters, generating random covariance/correlation matrices, calculating a separation index (data and population version) for pairs of clusters or cluster distributions, and 1-D and 2-D projection plots to visualize clusters. The package also contains a function to generate random clusters based on factorial designs with factors such as degree of separation, number of clusters, number of variables, number of noisy variables.

r-checkmate 2.3.4
Propagated dependencies: r-backports@1.5.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mllg/checkmate
Licenses: Modified BSD
Build system: r
Synopsis: Fast and versatile argument checks
Description:

This package provides tests and assertions to perform frequent argument checks. A substantial part of the package was written in C to minimize any worries about execution time overhead.

r-dotcall64 1.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://git.math.uzh.ch/reinhard.furrer/dotCall64
Licenses: GPL 2+
Build system: r
Synopsis: Enhanced foreign function interface supporting long vectors
Description:

This package provides .C64(), an enhanced version of .C() and .Fortran() from the R foreign function interface. .C64() supports long vectors, arguments of type 64-bit integer, and provides a mechanism to avoid unnecessary copies of read-only and write-only arguments. This makes it a convenient and fast interface to C/C++ and Fortran code.

r-tinylabels 0.2.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mariusbarth/tinylabels
Licenses: Expat
Build system: r
Synopsis: Lightweight variable labels
Description:

This package lets you assign, extract, or remove variable labels from R vectors.

r-ggbeeswarm 0.7.3
Propagated dependencies: r-beeswarm@0.4.0 r-cli@3.6.6 r-ggplot2@4.0.3 r-lifecycle@1.0.5 r-vipor@0.4.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/eclarke/ggbeeswarm
Licenses: GPL 2+
Build system: r
Synopsis: Categorical scatter (violin point) plots
Description:

This package provides two methods of plotting categorical scatter plots such that the arrangement of points within a category reflects the density of data at that region, and avoids over-plotting.

r-fsa 0.10.1
Propagated dependencies: r-car@3.1-5 r-dunn-test@1.3.7 r-flexparamcurve@1.5-7 r-lmtest@0.9-40 r-plotrix@3.8-14 r-purrr@1.2.2 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://fishr-core-team.github.io/FSA/
Licenses: GPL 2+
Build system: r
Synopsis: Simple fisheries stock assessment methods
Description:

This package provides a variety of simple fish stock assessment methods.

r-irdisplay 1.1
Propagated dependencies: r-repr@1.1.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/IRdisplay/
Licenses: Expat
Build system: r
Synopsis: Jupyter display machinery
Description:

This package provides an interface to the rich display capabilities of Jupyter front-ends (e.g. Jupyter Notebook). It is designed to be used from a running IRkernel session.

r-bindrcpp 0.2.4
Propagated dependencies: r-bindr@0.1.3 r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/krlmlr/bindrcpp
Licenses: Expat
Build system: r
Synopsis: Rcpp interface to active bindings
Description:

This package provides an easy way to fill an environment with active bindings that call a C++ function.

Total packages: 32521