sourcehut
Log in
—
Register
~hrbrmstr
/
wand
summary
tree
log
refs
wand
/
tests
/tinytest.R
-rw-r--r--
88 bytes
View
Log
Blame
View raw
1f89bed4
—
boB Rudis
NEWS
1 year, 3 months ago
1
2
3
4
5
if
(
requireNamespace
(
"tinytest"
,
quietly
=
TRUE
)
){
tinytest
::
test_package
(
"wand"
)
}