Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several tests are running against artifacts which no longer exist #206

Closed
aboddie opened this issue Dec 5, 2024 · 1 comment
Closed

Comments

@aboddie
Copy link
Contributor

aboddie commented Dec 5, 2024

The following tests in tests/testthat/test_Main_Helpers.R are testing against SDMX artifacts which are no longer available.

sdmx <- readSDMX(providerId = "ISTAT", resource = "data",
                   flowRef = "12_60", start = 2015, end = 2015)

sdmx <- readSDMX(providerId = "OECD", resource = "datastructure", resourceId = "TABLE1")

sdmx <- readSDMX(providerId = "OECD", resource = "data",
                   flowRef = "MIG", key = list("TOT", NULL, NULL), start = 2011, end = 2011)
@aboddie
Copy link
Contributor Author

aboddie commented Dec 11, 2024

#203

@aboddie aboddie closed this as completed Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant