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

RXR-252: Remove download argument to read_who_table() #5

Merged
merged 2 commits into from
May 20, 2021

Conversation

karawoo
Copy link
Contributor

@karawoo karawoo commented May 19, 2021

Removes the download and who_url arguments to read_who_table() since the tables are no longer found there.
Also added some tests for read_who_table() since it did not have any.

In pct_for_age_generic() we were specifying download = FALSE so I removed that. I checked insightrxr and didn't find any places where we were using the argument there, but if we wanted to be extra safe we could keep the argument names, but have them throw a warning and fall back to the packaged datasets.

Tables are no longer available at the URL and we haven't found an alternate location
@karawoo karawoo requested a review from jasmineirx May 19, 2021 22:40
Copy link
Contributor

@jasmineirx jasmineirx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! I think we can now remove the curl dependency too?

@karawoo karawoo merged commit 08467eb into master May 20, 2021
@karawoo karawoo deleted the RXR-252-who-table branch May 20, 2021 16:37
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

Successfully merging this pull request may close these issues.

None yet

2 participants