<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>A Simple Package for Testing R Packages</dc:title>
  <dc:title>R package testit version 1.1</dc:title>
  <dc:description>A minimal, dependency-free testing framework for R packages.
    Write tests as simple R expressions that return TRUE, using assert() for
    assertions (with informative error messages on failure), has_error() /
    has_warning() / has_message() for testing conditions, and test_pkg() to
    run all tests with full access to internal (non-exported) package
    functions. Snapshot testing via Markdown files is also supported.</dc:description>
  <dc:type>Software</dc:type>
  <dc:creator>Yihui Xie &lt;xie@yihui.name&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Yihui Xie [aut, cre] (ORCID: &lt;https://orcid.org/0000-0003-0645-5666&gt;,
    URL: https://yihui.org),
  Tomas Kalibera [ctb],
  Steven Mortimer [ctb]</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=testit/LICENSE)</dc:rights>
  <dc:date>2026-06-18</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=testit</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.testit</dc:identifier>
</oai_dc:dc>
