Skip to content

Commit

Permalink
Load the package before testing it (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
llrs-roche authored Nov 26, 2024
1 parent b32290e commit 42ad99e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ Collate:
'package.R'
'export_as_docx.R'
'as_flextable.R'
Config/testthat/edition: 3
3 changes: 2 additions & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
library(testthat)
test_check("rtables", reporter = "check")
library(rtables.officer)
test_check("rtables.officer", reporter = "check")
Binary file removed tests/testthat/Rplots.pdf
Binary file not shown.

0 comments on commit 42ad99e

Please sign in to comment.