# Tests for the rp.datalink # setwd('rpanel') # library(devtools) # library(testthat) # load_all() # test_that('Standard calls', { # expect_no_error(rp.datalink('covid19_deaths_scotland')) # expect_no_error(rp.datalink("global_temperature")) # expect_no_error(rp.datalink("~/Desktop/temp_dir", "set local directory")) # expect_no_error(rp.datalink('NAO', 'download')) # expect_no_error(rp.datalink('all', 'download')) # })