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

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-driftdm 0.3.1
Propagated dependencies: r-withr@3.0.2 r-rdpack@2.6.4 r-rcpp@1.1.0 r-purrr@1.2.0 r-progress@1.2.3 r-pbapply@1.7-4 r-mirai@2.5.2 r-lifecycle@1.0.4 r-dfoptim@2023.1.0 r-deoptim@2.2-8 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/bucky2177/dRiftDM
Licenses: Expat
Build system: r
Synopsis: Estimating (Time-Dependent) Drift Diffusion Models
Description:

Fit and explore Drift Diffusion Models (DDMs), a common tool in psychology for describing decision processes in simple tasks. It can handle both time-independent and time-dependent DDMs. You either choose prebuilt models or create your own, and the package takes care of model predictions and parameter estimation. Model predictions are derived via the numerical solutions provided by Richter, Ulrich, and Janczyk (2023, <doi:10.1016/j.jmp.2023.102756>).

r-dptm 3.0.2
Propagated dependencies: r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-r6@2.6.1 r-purrr@1.2.0 r-parabar@1.4.2 r-mass@7.3-65 r-coda@0.19-4.1 r-bayesiantools@0.1.9
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/HujieBai/DPTM
Licenses: GPL 3+
Build system: r
Synopsis: Dynamic Panel Multiple Threshold Model with Fixed Effects
Description:

Compute the fixed effects dynamic panel threshold model suggested by Ramà rez-Rondán (2020) <doi:10.1080/07474938.2019.1624401>, and dynamic panel linear model suggested by Hsiao et al. (2002) <doi:10.1016/S0304-4076(01)00143-9>, where maximum likelihood type estimators are used. Multiple thresholds estimation based on Markov Chain Monte Carlo (MCMC) is allowed, and model selection of linear model, threshold model and multiple threshold model is also allowed.

r-doubt 0.1.0
Propagated dependencies: r-unglue@0.1.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=doubt
Licenses: GPL 3
Build system: r
Synopsis: Enable Operators Containing the '?' Symbol
Description:

Overload utils::'? to build unary and binary operators from existing functions, piping operators of different precedence, and flexible syntaxes.

r-demixr 0.1.1
Propagated dependencies: r-pbapply@1.7-4 r-parallelly@1.45.1 r-deoptim@2.2-8
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DEmixR
Licenses: Expat
Build system: r
Synopsis: Fit Two-Component Normal and Lognormal Mixture Models
Description:

Fits, bootstraps, and evaluates two-component normal and lognormal mixture models. Includes diagnostic plots and statistical evaluation of mixture model fits using differential evolution optimization.

r-dynmix 2.2
Propagated dependencies: r-zoo@1.8-14 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://CRAN.R-project.org/package=dynmix
Licenses: GPL 3
Build system: r
Synopsis: Estimation of Dynamic Finite Mixtures
Description:

Allows to perform the dynamic mixture estimation with state-space components and normal regression components, and clustering with normal mixture. Quasi-Bayesian estimation, as well as, that based on the Kerridge inaccuracy approximation are implemented. Main references: Nagy and Suzdaleva (2013) <doi:10.1016/j.apm.2013.05.038>; Nagy et al. (2011) <doi:10.1002/acs.1239>.

r-diffeqr 2.1.0
Dependencies: julia@1.8.5
Propagated dependencies: r-juliacall@0.17.6
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/SciML/diffeqr
Licenses: Expat
Build system: r
Synopsis: Solving Differential Equations (ODEs, SDEs, DDEs, DAEs)
Description:

An interface to DifferentialEquations.jl <https://diffeq.sciml.ai/dev/> from the R programming language. It has unique high performance methods for solving ordinary differential equations (ODE), stochastic differential equations (SDE), delay differential equations (DDE), differential-algebraic equations (DAE), and more. Much of the functionality, including features like adaptive time stepping in SDEs, are unique and allow for multiple orders of magnitude speedup over more common methods. Supports GPUs, with support for CUDA (NVIDIA), AMD GPUs, Intel oneAPI GPUs, and Apple's Metal (M-series chip GPUs). diffeqr attaches an R interface onto the package, allowing seamless use of this tooling by R users. For more information, see Rackauckas and Nie (2017) <doi:10.5334/jors.151>.

r-dockerfiler 0.2.5
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://thinkr-open.github.io/dockerfiler/
Licenses: Expat
Build system: r
Synopsis: Easy Dockerfile Creation from R
Description:

Build a Dockerfile straight from your R session. dockerfiler allows you to create step by step a Dockerfile, and provide convenient tools to wrap R code inside this Dockerfile.

r-demogr 0.6.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=demogR
Licenses: GPL 2+
Build system: r
Synopsis: Analysis of Age-Structured Demographic Models
Description:

Construction and analysis of matrix population models in R.

r-disastr-api 1.0.6
Propagated dependencies: r-jsonlite@2.0.0 r-httr@1.4.7
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=disastr.api
Licenses: GPL 3
Build system: r
Synopsis: Wrapper for the UN OCHA ReliefWeb Disaster Events API
Description:

Access and manage the application programming interface (API) of the United Nations Office for the Coordination of Humanitarian Affairs (OCHA) ReliefWeb disaster events at <https://reliefweb.int/disasters>. The package requires a minimal number of dependencies. It offers functionality to retrieve a user-defined sample of disaster events from ReliefWeb, providing an easy alternative to scraping the ReliefWeb website. It enables a seamless integration of regular data updates into the research work flow.

r-dbnlearn 0.1.0
Propagated dependencies: r-ggplot2@4.0.1 r-bnviewer@0.1.6 r-bnlearn@5.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dbnlearn
Licenses: Expat
Build system: r
Synopsis: Dynamic Bayesian Network Structure Learning, Parameter Learning and Forecasting
Description:

It allows to learn the structure of univariate time series, learning parameters and forecasting. Implements a model of Dynamic Bayesian Networks with temporal windows, with collections of linear regressors for Gaussian nodes, based on the introductory texts of Korb and Nicholson (2010) <doi:10.1201/b10391> and Nagarajan, Scutari and Lèbre (2013) <doi:10.1007/978-1-4614-6446-4>.

r-dhglm 2.0
Propagated dependencies: r-sandwich@3.1-1 r-matrix@1.7-4 r-mass@7.3-65 r-car@3.1-3 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dhglm
Licenses: FSDG-compatible
Build system: r
Synopsis: Double Hierarchical Generalized Linear Models
Description:

This package implements double hierarchical generalized linear models in which the mean, dispersion parameters for variance of random effects, and residual variance (overdispersion) can be further modeled as random-effect models.

r-discretes 0.1.0
Propagated dependencies: r-rlang@1.1.6 r-ellipsis@0.3.2 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://discretes.netlify.app
Licenses: Expat
Build system: r
Synopsis: Discrete Numeric Series
Description:

This package provides a framework for representing discrete numeric series (enumerable sets of numbers) that may be finite or infinite. Series can be traversed, combined using arithmetic operations, tested for membership, and queried for limit points ("sinks"), without explicit enumeration of all elements.

r-docore 1.0
Propagated dependencies: r-pracma@2.4.6 r-bit64@4.6.0-1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=docore
Licenses: GPL 3
Build system: r
Synopsis: Utility Functions for Scientific Coding
Description:

Basic routines used in scientific coding, such as timing routines, vector/array handing functions and I/O support routines.

r-decompr 6.4.0
Propagated dependencies: r-matrixstats@1.5.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://qua.st/decompr/
Licenses: GPL 3
Build system: r
Synopsis: Global Value Chain Decomposition
Description:

Three global value chain (GVC) decompositions are implemented. The Leontief decomposition derives the value added origin of exports by country and industry as in Hummels, Ishii and Yi (2001). The Koopman, Wang and Wei (2014) decomposition splits country-level exports into 9 value added components, and the Wang, Wei and Zhu (2013) decomposition splits bilateral exports into 16 value added components. Various GVC indicators based on these decompositions are computed in the complimentary gvc package. --- References: --- Hummels, D., Ishii, J., & Yi, K. M. (2001). The nature and growth of vertical specialization in world trade. Journal of international Economics, 54(1), 75-96. Koopman, R., Wang, Z., & Wei, S. J. (2014). Tracing value-added and double counting in gross exports. American Economic Review, 104(2), 459-94. Wang, Z., Wei, S. J., & Zhu, K. (2013). Quantifying international production sharing at the bilateral and sector levels (No. w19677). National Bureau of Economic Research.

r-dlib 1.0.3.1
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dlib
Licenses: FSDG-compatible
Build system: r
Synopsis: Allow Access to the 'Dlib' C++ Library
Description:

Interface for Rcpp users to dlib <http://dlib.net> which is a C++ toolkit containing machine learning algorithms and computer vision tools. It is used in a wide range of domains including robotics, embedded devices, mobile phones, and large high performance computing environments. This package allows R users to use dlib through Rcpp'.

r-dmod 1.0.2
Propagated dependencies: r-stringr@1.6.0 r-rootsolve@1.8.2.4 r-plyr@1.8.9 r-ggplot2@4.0.1 r-foreach@1.5.2 r-dplyr@1.1.4 r-doparallel@1.0.17 r-desolve@1.40 r-code@1.1.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=dMod
Licenses: GPL 2+
Build system: r
Synopsis: Dynamic Modeling and Parameter Estimation in ODE Models
Description:

The framework provides functions to generate ODEs of reaction networks, parameter transformations, observation functions, residual functions, etc. The framework follows the paradigm that derivative information should be used for optimization whenever possible. Therefore, all major functions produce and can handle expressions for symbolic derivatives. The methods used in dMod were published in Kaschek et al, 2019, <doi:10.18637/jss.v088.i10>.

r-distrdoc 2.8.5
Propagated dependencies: r-startupmsg@1.0.0 r-randvar@1.2.5 r-mass@7.3-65 r-distrtest@2.8.3 r-distrteach@2.9.2 r-distrsim@2.8.5 r-distrmod@2.9.7 r-distrex@2.9.6 r-distr@2.9.7
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: http://distr.r-forge.r-project.org/
Licenses: LGPL 3
Build system: r
Synopsis: Documentation for 'distr' Family of R Packages
Description:

This package provides documentation in form of a common vignette to packages distr', distrEx', distrMod', distrSim', distrTEst', distrTeach', and distrEllipse'.

r-doolkit 1.42.2
Propagated dependencies: r-usethis@3.2.1 r-tis@1.39 r-sp@2.2-0 r-rvcg@0.25 r-rgl@1.3.31 r-morpho@2.13 r-mass@7.3-65 r-igraph@2.2.1 r-ggplot2@4.0.1 r-concaveman@1.2.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=doolkit
Licenses: GPL 3
Build system: r
Synopsis: Exploration of Dental Surface Topography
Description:

This package provides tools for exploring the topography of 3d triangle meshes. The functions were developed with dental surfaces in mind, but could be applied to any triangle mesh of class mesh3d'. More specifically, doolkit allows to isolate the border of a mesh, or a subpart of the mesh using the polygon networks method; crop a mesh; compute basic descriptors (elevation, orientation, footprint area); compute slope, angularity and relief index (Ungar and Williamson (2000) <https://palaeo-electronica.org/2000_1/gorilla/issue1_00.htm>; Boyer (2008) <doi:10.1016/j.jhevol.2008.08.002>), inclination and occlusal relief index or gamma (Guy et al. (2013) <doi:10.1371/journal.pone.0066142>), OPC (Evans et al. (2007) <doi:10.1038/nature05433>), OPCR (Wilson et al. (2012) <doi:10.1038/nature10880>), DNE (Bunn et al. (2011) <doi:10.1002/ajpa.21489>; Pampush et al. (2016) <doi:10.1007/s10914-016-9326-0>), form factor (Horton (1932) <doi:10.1029/TR013i001p00350>), basin elongation (Schum (1956) <doi:10.1130/0016-7606(1956)67[597:EODSAS]2.0.CO;2>), lemniscate ratio (Chorley et al; (1957) <doi:10.2475/ajs.255.2.138>), enamel-dentine distance (Guy et al. (2015) <doi:10.1371/journal.pone.0138802>; Thiery et al. (2017) <doi:10.3389/fphys.2017.00524>), absolute crown strength (Schwartz et al. (2020) <doi:10.1098/rsbl.2019.0671>), relief rate (Thiery et al. (2019) <doi:10.1002/ajpa.23916>) and area-relative curvature; draw cumulative profiles of a topographic variable; and map a variable over a 3d triangle mesh.

