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

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-lsoda 1.2
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mclements/lsoda
Licenses: Expat
Build system: r
Synopsis: C++ header library for ordinary differential equations
Description:

This package provides a C++ header library for using the libsoda-cxx library with R. The C++ header reimplements the lsoda function from the ODEPACK library for solving initial value problems for first order ordinary differential equations. The C++ header can be used by other R packages by linking against this package. The C++ functions can be called inline using Rcpp. Finally, the package provides an ode function to call from R.

r-paralleldist 0.2.7
Propagated dependencies: r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1 r-rcppparallel@5.1.11-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/alexeckert/parallelDist
Licenses: GPL 2+
Build system: r
Synopsis: Parallel Distance Matrix Computation using multiple threads
Description:

This package provides a fast parallelized alternative to R's native dist function to calculate distance matrices for continuous, binary, and multi-dimensional input matrices, which supports a broad variety of predefined distance functions from other R packages, as well as user- defined functions written in C++. For ease of use, the parDist function extends the signature of the dist function and uses the same parameter naming conventions as distance methods of existing R packages.

r-zzlite 0.1.2
Propagated dependencies: r-httr@1.4.8 r-jsonlite@2.0.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=zzlite
Licenses: GPL 3
Build system: r
Synopsis: Wrapper for the Zamzar file conversion API
Description:

This package provides a minor collection of HTTP wrappers for the Zamzar file conversion API. The wrappers makes it easy to utilize the API and thus convert between more than 100 different file formats (ranging from audio files, images, movie formats, etc., etc.) through an R session.

r-rnexml 2.4.11
Propagated dependencies: r-ape@5.8-1 r-dplyr@1.2.1 r-httr@1.4.8 r-plyr@1.8.9 r-reshape2@1.4.5 r-rlang@1.2.0 r-stringi@1.8.7 r-stringr@1.6.0 r-tidyr@1.3.2 r-uuid@1.2-2 r-xml@3.99-0.23 r-xml2@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://docs.ropensci.org/RNeXML/
Licenses: Modified BSD
Build system: r
Synopsis: Semantically rich I/O for the NeXML Format
Description:

This package provides access to phyloinformatic data in NeXML format. The package should add new functionality to R such as the possibility to manipulate NeXML objects in more various and refined way and compatibility with ape objects.

r-bit 4.6.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://ff.r-forge.r-project.org
Licenses: GPL 2
Build system: r
Synopsis: Class for vectors of 1-bit booleans
Description:

This package provides bitmapped vectors of booleans (no NAs), coercion from and to logicals, integers and integer subscripts, fast boolean operators and fast summary statistics. With bit class vectors of true binary booleans, TRUE and FALSE can be stored with 1 bit only.

r-lbfgs 1.2.1.2
Propagated dependencies: r-rcpp@1.1.1-1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=lbfgs
Licenses: GPL 2+
Build system: r
Synopsis: Limited-memory BFGS optimization
Description:

This package provides a wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implements both the Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) and the Orthant-Wise Quasi-Newton Limited-Memory (OWL-QN) optimization algorithms. The L-BFGS algorithm solves the problem of minimizing an objective, given its gradient, by iteratively computing approximations of the inverse Hessian matrix. The OWL-QN algorithm finds the optimum of an objective plus the L1-norm of the problem's parameters. The package offers a fast and memory-efficient implementation of these optimization routines, which is particularly suited for high-dimensional problems.

r-yardstick 1.4.0
Propagated dependencies: r-cli@3.6.6 r-dplyr@1.2.1 r-generics@0.1.4 r-hardhat@1.4.3 r-lifecycle@1.0.5 r-rlang@1.2.0 r-tibble@3.3.1 r-tidyselect@1.2.1 r-vctrs@0.7.3 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/tidymodels/yardstick
Licenses: GPL 2
Build system: r
Synopsis: Tidy characterizations of model performance
Description:

This package provides tidy tools for quantifying how well a model fits to a data set such as confusion matrices, class probability curve summaries, and regression metrics (e.g., RMSE).

r-coop 0.6-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/wrathematics/coop
Licenses: FreeBSD
Build system: r
Synopsis: Fast covariance, correlation, and cosine similarity computations
Description:

R-coop offers implementations of covariance, correlation and cosine similarity. The implementations are fast and memory-efficient and their use is resolved automatically based on the input data, handled by R's S3 methods. Full descriptions of the algorithms and benchmarks are available in the package vignettes.

