<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Runtime Type Checking // Provides a lightweight runtime type
		system for 'R' that enables developers to declare and enforce
		variable types during execution. Inspired by 'TypeScript', the
		package introduces intuitive syntax for annotating variables
		and validating data structures, helping catch type-related
		errors early and making 'R' code more robust and easier to
		maintain.
	</longdescription>
</pkgmetadata>
