Package: waddR
Type: Package
Title: Statistical tests for detecting differential distributions based on the 2-Wasserstein distance
Version: 1.25.0
Authors@R: c(
	person("Roman", "Schefzik", email="roman.schefzik@medma.uni-heidelberg.de", role="aut"),
	person("Julian", "Flesch", email="julianflesch@gmail.com", role="cre"))
Description: The package offers statistical tests based on the 2-Wasserstein distance for detecting and characterizing differences between two distributions given in the form of samples. Functions for calculating the 2-Wasserstein distance and testing for differential distributions are provided, as well as a specifically tailored test for differential expression in single-cell RNA sequencing data. 
License: MIT + file LICENSE
biocViews: Software, StatisticalMethod, SingleCell, DifferentialExpression
BugReports: https://github.com/goncalves-lab/waddR/issues
URL: https://github.com/goncalves-lab/waddR.git
Encoding: UTF-8
Additional_repositories: https://www.bioconductor.org/
Imports: 
	Rcpp (>= 1.0.1),
	arm (>= 1.10-1),
	eva,
	BiocFileCache (>= 2.6.0),
	BiocParallel,
	SingleCellExperiment,
	parallel,
	methods,
	stats
Depends:
	R (>= 3.6.0)
Remotes: url::https://cran.r-project.org/src/contrib/Archive/eva/eva_0.2.5.tar.gz	
Suggests:
    knitr,
    devtools,
    testthat,
    roxygen2,
    rprojroot,
    rmarkdown,
    scater
LinkingTo:
	Rcpp,
	RcppArmadillo,
VignetteBuilder: knitr
RoxygenNote: 7.2.3
git_url: https://git.bioconductor.org/packages/waddR
git_branch: devel
git_last_commit: e6c53eb
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.23
