AlexsLemonade / OpenPBTA-analysis

The analysis repository for the Open Pediatric Brain Tumor Atlas Project
Other
99 stars 66 forks source link

Try using devtools for github installs #1473

Closed jashapiro closed 2 years ago

jashapiro commented 2 years ago

This is a different approach to fixing the problem with rate limiting we have been running into as discussed in https://github.com/AlexsLemonade/OpenPBTA-analysis/pull/1469.

Based on an issue in the remotes package it appears we may be able to get around the API rate limit by going back to the devtools package for github installation, as that package does not use the github API, but rather pulls from raw github content. So let's see if it works!

jashapiro commented 2 years ago

Nope