Error in file(con, “r”) : cannot open the connection

We are trying run Test coverage GitHub action(actions/examples at old · r-lib/actions · GitHub) in my repository (GitHub - hirenp-esquare/RLint) but facing this error (Error in file(con, “r”) : cannot open the connection) see below image.

We would appreciate your help.

1 Like

Read the rest of the error. The file it is trying to open doesn't exist where you are telling it to look.

Without the exact command you used, a map of your file structure, and your working directory, i suspect it'll be tough to tell you what to fix.

Thank you for your reply. Obviously we already read that error and know that it says about the file not exist but we have no control over this folder "private/var/folders" and we can not be deleted or clear this folder in GitHub action. This action execution on GitHub-hosted runners with macOS. How to map this file location?

1 Like

This topic was automatically closed 21 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.