Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Macos unknown platform #450

Closed
elinw opened this issue Mar 1, 2021 · 6 comments
Closed

Macos unknown platform #450

elinw opened this issue Mar 1, 2021 · 6 comments

Comments

@elinw
Copy link
Contributor

elinw commented Mar 1, 2021

I think this maybe a new version of #368 .

Maybe the shortcut has changed again? I'm not sure how to tell if that's the case.

@kingaa
Copy link

kingaa commented May 17, 2021

Yes, this is still a problem.

> library(rhub)
> check_on_macos()
Error in match_platform(platform) : 
  Unknown R-hub platform, see rhub::platforms() for a list
> rhub:::check_shortcut_platforms$macos
[1] "macos-elcapitan-release"
> platforms()
...
macos-highsierra-release:
  macOS 10.13.6 High Sierra, R-release, brew
macos-highsierra-release-cran:
  macOS 10.13.6 High Sierra, R-release, CRAN's setup
...

@ColinFay
Copy link

ColinFay commented Jul 4, 2022

Having this very same issue right now too.

@gaborcsardi
Copy link
Collaborator

The workaround is to select a platform manually.

@micha-silver
Copy link

@gaborcsardi Seems to persist:

rhub_chk <- rhub::check(platforms = "macos-highsierra-release-cran")
Error in match_platform(platforms) : 
  Unknown R-hub platform, see rhub::platforms() for a list
> rhub_chk <- rhub::check(platforms = "macos-highsierra-release")
Error in match_platform(platforms) : 
  Unknown R-hub platform, see rhub::platforms() for a list
> rhub_chk <- rhub::check(platform = "macos-elcapitan-release")
Error in match_platform(platforms) : 
  Unknown R-hub platform, see rhub::platforms() for a list

@gaborcsardi
Copy link
Collaborator

R-hub does not have macOS machines now, you can try GitHub Actions, or https://github.com/r-hub/rhub2.

@micha-silver
Copy link

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants