-
Notifications
You must be signed in to change notification settings - Fork 87
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
Revisit dependencies #504
Comments
The reason I'm thinking about this is that CRAN is potentially going to limit the number of total dependencies a package can have (that's the rumor at least....). Right now though, So, I'll follow this Issue: In the meantime, we'll cross our fingers that the total dependency limit doesn't affect this (still a bit early to tell). |
It turns out,
This code chunk actually gets us pretty far.... "just" (HA!) need to figure out dates. A lot of the date logic though will still be baked in the codes, so it might not be too much more work. |
Not so much that it's backlogged, but that it's a continues task that should be considered. I don't think it's worth the effort to convert to |
httr2 on the otherhand.... |
We chose
readr
initially because we thoughtdata.table
was a bigger learning curve. To simply convert tofread
would be pretty easy and still save some time and reduce some (a lot?) of dependencies.While this is explored, we could re-re-think the lubridate dependency.
The text was updated successfully, but these errors were encountered: