summaryrefslogtreecommitdiff
path: root/dev-R/tinytest/metadata.xml
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-05 12:48:33 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-05 12:48:33 +0000
commit5d4c09bc57db7f4d9d405dc920c549f2524bbf02 (patch)
tree8d4b5d664b3eecd2a2d08752486dcfa527a9af88 /dev-R/tinytest/metadata.xml
parent252955d97f6158b3da6e4df0ad6fb2c9bebf259b (diff)
downloadbaldeagleos-repo-5d4c09bc57db7f4d9d405dc920c549f2524bbf02.tar.gz
baldeagleos-repo-5d4c09bc57db7f4d9d405dc920c549f2524bbf02.tar.xz
baldeagleos-repo-5d4c09bc57db7f4d9d405dc920c549f2524bbf02.zip
Adding metadata
Diffstat (limited to 'dev-R/tinytest/metadata.xml')
-rw-r--r--dev-R/tinytest/metadata.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-R/tinytest/metadata.xml b/dev-R/tinytest/metadata.xml
new file mode 100644
index 000000000000..8ab94f4d051a
--- /dev/null
+++ b/dev-R/tinytest/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>me@r0bert.dev</email>
+ <name>Robert Greener</name>
+ </maintainer>
+ <longdescription lang="en">Provides a lightweight (zero-dependency) and easy to use unit testing framework. Main features: install tests with the package. Test results are treated as data that can be stored and manipulated. Test files are R scripts interspersed with test commands, that can be programmed over. Fully automated build-install-test sequence for packages. Skip tests when not run locally (e.g. on CRAN). Flexible and configurable output printing. Compare computed output with output stored with the package. Run tests in parallel. Extensible by other packages. Report side effects.</longdescription>
+ <upstream>
+ <maintainer>
+ <email>mark.vanderloo@gmail.com</email>
+ <name>Mark van der Loo</name>
+ </maintainer>
+ <bugs-to>https://github.com/markvanderloo/tinytest/issues</bugs-to>
+ </upstream>
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file