Skip to content

Commit

Permalink
Merge pull request #417 from dblodgett-usgs/main
Browse files Browse the repository at this point in the history
cran check issues
  • Loading branch information
dblodgett-usgs authored Jul 21, 2022
2 parents b6db7b3 + 3b1ce94 commit 1d09227
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Package: geoknife
Type: Package
Title: Web-Processing of Large Gridded Datasets
Version: 1.6.7
Date: 2021-12-09
Authors@R: c( person("Jordan", "Read", role = c("aut"),
email = "jread@usgs.gov"),
person("Jordan", "Walker", role = c("aut"),
Expand Down Expand Up @@ -51,7 +50,8 @@ Suggests:
rasterVis,
ggplot2,
rgdal,
sp
sp,
raster
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.2
RoxygenNote: 7.2.0
2 changes: 1 addition & 1 deletion R/cancel-geojob.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#'wg <- webgeom('state::New Hampshire')
#'wp <- webprocess()
#'
#'if(!is.null(wp)) {
#'if(!any(is.null(wp), is.null(wg), is.null(wd))) {
#' gj <- geojob()
#' xml(gj) <- XML(wg, wd, wp)
#' url(gj) <- url(wp)
Expand Down
5 changes: 1 addition & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@
* local windows and github ubuntu

## Comment
* submission corrects error condition when primary web dependency is offline.

## Review 1
* date updated
* submission corrects error condition when primary web dependency is offline.
2 changes: 1 addition & 1 deletion man/cancel-methods.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d09227

Please sign in to comment.