<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Behavioural Reproducibility Auditing for R Projects // Audits R
		scripts for behavioural reproducibility risk. Scans scripts for
		qualified package::function calls and checks them against a
		curated database of known silent breaking changes across
		popular CRAN packages. Flags stochastic calls lacking
		set.seed() and detects locale-sensitive operations that may
		produce different results across systems. Supports baseline
		certification of analytical outputs so that silent numerical
		drift can be detected across package upgrades or platform
		changes. Generates human-readable audit reports suitable for
		academic submission or pharmaceutical QC workflows. For more
		details see https://github.com/repro-stats/reproducr.
	</longdescription>
</pkgmetadata>
