Skip to content

Commit

Permalink
Merge pull request #1 from jarbet/jarbet-setup-R-package
Browse files Browse the repository at this point in the history
Setup R package
  • Loading branch information
jarbet authored Sep 23, 2024
2 parents 84fb31e + 1376c10 commit d639f28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/testthat/test-example.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
test_that(
'example test', {
expect_equal(2 * 2, 4)
}
);

0 comments on commit d639f28

Please sign in to comment.