r-vim 7.0.0
Propagated dependencies: r-car@3.1-5 r-colorspace@2.1-2 r-data-table@1.18.4 r-e1071@1.7-17 r-future@1.70.0 r-laeken@0.5.3 r-mass@7.3-65 r-mlr3@1.6.0 r-mlr3learners@0.14.0 r-mlr3pipelines@0.11.0 r-mlr3tuning@1.6.0 r-nnet@7.3-20 r-paradox@1.0.1 r-r6@2.6.1 r-ranger@0.18.0 r-rcpp@1.1.1-1.1 r-robustbase@0.99-7 r-sp@2.2-1 r-vcd@1.4-13 r-xgboost@3.2.1.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-mmwrweek 0.1.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://wwwn.cdc.gov/nndss/document/MMWR_Week_overview.pdf
Licenses: GPL 2+
Build system: r
Synopsis: Convert dates to MMWR day, week, and year
Description:

The first day of any MMWR week is Sunday. MMWR week numbering is sequential beginning with 1 and incrementing with each week to a maximum of 52 or 53. MMWR week #1 of an MMWR year is the first week of the year that has at least four days in the calendar year. This package provides functionality to convert dates to MMWR day, week, and year and the reverse.

r-genenet 1.2.17
Propagated dependencies: r-corpcor@1.6.10 r-fdrtool@1.2.18 r-longitudinal@1.1.13
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://strimmerlab.org/software/genenet/
Licenses: GPL 3+
Build system: r
Synopsis: Modeling and inferring gene networks
Description:

This package analyzes gene expression (time series) data with focus on the inference of gene networks. In particular, GeneNet implements the methods of Schaefer and Strimmer (2005a,b,c) and Opgen-Rhein and Strimmer (2006, 2007) for learning large-scale gene association networks (including assignment of putative directions).

r-wrs2 1.1-7
Propagated dependencies: r-mass@7.3-65 r-plyr@1.8.9 r-reshape@0.8.10
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://r-forge.r-project.org/projects/psychor/
Licenses: GPL 3
Build system: r
Synopsis: Collection of robust statistical methods
Description:

R-wrs2 offers a range of strong stats methods from Wilcox WRS functions. It implements robust t-tests, both independent and dependent, robust ANOVA, including designs with between-within subjects, quantile ANOVA, robust correlation, robust mediation, and nonparametric ANCOVA models using robust location measures.

r-pkgload 1.5.2
Propagated dependencies: r-cli@3.6.6 r-desc@1.4.3 r-fs@2.1.0 r-glue@1.8.1 r-lifecycle@1.0.5 r-pkgbuild@1.4.8 r-processx@3.9.0 r-rlang@1.2.0 r-rprojroot@2.1.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/r-lib/pkgload
Licenses: GPL 3
Build system: r
Synopsis: Simulate package installation and attach
Description:

This package simulates the process of installing a package and then attaching it. This is a key part of the devtools package as it allows you to rapidly iterate while developing a package.

r-bma 3.18.21
Propagated dependencies: r-inline@0.3.21 r-leaps@3.2 r-robustbase@0.99-7 r-rrcov@1.7-7 r-survival@3.8-6
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hanase/BMA
Licenses: GPL 2+
Build system: r
Synopsis: Bayesian model averaging
Description:

This is a package for Bayesian model averaging and variable selection for linear models, generalized linear models and survival models (cox regression).

r-hgnchelper 0.8.15
Propagated dependencies: r-splitstackshape@1.4.8.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/waldronlab/HGNChelper
Licenses: GPL 2+
Build system: r
Synopsis: Identification and correction of invalid gene symbols for human and mouse
Description:

This package provides a set of R functions for identifying and correcting HGNC human gene symbols. In addition, you can identify MGI mouse gene symbols, which have been converted to date format by Excel, withdrawn, or aliased. It also contains functions for reversibly converting between HGNC symbols and valid R names.

r-fgui 1.0-8
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://sites.google.com/site/thomashoffmannproject/software/fgui
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Create GUI for R functions
Description:

Rapidly create a GUI for a function you created by automatically creating widgets for arguments of the function. This package automatically parses help routines for context-sensitive help to these arguments. The interface is essentially a wrapper to some Tcl/Tk routines to both simplify and facilitate GUI creation. More advanced Tcl/Tk routines/GUI objects can be incorporated into the interface for greater customization for the more experienced.

