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
And it depends on quite a few other packages (I had to install 10 new ones I'd never heard of).
I noticed it looks like only one function is used, so can we just copy that and reference it appropriately to the original package? Will help avoid some random build fail in the future because some dependent package changed.
The text was updated successfully, but these errors were encountered:
Yes for sure. Sorry about that, I agree that the package is unnecessary. I didn't check how many new ones were needed. Also after our discussion about creating the data repository, I realized a few things would have to be changed:
using saveRDS instead of use_data as we're no longer saving these data to a package.
the Rffsa::load_github_data is specific for saved data using use_data. It doesn't seem to work with data that wasn't saved that way.
So we should be able to just save data to the pacea-data repository and load it with get_pacea_data without dependencies.
And it depends on quite a few other packages (I had to install 10 new ones I'd never heard of).
I noticed it looks like only one function is used, so can we just copy that and reference it appropriately to the original package? Will help avoid some random build fail in the future because some dependent package changed.
The text was updated successfully, but these errors were encountered: