Closed javierluraschi closed 5 years ago
@harryprince I think this is what CRAN is looking for, it formats the description field and adds an example using spark_connect("spark://HOST:PORT") which is a "secret" test mode in sparklyr for testing without Spark installed in systems like CRAN.
description
spark_connect("spark://HOST:PORT")
sparklyr
@harryprince I think this is what CRAN is looking for, it formats the
description
field and adds an example usingspark_connect("spark://HOST:PORT")
which is a "secret" test mode insparklyr
for testing without Spark installed in systems like CRAN.