Closed javierluraschi closed 5 years ago
Could you merge and submit to CRAN? All tests and checks are passing with this PR.
A few things to notice:
register_gis()
sparklyr
st_join()
dplyr
sql_on
R cmd check --as-cran geo_spark
Here is the pree-build file ready for CRAN submission:
geospark_0.2.1.tar.gz
Could you merge and submit to CRAN? All tests and checks are passing with this PR.
A few things to notice:
register_gis()
no longer required to be explicitly called since we added support insparklyr
to call back to custom initializers, which you do now.st_join()
since with newer versions ofdplyr
we can usesql_on
and standard joinsR cmd check --as-cran geo_spark
.