Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
66d73b77
Commit
66d73b77
authored
Dec 28, 2020
by
ygy
Browse files
new port: devel/R-cran-tinytest: Lightweight and Feature Complete Unit Testing Framework
PR: 252175 Approved by: lwhsu
parent
4c926292
Changes
4
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
66d73b77
...
...
@@ -89,6 +89,7 @@
SUBDIR
+=
R-cran-tibble
SUBDIR
+=
R-cran-tidyr
SUBDIR
+=
R-cran-tidyselect
SUBDIR
+=
R-cran-tinytest
SUBDIR
+=
R-cran-vcd
SUBDIR
+=
R-cran-vctrs
SUBDIR
+=
R-cran-withr
...
...
devel/R-cran-tinytest/Makefile
0 → 100644
View file @
66d73b77
# $FreeBSD$
PORTNAME
=
tinytest
DISTVERSION
=
1.2.4
CATEGORIES
=
devel
DISTNAME
=
${PORTNAME}
_
${DISTVERSION}
MAINTAINER
=
ygy@FreeBSD.org
COMMENT
=
Lightweight and Feature Complete Unit Testing Framework
LICENSE
=
GPLv3
USES
=
cran:auto-plist
.
include
<bsd.port.mk>
devel/R-cran-tinytest/distinfo
0 → 100644
View file @
66d73b77
TIMESTAMP = 1609011995
SHA256 (tinytest_1.2.4.tar.gz) = 8564f6d0ba45818cf0d920252bde2a529090efebde30f05e1ad20da8b2f459ab
SIZE (tinytest_1.2.4.tar.gz) = 442074
devel/R-cran-tinytest/pkg-descr
0 → 100644
View file @
66d73b77
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.
WWW: https://github.com/markvanderloo/tinytest
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment