[MacOS] Add R to macOS images (#4996)

* Add R to macOS images

* Remove redundant already existing functions and tests
This commit is contained in:
Maksim Shilov
2022-02-04 21:00:07 +03:00
committed by GitHub
parent b53758f5a5
commit c01e7d1ed8
4 changed files with 6 additions and 9 deletions

View File

@@ -150,7 +150,7 @@ Describe "xctool" -Skip:($os.IsHigherThanCatalina) {
}
}
Describe "R" -Skip:($os.IsHigherThanCatalina) {
Describe "R" {
It "R" {
"R --version" | Should -ReturnZeroExitCode
}