-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0298656
commit fe3f9d9
Showing
8 changed files
with
17 additions
and
18 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 |
---|---|---|
|
@@ -11,3 +11,4 @@ DISCLAIMER.md | |
code.json | ||
^doc$ | ||
^Meta$ | ||
.github |
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,8 +1,8 @@ | ||
Package: geoknife | ||
Type: Package | ||
Title: Web-Processing of Large Gridded Datasets | ||
Version: 1.6.4 | ||
Date: 2020-05-20 | ||
Version: 1.6.5 | ||
Date: 2021-04-26 | ||
Authors@R: c( person("Jordan", "Read", role = c("aut","cre"), | ||
email = "[email protected]"), | ||
person("Jordan", "Walker", role = c("aut"), | ||
|
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
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,16 +1,9 @@ | ||
## Test environments | ||
* local OS X install, R 3.6.3 | ||
* travis (Ubuntu) | ||
* win-builder (R-release) | ||
* local windows and ubuntu | ||
* rhub windows and ubuntu | ||
|
||
## R CMD check results | ||
No ERRORS, WARNINGS or NOTES | ||
|
||
## Resubmission | ||
Removed comma from keywords in bufferPoint.Rd as requested, and added publication reference to description | ||
|
||
Fixed DOI formatting | ||
|
||
Note the original contents of this submission fix the CRAN check fail from 2020-06-01 | ||
|
||
|
||
Applied URL redirect for citation |
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
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 |
---|---|---|
|
@@ -572,5 +572,5 @@ cancel() | |
geoknife outsources all major geospatial processing tasks to a remote server. Because of this, users must have an active internet connection. Problems with connections to datasets or the processing resources are rare, but they do happen. When experiencing a connectivity problem, the best approach is often to try again later or email [email protected] with any questions. The various web dependencies are described below. | ||
|
||
### Geo Data Portal | ||
The U.S. Geological Survey's "Geo Data Portal" (GDP) provides the data access and processing services that are leveraged by the `geoknife` package. See [cida.usgs.gov/gdp](https://cida.usgs.gov/gdp) for the GDP user interface. | ||
The U.S. Geological Survey's "Geo Data Portal" (GDP) provides the data access and processing services that are leveraged by the `geoknife` package. See [cida.usgs.gov/gdp](https://cida.usgs.gov/gdp/) for the GDP user interface. | ||
|