Package: tinytest Maintainer: Mark van der Loo License: GPL-3 Title: Lightweight and Feature Complete Unit Testing Framework Type: Package LazyLoad: yes Authors@R: c( person("Mark", "van der Loo" , role = c("aut","cre") , email = "mark.vanderloo@gmail.com" , comment = c(ORCID="0000-0002-9807-4686")) ) Description: 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. Version: 1.4.3 URL: https://github.com/markvanderloo/tinytest BugReports: https://github.com/markvanderloo/tinytest/issues Depends: R (>= 3.0.0) Imports: parallel, utils RoxygenNote: 7.3.3 Encoding: UTF-8 Repository: https://markvanderloo.r-universe.dev Date/Publication: 2026-03-21 14:09:09 UTC RemoteUrl: https://github.com/markvanderloo/tinytest RemoteRef: HEAD RemoteSha: 5498574a5193206ca8e9442b3a2eb4d90166b1c7 RemoteSubdir: pkg NeedsCompilation: no Packaged: 2026-06-19 08:03:15 UTC; root Author: Mark van der Loo [aut, cre] (ORCID: )