We seem to get a strange error,
Error: File not found: 'RScript'
From this line of the github actions
Has anyone run into this problem? Is there something that maybe I'm missing in how I build the github actions?
You have RScript in your workflow and the program is called Rscript, with a lowercase S.
RScript
Rscript
Linux file systems are case sensitive so the program is not found.
Thanks Jim!
I should have thought to check for typos!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.