r-decorater 0.1.2
Propagated dependencies: r-rwekajars@3.9.3-2 r-rweka@0.4-48 r-rjava@1.0-11
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DecorateR
Licenses: GPL 2+
Build system: r
Synopsis: Fit and Deploy DECORATE Trees
Description:

DECORATE (Diverse Ensemble Creation by Oppositional Relabeling of Artificial Training Examples) builds an ensemble of J48 trees by recursively adding artificial samples of the training data ("Melville, P., & Mooney, R. J. (2005) <DOI:10.1016/j.inffus.2004.04.001>").

r-definer 0.0.5
Propagated dependencies: r-xslt@1.5.1 r-xml2@1.5.0 r-reporter@1.4.6 r-readxl@1.4.5 r-openxlsx@4.2.8.1 r-libr@1.4.1 r-glue@1.8.0 r-common@1.1.5
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://defineR.r-sassy.org
Licenses: CC0
Build system: r
Synopsis: Creates Define XML Documents
Description:

This package creates define.xml documents used for regulatory submissions based on spreadsheet metadata. Can also help create metadata and generate HTML data explorer.

r-distfree-cr 1.5.1
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: http://statgen.ualberta.ca
Licenses: GPL 2+
Build system: r
Synopsis: Distribution-Free Confidence Region
Description:

Constructs confidence regions without the need to know the sampling distribution of bivariate data. The method was proposed by Zhiqiu Hu & Rong-cai Yang (2013) <doi:10.1371/journal.pone.0081179.g001>.

r-daime 2.1.3
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DAIME
Licenses: FSDG-compatible
Build system: r
Synopsis: Effects of Changing Deposition Rates
Description:

Reverse and model the effects of changing deposition rates on geological data and rates. Based on Hohmann (2018) <doi:10.13140/RG.2.2.23372.51841> .

r-debrief 0.1.0
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://github.com/r-lib/debrief
Licenses: Expat
Build system: r
Synopsis: Text-Based Summaries for 'profvis' Profiling Data
Description:

This package provides text-based summaries and analysis tools for profvis profiling output. Designed for terminal workflows and artificial intelligence (AI) agent consumption, offering views including hotspot analysis, call trees, source context, caller/callee relationships, and memory allocation breakdowns.

r-diffxtables 0.1.3
Propagated dependencies: r-rdpack@2.6.4 r-pander@0.6.6
Channel: guix-cran
Location: guix-cran/packages/d.scm (guix-cran packages d)
Home page: https://cran.r-project.org/package=DiffXTables
Licenses: LGPL 3+
Build system: r
Synopsis: Pattern Analysis Across Contingency Tables
Description:

Statistical hypothesis testing of pattern heterogeneity via differences in underlying distributions across multiple contingency tables. Five tests are included: the comparative chi-squared test (Song et al. 2014) <doi:10.1093/nar/gku086> (Zhang et al. 2015) <doi:10.1093/nar/gkv358>, the Sharma-Song test (Sharma et al. 2021) <doi:10.1093/bioinformatics/btab240>, the heterogeneity test, the marginal-change test (Sharma et al. 2020) <doi:10.1145/3388440.3412485>, and the strength test (Sharma et al. 2020) <doi:10.1145/3388440.3412485>. Under the null hypothesis that row and column variables are statistically independent and joint distributions are equal, their test statistics all follow an asymptotically chi-squared distribution. A comprehensive type analysis categorizes the relation among the contingency tables into type null, 0, 1, and 2 (Sharma et al. 2020) <doi:10.1145/3388440.3412485>. They can identify heterogeneous patterns that differ in either the first order (marginal) or the second order (differential departure from independence). Second-order differences reveal more fundamental changes than first-order differences across heterogeneous patterns.

Total packages: 69239