Skip to content

Commit e8e5054

Browse files
committed
Add unit tests
1 parent 900ebec commit e8e5054

12 files changed

+2461
-0
lines changed

tests/testthat.R

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file is part of the standard setup for testthat.
2+
# It is recommended that you do not modify it.
3+
#
4+
# Where should you do additional test configuration?
5+
# Learn more about the roles of various files in:
6+
# * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
7+
# * https://testthat.r-lib.org/articles/special-files.html
8+
9+
library(testthat)
10+
library(filestamp)
11+
12+
test_check("filestamp")

0 commit comments

Comments
 (0)