Skip to content

Commit 0265727

Browse files
committed
Switch to double quotes
1 parent e02d85e commit 0265727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/tests/run-all.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# TODO Remove before merging SPARK-23435
1919
if (grepl("^1\\.\\d+\\.\\d+$", installed.packages()["testthat", "Version"])) {
20-
install.packages("testthat", repos = 'https://cloud.r-project.org/')
20+
install.packages("testthat", repos = "https://cloud.r-project.org/")
2121
}
2222

2323
library(testthat)

0 commit comments

Comments
 (0)