You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also run the unit tests for SparkR by running. You need to install the [testthat](http://cran.r-project.org/web/packages/testthat/index.html) package first:
70
-
```bash
71
-
R -e 'install.packages("testthat", repos="http://cran.us.r-project.org")'
72
-
./R/run-tests.sh
73
-
```
69
+
You can run R unit tests by following the instructions under [Running R Tests](http://spark.apache.org/docs/latest/building-spark.html#running-r-tests).
Copy file name to clipboardExpand all lines: R/WINDOWS.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,9 @@ To run the SparkR unit tests on Windows, the following steps are required —ass
34
34
35
35
4. Set the environment variable `HADOOP_HOME` to the full path to the newly created `hadoop` directory.
36
36
37
-
5. Run unit tests for SparkR by running the command below. You need to install the [testthat](http://cran.r-project.org/web/packages/testthat/index.html) package first:
37
+
5. Run unit tests for SparkR by running the command below. You need to install the needed packages following the instructions under [Running R Tests](http://spark.apache.org/docs/latest/building-spark.html#running-r-tests) first:
38
38
39
39
```
40
-
R -e "install.packages('testthat', repos='http://cran.us.r-project.org')"
0 commit comments