fhdsl / metricminer

R package that digs up data that matters from APIs, making it dashboard-ready
https://hutchdatascience.org/metricminer/
MIT License
2 stars 0 forks source link

Privacy policy and version bump in gh package #68

Closed cansavvy closed 8 months ago

cansavvy commented 8 months ago

Purpose/implementation Section

What changes are being implemented in this Pull Request?

I think this may be why we are having errors over on

https://github.com/FredHutch/itn-dashboard/actions

And these errors I was not able to replicate locally because authorize() is working fine but the auth_from_secret() was set to default of in_test = TRUE

cansavvy commented 8 months ago

Here's' the deal. This is definitely a version problem. I tried to bump up gh package and see if that would fix the problem but appears to be more complex than that. The docker image metricminer that has a bumped up version of all the things works fine, just as metricminer works fine locally.

So now the trick is figuring out what is the installed build here missing that it needs so that gh works properly.