thevalidatoR icon indicating copy to clipboard operation
thevalidatoR copied to clipboard

Using remotes before remotes is installed

Open epijim opened this issue 2 years ago • 2 comments

Assumption this is why we have this error: https://github.com/epijim/episheet/actions/runs/7357960789/job/20030432815

epijim avatar Dec 29 '23 15:12 epijim

Slowly finding more :) issues, will move to draft sorry @cicdguy

so far:

  • remotes was called before installed
  • we get API rate limiting on devtools::install_github. I see we are passing through a github pat, but maybe repo tokens aren't that great. switched to install from git to bypass the github API
  • now ran into devtools being missing- which is weird, will see why

epijim avatar Dec 30 '23 08:12 epijim

CLA Assistant Lite bot:
🎉 Thank you for your contribution! Before this PR can be accepted, we require that you all read and agree to our Contributor License Agreement.
You can digitally sign the CLA by posting a comment on this Pull Request in the format shown below. This agreement will apply to this PR as well as all future contributions on this repository.


I have read the CLA Document and I hereby sign the CLA


1 out of 2 committers have signed the CLA.
:white_check_mark: (cicdguy)[https://github.com/cicdguy]
:x: @epijim
You can retrigger this bot by commenting recheck in this Pull Request

github-actions[bot] avatar May 14 '24 12:05 github-actions[bot]