You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
Should settingsfile <- system.file("tests/testthat/config.json", package = "AzureSMR") be replaced by settingsfile <- getOption("AzureSMR.config") in the testing scripts? @andrie
The text was updated successfully, but these errors were encountered:
Right now it has the benefit that the file used for settings is in the same location as the package, making it easy to manage your test settings with the package.
Should
settingsfile <- system.file("tests/testthat/config.json", package = "AzureSMR")
be replaced bysettingsfile <- getOption("AzureSMR.config")
in the testing scripts? @andrieThe text was updated successfully, but these errors were encountered: