-
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
1d0812d
commit 321be0c
Showing
13 changed files
with
48 additions
and
42 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 |
---|---|---|
|
@@ -14,3 +14,4 @@ code.json | |
.github | ||
Dockerfile | ||
^CRAN-SUBMISSION$ | ||
temp.R |
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 |
---|---|---|
|
@@ -10,4 +10,8 @@ nbproject/ | |
|
||
doc | ||
Meta | ||
.Renviron | ||
.Renviron | ||
|
||
CRAN-SUBMISSION | ||
|
||
temp.R |
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,7 @@ | ||
Package: geoknife | ||
Type: Package | ||
Title: Web-Processing of Large Gridded Datasets | ||
Version: 1.6.9 | ||
Version: 1.6.10 | ||
Authors@R: c( person("Jordan", "Read", role = c("aut"), | ||
email = "[email protected]"), | ||
person("Jordan", "Walker", role = c("aut"), | ||
|
@@ -24,8 +24,8 @@ Description: Processes gridded datasets found on the U.S. Geological Survey | |
hosted on the Internet. The package provides access to several data subset and | ||
summarization algorithms that are available on remote web processing servers (Read et al. (2015) <doi:10.1111/ecog.01880>). | ||
License: CC0 | ||
URL: https://github.com/USGS-R/geoknife | ||
BugReports: https://github.com/USGS-R/geoknife/issues | ||
URL: https://github.com/DOI-USGS/geoknife | ||
BugReports: https://github.com/DOI-USGS/geoknife/issues | ||
Copyright: This software is in the public domain because it contains materials | ||
that originally came from the United States Geological Survey, an agency of | ||
the United States Department of Interior. | ||
|
@@ -49,9 +49,8 @@ Suggests: | |
dplyr, | ||
rasterVis, | ||
ggplot2, | ||
rgdal, | ||
sp, | ||
raster | ||
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.2.1 | ||
RoxygenNote: 7.2.2 |
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
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 |
---|---|---|
|
@@ -3,20 +3,20 @@ | |
"name": "geoknife", | ||
"organization": "U.S. Geological Survey", | ||
"description": "Processes gridded datasets found on the U.S. Geological Survey Geo Data Portal web application or elsewhere, using a web-enabled workflow that eliminates the need to download and store large datasets that are reliably hosted on the Internet. The package provides access to several data subset and summarization algorithms that are available on remote web processing servers.", | ||
"version": "v1.6.9", | ||
"version": "v1.6.10", | ||
"status": "Development", | ||
"permissions": { | ||
"usageType": "openSource", | ||
"licenses": [ | ||
{ | ||
"name": "Public Domain, CC0-1.0", | ||
"URL": "https://code.usgs.gov/wma/nhgf/geo-data-portal/geoknife/-/raw/v1.6.9/LICENSE.md" | ||
"URL": "https://code.usgs.gov/wma/nhgf/geo-data-portal/geoknife/-/raw/v1.6.10/LICENSE.md" | ||
} | ||
] | ||
}, | ||
"homepageURL": "https://code.usgs.gov/wma/nhgf/geo-data-portal/geoknife/", | ||
"downloadURL": "https://code.usgs.gov/wma/nhgf/geo-data-portal/geoknife/-/archive/v1.6.9/geoknife-v1.6.9.zip", | ||
"disclaimerURL": "https://code.usgs.gov/wma/nhgf/geo-data-portal/geoknife/-/raw/v1.6.9/DISCLAIMER.md", | ||
"downloadURL": "https://code.usgs.gov/wma/nhgf/geo-data-portal/geoknife/-/archive/v1.6.10/geoknife-v1.6.10.zip", | ||
"disclaimerURL": "https://code.usgs.gov/wma/nhgf/geo-data-portal/geoknife/-/raw/v1.6.10/DISCLAIMER.md", | ||
"repositoryURL": "https://code.usgs.gov/wma/nhgf/geo-data-portal/geoknife.git", | ||
"vcs": "git", | ||
"laborHours": 500, | ||
|
@@ -35,7 +35,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"date": { | ||
"metadataLastUpdated": "2022-11-07" | ||
"metadataLastUpdated": "2022-12-14" | ||
} | ||
}, | ||
{ | ||
|
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,6 +1,7 @@ | ||
## Test environments | ||
* local windows | ||
* rhub::check_for_cran w/ defaults | ||
|
||
## Comment | ||
* Submission corrects duplicated documentation of "..." parameter. | ||
* replace journal url with doi | ||
* updates urls to reflect new repository | ||
* remove suggests on rgdal |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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