diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-15 18:45:42 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-15 18:45:42 -0700 |
| commit | d5c80a572e0e08c1a96f1d629fa9984f333b0195 (patch) | |
| tree | 2f0181cf4fc3269cc6183c061c60ba36d2fe36f5 /tests | |
| parent | e5071ae6091eafc4a98bc280a23349dcb2261da3 (diff) | |
Update package name
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/testthat.R | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testthat.R b/tests/testthat.R index c015e8f..dd09807 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -7,6 +7,6 @@ # * https://testthat.r-lib.org/articles/special-files.html library(testthat) -library(rcsobczak) +library(csobczak.r) -test_check("rcsobczak") +test_check("csobczak.r") |
