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

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-protolite 2.4.0
Dependencies: protobuf@3.21.9
Propagated dependencies: r-jsonlite@2.0.0 r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jeroen/protolite
Licenses: Expat
Build system: r
Synopsis: Highly optimized protocol buffer serializers
Description:

This package provides pure C++ implementations for reading and writing several common data formats based on Google protocol-buffers. It currently supports rexp.proto for serialized R objects, geobuf.proto for binary geojson, and mvt.proto for vector tiles. This package uses the auto-generated C++ code by protobuf-compiler, hence the entire serialization is optimized at compile time. The RProtoBuf package on the other hand uses the protobuf runtime library to provide a general-purpose toolkit for reading and writing arbitrary protocol-buffer data in R.

r-hardyweinberg 1.7.9
Propagated dependencies: r-mice@3.19.0 r-nnet@7.3-20 r-rcpp@1.1.1-1.1 r-rsolnp@2.0.1 r-shape@1.4.6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=HardyWeinberg
Licenses: GPL 2+
Build system: r
Synopsis: Statistical tests and graphics for Hardy-Weinberg equilibrium
Description:

This package contains tools for exploring Hardy-Weinberg equilibrium for diallelic genetic marker data. All classical tests (chi-square, exact, likelihood-ratio and permutation tests) for Hardy-Weinberg equilibrium are included in the package, as well as functions for power computation and for the simulation of marker data under equilibrium and disequilibrium. Routines for dealing with markers on the X-chromosome are included. Functions for testing equilibrium in the presence of missing data by using multiple imputation are also provided. Implements several graphics for exploring the equilibrium status of a large set of diallelic markers: ternary plots with acceptance regions, log-ratio plots and Q-Q plots.

r-cyclocomp 1.1.2
Propagated dependencies: r-callr@3.7.6 r-crayon@1.5.3 r-desc@1.4.3 r-remotes@2.5.0 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/MangoTheCat/cyclocomp
Licenses: Expat
Build system: r
Synopsis: Cyclomatic complexity of R code
Description:

Cyclomatic complexity is a software metric, used to indicate the complexity of a program. It is a quantitative measure of the number of linearly independent paths through a program's source code. This package provides tools to compute this metric.

r-zoomgroupstats 0.1.0
Propagated dependencies: r-data-table@1.18.4 r-dplyr@1.2.1 r-lubridate@1.9.5 r-magick@2.9.1 r-openxlsx@4.2.8.1 r-paws@0.9.0 r-pbapply@1.7-4 r-stringr@1.6.0 r-syuzhet@1.0.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://zoomgroupstats.org
Licenses: Expat
Build system: r
Synopsis: Analyze text, audio, and video from Zoom meetings
Description:

This package provides utilities for processing and analyzing the files that are exported from a recorded Zoom meeting. This includes analyzing data captured through video cameras and microphones, the text-based chat, and meta-data. You can analyze aspects of the conversation among meeting participants and their emotional expressions throughout the meeting.

r-spacetime 1.3-3
Propagated dependencies: r-intervals@0.15.5 r-lattice@0.22-9 r-sp@2.2-1 r-xts@0.14.2 r-zoo@1.8-15
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-geodata 0.6-9
Propagated dependencies: r-rappdirs@0.3.4 r-terra@1.9-27
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rspatial.github.io/geodata/
Licenses: GPL 3+
Build system: r
Synopsis: Access geographic data
Description:

This package provides functions for downloading of geographic data for use in spatial analysis and mapping. The package facilitates access to climate, crops, elevation, land use, soil, species occurrence, accessibility, administrative boundaries and other data.

r-beepr 2.0
Propagated dependencies: r-audio@0.1-12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/rasmusab/beepr
Licenses: GPL 3
Build system: r
Synopsis: Easily play notification sounds on any platform
Description:

The main function of this package is beep(), with the purpose to make it easy to play notification sounds on whatever platform you are on. It is intended to be useful, for example, if you are running a long analysis in the background and want to know when it is ready.