r-expint 0.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://gitlab.com/vigou3/expint
Licenses: GPL 2+
Build system: r
Synopsis: Exponential integral and incomplete Gamma function
Description:

This package provides the exponential integrals E_1(x), E_2(x), E_n(x) and Ei(x), and the incomplete gamma function G(a, x) defined for negative values of its first argument. The package also gives easy access to the underlying C routines through an API; see the package vignette for details.

r-sym-arma 1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=sym.arma
Licenses: GPL 2
Build system: r
Synopsis: Autoregressive and moving average symmetric models
Description:

This package provides functions for fitting the Autoregressive and Moving Average Symmetric Model for univariate time series introduced by Maior and Cysneiros (2018), <doi:10.1007/s00362-016-0753-z>. Fitting method: conditional maximum likelihood estimation. For details see: Wei (2006), Time Series Analysis: Univariate and Multivariate Methods, Section 7.2.

r-easy-utils 0.1.0
Propagated dependencies: r-dplyr@1.2.1 r-fastmatch@1.1-8 r-rlang@1.2.0 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ycli1995/easy.utils
Licenses: Expat
Build system: r
Synopsis: Frequently used functions for easy R programming
Description:

This package provides some utility functions for validation and data manipulation. These functions can be helpful to reduce internal codes everywhere in package development.

r-biased-urn 2.0.12
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.agner.org/random/
Licenses: GPL 3+
Build system: r
Synopsis: Biased urn model distributions
Description:

This package provides statistical models of biased sampling in the form of univariate and multivariate noncentral hypergeometric distributions, including Wallenius' noncentral hypergeometric distribution and Fisher's noncentral hypergeometric distribution (also called extended hypergeometric distribution).

r-mediation 4.5.1
Propagated dependencies: r-boot@1.3-32 r-hmisc@5.2-5 r-lme4@2.0-1 r-lpsolve@5.6.23 r-mass@7.3-65 r-matrix@1.7-5 r-mvtnorm@1.3-7 r-sandwich@3.1-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://imai.princeton.edu/projects/mechanisms.html
Licenses: GPL 2+
Build system: r
Synopsis: Causal mediation analysis
Description:

This package implements parametric and non-parametric mediation analysis. This package performs the methods and suggestions in Imai, Keele and Yamamoto (2010) <DOI:10.1214/10-STS321>, Imai, Keele and Tingley (2010) <DOI:10.1037/a0020761>, Imai, Tingley and Yamamoto (2013) <DOI:10.1111/j.1467-985X.2012.01032.x>, Imai and Yamamoto (2013) <DOI:10.1093/pan/mps040> and Yamamoto (2013). In addition to the estimation of causal mediation effects, the software also allows researchers to conduct sensitivity analysis for certain parametric models.

r-ggside 0.4.1
Propagated dependencies: r-cli@3.6.6 r-ggplot2@4.0.3 r-glue@1.8.1 r-gtable@0.3.6 r-lifecycle@1.0.5 r-rlang@1.2.0 r-s7@0.2.2 r-scales@1.4.0 r-tibble@3.3.1 r-vctrs@0.7.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=ggside
Licenses: Expat
Build system: r
Synopsis: Side grammar graphics that extends @code{ggplot2}
Description:

The grammar of graphics as shown in ggplot2 has provided an expressive API for users to build plots. This package ggside extends ggplot2 by allowing users to add graphical information about one of the main panel's axis using a familiar ggplot2 style API with tidy data. This package is particularly useful for visualizing metadata on a discrete axis, or summary graphics on a continuous axis such as a boxplot or a density distribution.

r-venn 1.13
Propagated dependencies: r-admisc@0.40
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/dusadrian/venn
Licenses: GPL 3+
Build system: r
Synopsis: Draw Venn diagrams
Description:

This package provides a close to zero dependency package to draw and display Venn diagrams up to 7 sets, and any Boolean union of set intersections.

r-dosnow 1.0.20
Propagated dependencies: r-foreach@1.5.2 r-iterators@1.0.14 r-snow@0.4-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/doSNOW
Licenses: GPL 2
Build system: r
Synopsis: Foreach parallel adaptor for the snow package
Description:

This package provides a parallel backend for the %dopar% function using the snow package.

Total packages: 32521