-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove CRAN notes on Imports fixed documentation bug that was breaking pkgdown
- Loading branch information
Showing
9 changed files
with
39 additions
and
101 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,7 @@ | ||
Package: plotdap | ||
Title: Easily Visualize Data from 'ERDDAP' Servers via the 'rerddap' Package | ||
Version: 0.0.3 | ||
Date: 2019-04-29 | ||
Date: 2019-07-25 | ||
Authors@R: c( | ||
person("Carson", "Sievert", role = "aut"), | ||
person("Roy", "Mendelssohn", role = c("aut", "ctb", "cre"), email = "[email protected]")) | ||
|
@@ -10,7 +10,7 @@ License: MIT + file LICENSE | |
URL: https://github.com/ropensci/plotdap | ||
BugReports: https://github.com/ropensci/plotdap/issues | ||
Depends: | ||
R (>= 3.5.0), | ||
R (>= 3.5.0), | ||
rerddap | ||
Imports: | ||
dplyr, | ||
|
@@ -19,21 +19,20 @@ Imports: | |
lazyeval, | ||
lubridate, | ||
magrittr, | ||
mapdata, | ||
maps (>= 3.2.0), | ||
maps, | ||
maptools, | ||
plot3D, | ||
raster, | ||
rgdal, | ||
rgeos, | ||
raster, | ||
scales, | ||
sf, | ||
tidyr | ||
Suggests: | ||
testthat, | ||
Cairo, | ||
knitr, | ||
rmarkdown | ||
mapdata, | ||
rmarkdown, | ||
testthat | ||
RoxygenNote: 6.1.1 | ||
LazyData: true | ||
Encoding: UTF-8 | ||
|
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 |
---|---|---|
@@ -1,56 +1,33 @@ | ||
## This is a minor update | ||
|
||
- fix small error in docs that was causing pkgdown to fail | ||
- fixed Import and Namespace problems reported on CRAN checks | ||
- On Windows, previous version built with --no-vignettes please continue that | ||
if Vignette build takes too long | ||
- fixed single note on VignetteIndexEntry | ||
|
||
## Test environments | ||
* local OS X install, R 3.5.3 | ||
* Fedora Linux, R-devel, clang, gfortran (on RHub) | ||
* local OS X install, R 3.6.1 | ||
* Fedora Linux on RHub) | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
|
||
### OS X | ||
|
||
Duration: 8m 35.2s | ||
Duration: 3m 53s | ||
|
||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
|
||
### Winbuilder release | ||
New submission | ||
|
||
Possibly mis-spelled words in DESCRIPTION: | ||
rerddap (9:81) | ||
|
||
Spelling is correct | ||
|
||
### Winbuilder release | ||
OK | ||
|
||
### Winbuilder devel | ||
|
||
New submission | ||
|
||
Possibly mis-spelled words in DESCRIPTION: | ||
rerddap (9:81) | ||
|
||
Spelling is correct | ||
OK | ||
|
||
### RHUb Windows Server 2008 R2 SP1, R-devel, 32/64 bit | ||
|
||
New submission | ||
|
||
Possibly mis-spelled words in DESCRIPTION: | ||
rerddap (9:81) | ||
|
||
Spelling is Correct | ||
|
||
OK | ||
### RHub Fedora | ||
|
||
New submission | ||
|
||
Possibly mis-spelled words in DESCRIPTION: | ||
rerddap (9:81) | ||
|
||
Spelling is correct | ||
|
||
### Comments | ||
|
||
In response to reviewer's comments on last submission, the `rerddap` that | ||
would download the data that is contained in the package datasets have | ||
been uncommented and put in \donttest{}. All other requested changes made. | ||
|
||
* This is a new release. | ||
OK |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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