<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Checks Session Status // Provides tools for checking whether an R
		session is in a clean state, including the global environment,
		attached packages, loaded namespaces, attached environments,
		session run time, R options, locale settings, and system
		environment variables. Intended as a safer replacement for the
		common 'rm(list = ls())' idiom: rather than silently wiping the
		global environment, sessioncheck() surfaces problems so the
		user can make an informed decision.
	</longdescription>
</pkgmetadata>
