diff --git a/inst/tests/run-all.R b/inst/tests/run-all.R index bc5bac7043baaac5b68edcc5fe9409ac35a34ae6..098e186f34c8adbda37f05a62c3b66883ac0bc36 100644 --- a/inst/tests/run-all.R +++ b/inst/tests/run-all.R @@ -1,4 +1,4 @@ library(testthat) -library(dataRetrievaldemo) +library(dataRetrieval) -test_package("dataRetrievaldemo") \ No newline at end of file +test_package("dataRetrieval") \ No newline at end of file