blob: c824c3ad65b974c097507249e728c404a806590b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
Unit Testing for R // Software testing is important, but, in part
because it is frustrating and boring, many of us avoid it.
'testthat' is a testing framework for R that is easy to learn
and use, and integrates with your existing 'workflow'.
</longdescription>
</pkgmetadata>
|