r-smotefamily 1.4.0
Propagated dependencies: r-dbscan@1.2.4 r-fnn@1.1.4.1 r-igraph@2.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=smotefamily
Licenses: GPL 3+
Build system: r
Synopsis: Collection of oversampling techniques for class imbalance problem based on SMOTE
Description:

A collection of various oversampling techniques developed from SMOTE is provided. SMOTE is an oversampling technique which synthesizes a new minority instance between a pair of one minority instance and one of its K nearest neighbor.

r-paws-compute 0.9.0
Propagated dependencies: r-paws-common@0.8.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/paws-r/paws
Licenses: ASL 2.0
Build system: r
Synopsis: Amazon Web Services compute services
Description:

This package provides an interface to Amazon Web Services compute services, including Elastic Compute Cloud (EC2), Lambda functions-as-a-service, containers, batch processing, and more.

r-microbenchmark 1.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/microbenchmark/
Licenses: FreeBSD
Build system: r
Synopsis: Accurate timing functions for R
Description:

This package provides infrastructure to accurately measure and compare the execution time of R expressions.

r-splines2 0.5.4
Propagated dependencies: 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://wwenjie.org/splines2
Licenses: GPL 3+
Build system: r
Synopsis: Regression spline functions and classes
Description:

This package constructs basis functions of B-splines, M-splines, I-splines, convex splines (C-splines), periodic splines, natural cubic splines, generalized Bernstein polynomials, their derivatives, and integrals (except C-splines) by closed-form recursive formulas. It also contains a C++ head-only library integrated with Rcpp.

r-rcppxptrutils 0.1.3
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/Enchufa2/RcppXPtrUtils
Licenses: Expat
Build system: r
Synopsis: XPtr add-ons for Rcpp
Description:

This package provides the means to compile user-supplied C++ functions with Rcpp and retrieve an XPtr that can be passed to other C++ components.

r-strex 2.0.1
Propagated dependencies: r-checkmate@2.3.4 r-lifecycle@1.0.5 r-magrittr@2.0.5 r-rlang@1.2.0 r-stringi@1.8.7 r-stringr@1.6.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rorynolan.github.io/strex/
Licenses: GPL 3
Build system: r
Synopsis: Extra string manipulation functions
Description:

Strex is a collection of string manipulation functions not provided by the stringi or stringr packages. The foremost of these is the extraction of numbers from strings. There are many other handy functionalities in strex.

r-scs 3.2.7
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/FlorianSchwendinger/scs
Licenses: GPL 3
Build system: r
Synopsis: Splitting conic solver
Description:

This package solves convex cone programs via operator splitting. It can solve: linear programs, second-order cone programs, semidefinite programs, exponential cone programs, and power cone programs, or problems with any combination of those cones. SCS uses AMD (a set of routines for permuting sparse matrices prior to factorization) and LDL (a sparse LDL factorization and solve package) from SuiteSparse.

r-fastshap 0.1.1
Propagated dependencies: r-foreach@1.5.2 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/bgreenwell/fastshap
Licenses: GPL 2+
Build system: r
Synopsis: Fast approximate Shapley values
Description:

This package computes fast (relative to other implementations) approximate Shapley values for any supervised learning model. Shapley values help to explain the predictions from any black box model using ideas from game theory; see doi.org/10.1007/s10115-013-0679-x for details.

r-xmlrpc2 1.2
Propagated dependencies: r-base64enc@0.1-6 r-curl@7.1.0 r-xml2@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=xmlrpc2
Licenses: GPL 3
Build system: r
Synopsis: Implementation of the Remote Procedure Call Protocol (XML-RPC)
Description:

XML-RPC is a remote procedure call protocol based on XML. The xmlrpc2 package is inspired by the XMLRPC package but uses the curl and xml2 packages instead of RCurl and XML'.

r-rtdists 0.11-5
Propagated dependencies: r-evd@2.3-7.1 r-gsl@2.1-9 r-msm@1.8.2 r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/rtdists/rtdists/
Licenses: GPL 3+
Build system: r
Synopsis: Response Time Distributions
Description:

This package provides response time distributions (density/PDF, distribution function/CDF, quantile function, and random generation):

  • Ratcliff diffusion model (Ratcliff & McKoon, 2008, <doi:10.1162/neco.2008.12-06-420>) based on C code by Andreas and Jochen Voss and

  • linear ballistic accumulator (LBA; Brown & Heathcote, 2008, <doi:10.1016/j.cogpsych.2007.12.002>) with different distributions underlying the drift rate.

r-gillespiessa2 0.3.0
Propagated dependencies: r-assertthat@0.2.1 r-dplyr@1.2.1 r-dynutils@1.0.12 r-matrix@1.7-5 r-purrr@1.2.2 r-rcpp@1.1.1-1.1 r-rcppxptrutils@0.1.3 r-readr@2.2.0 r-rlang@1.2.0 r-stringr@1.6.0 r-tidyr@1.3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/rcannood/GillespieSSA2
Licenses: GPL 3+
Build system: r
Synopsis: Gillespie's stochastic simulation algorithm
Description:

This package provides a fast, scalable, and versatile framework for simulating large systems with Gillespie's Stochastic Simulation Algorithm (SSA). This package is the spiritual successor to the GillespieSSA package. Benefits of this package include major speed improvements (>100x), easier to understand documentation, and many unit tests that try to ensure the package works as intended.

r-modeltools 0.2-24
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/modeltools
Licenses: GPL 2
Build system: r
Synopsis: Tools and classes for statistical models
Description:

This package provides a collection of tools to deal with statistical models. The functionality is experimental and the user interface is likely to change in the future.

r-golem 0.5.1
Propagated dependencies: r-attempt@0.3.1 r-config@0.3.2 r-here@1.0.2 r-htmltools@0.5.9 r-rlang@1.2.0 r-shiny@1.13.0 r-yaml@2.3.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ThinkR-open/golem
Licenses: Expat
Build system: r
Synopsis: Framework for robust Shiny applications
Description:

This package implements an opinionated framework for building a production- ready Shiny application. Golem contains a series of tools like dependency management, version management, easy installation and deployment or documentation management.

r-ac3net 1.2.2
Propagated dependencies: r-data-table@1.18.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/Ac3net/
Licenses: GPL 3+
Build system: r
Synopsis: Inferring directional conservative causal core gene networks
Description:

This package infers directional Conservative causal core (gene) networks (C3NET). This is a version of the algorithm C3NET with directional network.

r-deoptim 2.2-8
Propagated dependencies: r-parallelly@1.47.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ArdiaD/DEoptim
Licenses: GPL 2+
Build system: r
Synopsis: Global optimization by differential evolution
Description:

This package implements the Differential Evolution algorithm. This algorithm is used for the global optimization of a real-valued function of a real-valued parameter vector. The implementation of DifferentialEvolution in DEoptim interfaces with C code for efficiency.

r-qtl2 0.40
Propagated dependencies: r-data-table@1.18.4 r-jsonlite@2.0.0 r-rcpp@1.1.1-1.1 r-rcppeigen@0.3.4.0.2 r-rsqlite@3.52.0 r-yaml@2.3.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://kbroman.org/qtl2/
Licenses: GPL 3
Build system: r
Synopsis: Quantitative Trait Locus Mapping in Experimental Crosses
Description:

This package provides a set of tools to perform Quantitative Trait Locus (QTL) analysis in experimental crosses. It is a reimplementation of the R/qtl package to better handle high-dimensional data and complex cross designs. Broman et al. (2018) <doi:10.1534/genetics.118.301595>.

r-aggregation 1.0.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/aggregation/
Licenses: GPL 3
Build system: r
Synopsis: Methods for p-value aggregation
Description:

This package contains functionality for performing the following methods of p-value aggregation: Fisher's method, the Lancaster method (weighted Fisher's method), and Sidak correction.

Total packages: 32521