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

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-pdist 1.2.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jeffwong/pdist
Licenses: GPL 3+
Build system: r
Synopsis: Partitioned distance function
Description:

Pdist computes the euclidean distance between rows of a matrix X and rows of another matrix Y. Previously, this could be done by binding the two matrices together and calling dist, but this creates unnecessary computation by computing the distances between a row of X and another row of X, and likewise for Y. Pdist strictly computes distances across the two matrices, not within the same matrix, making computations significantly faster for certain use cases.

r-acsnminer 0.16.8.25
Propagated dependencies: r-ggplot2@4.0.3 r-gridextra@2.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/ACSNMineR
Licenses: GPL 2+
Build system: r
Synopsis: Gene enrichment analysis
Description:

This package provides tools to compute and represent gene set enrichment or depletion from your data based on pre-saved maps from the Atlas of Cancer Signalling Networks (ACSN) or user imported maps. The gene set enrichment can be run with hypergeometric test or Fisher exact test, and can use multiple corrections. Visualization of data can be done either by barplots or heatmaps.

r-netrep 1.2.10
Propagated dependencies: r-abind@1.4-8 r-bh@1.90.0-1 r-foreach@1.5.2 r-rcolorbrewer@1.1-3 r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1 r-rhpcblasctl@0.23-42 r-statmod@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=NetRep
Licenses: GPL 2
Build system: r
Synopsis: Permutation testing network module preservation across datasets
Description:

This package provides functions for assessing the replication/preservation of a network module's topology across datasets through permutation testing.

r-tmb 1.9.21
Propagated dependencies: r-matrix@1.7-5 r-rcppeigen@0.3.4.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: http://tmb-project.org
Licenses: GPL 2
Build system: r
Synopsis: Template model builder: a general random effect tool
Description:

With this tool, a user should be able to quickly implement complex random effect models through simple C++ templates. The package combines CppAD (C++ automatic differentiation), Eigen (templated matrix-vector library) and CHOLMOD (sparse matrix routines available from R) to obtain an efficient implementation of the applied Laplace approximation with exact derivatives. Key features are: Automatic sparseness detection, parallelism through BLAS and parallel user templates.

r-mlr3hyperband 1.1.0
Propagated dependencies: r-bbotk@1.10.0 r-checkmate@2.3.4 r-data-table@1.18.4 r-lgr@0.5.2 r-mlr3@1.6.0 r-mlr3misc@0.21.0 r-mlr3tuning@1.6.0 r-paradox@1.0.1 r-r6@2.6.1 r-uuid@1.2-2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlr3hyperband.mlr-org.com
Licenses: LGPL 3
Build system: r
Synopsis: Hyperband for mlr3
Description:

This package implements a successive halving and hyperband optimization algorithm for the mlr3 ecosystem. The implementation in mlr3hyperband features improved scheduling and parallelizes the evaluation of configurations. The package includes tuners for hyperparameter optimization in mlr3tuning and optimizers for black-box optimization in bbotk.

r-hiddenmarkov 1.8-14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/HiddenMarkov/
Licenses: GPL 2+
Build system: r
Synopsis: Hidden markov models for R
Description:

This package contains functions for the analysis of Discrete Time Hidden Markov Models, Markov Modulated GLMs and the Markov Modulated Poisson Process. It includes functions for simulation, parameter estimation, and the Viterbi algorithm. The algorithms are based of those of Walter Zucchini.

r-gwidgets2tcltk 1.0-9
Propagated dependencies: r-digest@0.6.39 r-gwidgets2@1.0-10 r-memoise@2.0.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jverzani/gWidgets2tcltk
Licenses: GPL 2+
Build system: r
Synopsis: Toolkit implementation of gWidgets2 for tcltk
Description:

This package is a port of the gWidgets2 API for the tcltk package.

r-httptest 4.2.3
Propagated dependencies: r-curl@7.1.0 r-digest@0.6.39 r-httr@1.4.8 r-jsonlite@2.0.0 r-testthat@3.3.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://enpiar.com/r/httptest/
Licenses: Expat
Build system: r
Synopsis: Test environment for HTTP requests
Description:

Testing and documenting code that communicates with remote servers can be painful. Dealing with authentication, server state, and other complications can make testing seem too costly to bother with. But it doesn't need to be that hard. This package enables one to test all of the logic on the R sides of the API in your package without requiring access to the remote service. Importantly, it provides three contexts that mock the network connection in different ways, as well as testing functions to assert that HTTP requests were---or were not---made. It also allows one to safely record real API responses to use as test fixtures. The ability to save responses and load them offline also enables one to write vignettes and other dynamic documents that can be distributed without access to a live server.

r-pnwcolors 0.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/jakelawlor/PNWColors
Licenses: CC0
Build system: r
Synopsis: Color palettes for data visualizations
Description:

This package provides color palettes. They are checked for colorblind accessibility from hue, saturation, and lightness value scaling using the Chroma.js Color Palette Helper. See https://gka.github.io/palettes.

r-abemus 1.0.1
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/abemus/
Licenses: GPL 3
Build system: r
Synopsis: Adaptive base error model in ultra-deep sequencing data
Description:

This package provides an implementation of Adaptive Base Error Model in Ultra-deep Sequencing data (ABEMUS), which combines platform-specific genetic knowledge and empirical signal to readily detect and quantify somatic single nucleotide variants (SNVs) in circulating cell free DNA (cfDNA).

r-future-apply 1.20.2
Propagated dependencies: r-future@1.70.0 r-globals@0.19.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/HenrikBengtsson/future.apply
Licenses: GPL 2+
Build system: r
Synopsis: Apply function to elements in parallel using futures
Description:

This package provides implementations of apply(), eapply(), lapply(), Map(), mapply(), replicate(), sapply(), tapply(), and vapply() that can be resolved using any future-supported backend, e.g. parallel on the local machine or distributed on a compute cluster.

r-future 1.70.0
Propagated dependencies: r-digest@0.6.39 r-globals@0.19.1 r-listenv@0.10.1 r-parallelly@1.47.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/HenrikBengtsson/future
Licenses: LGPL 2.1+
Build system: r
Synopsis: Unified parallel and distributed processing in R
Description:

The purpose of this package is to provide a lightweight and unified Future API for sequential and parallel processing of R expression via futures. This package implements sequential, multicore, multisession, and cluster futures. With these, R expressions can be evaluated on the local machine, in parallel a set of local machines, or distributed on a mix of local and remote machines. Extensions to this package implement additional backends for processing futures via compute cluster schedulers etc. Because of its unified API, there is no need to modify any code in order to switch from sequential on the local machine to, say, distributed processing on a remote compute cluster.

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-assertable 0.2.8
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/assertable/
Licenses: GPL 3
Build system: r
Synopsis: Verbose assertions for tabular data (data.frames and data.tables)
Description:

This package provides simple, flexible assertions on data.frame or data.table objects with verbose output for vetting. While other assertion packages apply towards more general use-cases, assertable is tailored towards tabular data. It includes functions to check variable names and values, whether the dataset contains all combinations of a given set of unique identifiers, and whether it is a certain length. In addition, assertable includes utility functions to check the existence of target files and to efficiently import multiple tabular data files into one data.table.

r-abundant 1.2
Propagated dependencies: r-glasso@1.11
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/abundant/
Licenses: GPL 2+
Build system: r
Synopsis: Abundant regression and high-dimensional principal fitted components
Description:

This package provides tools to fit and predict with the high-dimensional principal fitted components model. This model is described by Cook, Forzani, and Rothman (2012) doi:10.1214/11-AOS962.

r-dlm 1.1-6.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=dlm
Licenses: GPL 2+
Build system: r
Synopsis: Bayesian and Likelihood Analysis of Dynamic Linear Models
Description:

This package provides routines for Maximum likelihood, Kalman filtering and smoothing, and Bayesian analysis of Normal linear State Space models, also known as Dynamic Linear Models.

r-geepack 1.3.13
Propagated dependencies: r-broom@1.0.13 r-magrittr@2.0.5 r-mass@7.3-65
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=geepack
Licenses: GPL 3+
Build system: r
Synopsis: Generalized estimating equation package
Description:

This package provides a generalized estimating equations solver for parameters in mean, scale, and correlation structures, through mean link, scale link, and correlation link. It can also handle clustered categorical responses.

r-lpme 1.1.3
Propagated dependencies: r-decon@1.3-4 r-flexmix@2.3-20 r-locpol@0.9.0 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://cran.r-project.org/web/packages/lpme/
Licenses: GPL 2+
Build system: r
Synopsis: Nonparametric Estimation of Measurement Error Models
Description:

Provide nonparametric methods for mean regression model, modal regression and conditional density estimation in the presence/absence of measurement error. Bandwidth selection is also provided for each method.

r-pedigreemm 0.3-5
Propagated dependencies: r-lme4@2.0-1 r-matrix@1.7-5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/anainesvs/pedigreemm/
Licenses: GPL 2+
Build system: r
Synopsis: Pedigree-based mixed-effects models
Description:

This package lets you fit pedigree-based mixed-effects models.

r-gridtext 0.1.6
Propagated dependencies: r-curl@7.1.0 r-jpeg@0.1-11 r-markdown@2.0 r-png@0.1-9 r-rcpp@1.1.1-1.1 r-rlang@1.2.0 r-stringr@1.6.0 r-xml2@1.5.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://wilkelab.org/gridtext/
Licenses: Expat
Build system: r
Synopsis: Improved text rendering support for Grid graphics
Description:

This package provides support for rendering of formatted text using Grid graphics. Text can be formatted via a minimal subset of Markdown, HTML, and inline CSS directives, and it can be rendered both with and without word wrap.

r-pbdmpi 0.5-5
Dependencies: openmpi@4.1.6
Propagated dependencies: r-float@0.3-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://pbdr.org/
Licenses: MPL 2.0
Build system: r
Synopsis: Programming with Big Data -- Interface to MPI
Description:

This package provides an efficient interface to MPI by utilizing S4 classes and methods with a focus on Single Program/Multiple Data (SPMD) parallel programming style, which is intended for batch parallel execution.

r-batchtools 0.9.18
Propagated dependencies: r-backports@1.5.1 r-base64url@1.4 r-brew@1.0-10 r-checkmate@2.3.4 r-data-table@1.18.4 r-digest@0.6.39 r-fs@2.1.0 r-progress@1.2.3 r-r6@2.6.1 r-rappdirs@0.3.4 r-stringi@1.8.7 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mllg/batchtools
Licenses: LGPL 3
Build system: r
Synopsis: Tools for computation on batch systems
Description:

As a successor of the packages BatchJobs and BatchExperiments, this package provides a parallel implementation of the Map function for high performance computing systems managed by various schedulers. A multicore and socket mode allow the parallelization on a local machines, and multiple machines can be hooked up via SSH to create a makeshift cluster. Moreover, the package provides an abstraction mechanism to define large-scale computer experiments in a well-organized and reproducible way.

r-puniform 0.2.8
Propagated dependencies: r-adgoftest@0.3 r-metafor@5.0-1 r-numderiv@2016.8-1.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/RobbievanAert/puniform
Licenses: GPL 2+
Build system: r
Synopsis: Meta-Analysis Methods Correcting for Publication Bias
Description:

This package provides meta-analysis methods that correct for publication bias and outcome reporting bias. Four methods and a visual tool are currently included in the package.

  1. The p-uniform method as described in van Assen, van Aert, and Wicherts (2015) doi:10.1037/met0000025 can be used for estimating the average effect size, testing the null hypothesis of no effect, and testing for publication bias using only the statistically significant effect sizes of primary studies.

  2. The p-uniform* method as described in van Aert and van Assen (2019) doi:10.31222/osf.io/zqjr9. This method is an extension of the p-uniform method that allows for estimation of the average effect size and the between-study variance in a meta-analysis, and uses both the statistically significant and nonsignificant effect sizes.

  3. The hybrid method as described in van Aert and van Assen (2017) doi:10.3758/s13428-017-0967-6. The hybrid method is a meta-analysis method for combining an original study and replication and while taking into account statistical significance of the original study. The p-uniform and hybrid method are based on the statistical theory that the distribution of p-values is uniform conditional on the population effect size.

  4. The fourth method in the package is the Snapshot Bayesian Hybrid Meta-Analysis Method as described in van Aert and van Assen (2018) doi:10.1371/journal.pone.0175302. This method computes posterior probabilities for four true effect sizes (no, small, medium, and large) based on an original study and replication while taking into account publication bias in the original study. The method can also be used for computing the required sample size of the replication akin to power analysis in null hypothesis significance testing.

The meta-plot is a visual tool for meta-analysis that provides information on the primary studies in the meta-analysis, the results of the meta-analysis, and characteristics of the research on the effect under study (van Assen and others, 2020).

Helper functions to apply the Correcting for Outcome Reporting Bias (CORB) method to correct for outcome reporting bias in a meta-analysis (van Aert & Wicherts, 2020).

r-ztpln 0.1.3
Propagated dependencies: r-distributionutils@0.6-2 r-mixtools@2.0.0.1 r-rcpp@1.1.1-1.1 r-rcppeigen@0.3.4.0.2 r-rcppnumerical@0.7-0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mattocci27/ztpln
Licenses: Expat
Build system: r
Synopsis: Zero-truncated Poisson lognormal distribution
Description:

This package provides functions for obtaining the density, random variates and maximum likelihood estimates of the Zero-truncated Poisson lognormal distribution and their mixture distribution.

Total packages: 32521