Skip to content

Commit dfaba24

Browse files
committed
preapre for release
1 parent ae10ae1 commit dfaba24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: testthis
22
Type: Package
33
Title: Utils and 'RStudio' Addins to Make Testing Even More Fun
4-
Version: 1.0.3.9002
4+
Version: 1.0.4
55
Authors@R: person("Stefan", "Fleck", email = "[email protected]", role = c("aut", "cre"))
66
Maintainer: Stefan Fleck <[email protected]>
77
Description:
@@ -22,7 +22,8 @@ Imports:
2222
utils,
2323
stats,
2424
tools,
25-
rprojroot
25+
rprojroot,
26+
pkgload
2627
Suggests:
2728
knitr,
2829
rmarkdown,

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
S3method(print,Test_coverage)
44
export(get_test_coverage)
5-
export(lest_this)
65
export(open_testfile)
76
export(read_testdata)
87
export(test_acceptance)

0 commit comments

Comments
 (0)