-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to 0.3.1 by geospark scala package 1.3.1
- Loading branch information
harryzhu
committed
Mar 2, 2020
1 parent
bf6e596
commit 732c6ac
Showing
5 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
^CRAN-RELEASE$ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^\.travis\.yml$ | ||
Reference.md$ | ||
^docs/ | ||
^logs$ | ||
^derby\.log$ | ||
^derby\.log$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Package: geospark | ||
Type: Package | ||
Title: Bring Local Sf to Spark | ||
Version: 0.2.1 | ||
Version: 0.3.1 | ||
Authors@R: c( | ||
person("Harry", "Zhu", email = "[email protected]", role = c("aut", "cre")), | ||
person("Javier", "Luraschi", email = "[email protected]", role = c("ctb")) | ||
) | ||
Maintainer: Harry Zhu <[email protected]> | ||
BugReports: https://github.com/harryprince/geospark/issues | ||
Description: R binds 'GeoSpark' <http://geospark.datasyslab.org/> extending 'sparklyr' | ||
<https://spark.rstudio.com/> R package to make distributed geocomputing easier. Sf is a | ||
package that provides [simple features](https://en.wikipedia.org/wiki/Simple_Features) access | ||
for R and which is a leading geospatial data processing tool. Geospark R package bring | ||
<https://spark.rstudio.com/> R package to make distributed 'geocomputing' easier. Sf is a | ||
package that provides [simple features] <https://en.wikipedia.org/wiki/Simple_Features> access | ||
for R and which is a leading 'geospatial' data processing tool. 'Geospark' R package bring | ||
the same simple features access like sf but running on Spark distributed system. | ||
License: Apache License (>= 2.0) | ||
Encoding: UTF-8 | ||
|
@@ -24,4 +24,4 @@ Imports: | |
dbplyr (>= 1.3.0) | ||
RoxygenNote: 6.1.1 | ||
Suggests: | ||
testthat, knitr | ||
testthat, knitr, utils |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.