r-lib/actions

R4.5.0 brings an error on CMD checking for windows

Closed this issue · 3 comments

Dear,

Before R4.5.0, everything is okay. However, there is an error on window cmd check when the system is normal.

Image Image

Hello,
I have the same problem and wanted to open an issue too :)

It seems that "Rtools 4.5" is not yet deployed on the windows-latest image, r: 'release'

I haven't tested yet but if you specify an earlier version of R, it should work:

matrix:
        config:
          - {os: macos-latest,   r: 'release'}
          - {os: windows-latest, r: '4.4.2'}

A PR has been opened on this subject:

#998 (but closed)

This should be fixed now.

#998 is an unrelated issue.

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue