-
Notifications
You must be signed in to change notification settings - Fork 9
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
Showing
6 changed files
with
27 additions
and
26 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 |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
^README-.*\.png$ | ||
^\.travis\.yml$ | ||
^CONDUCT\.md$ | ||
^README\.Rmd$ | ||
^cran-comments\.md$ | ||
^docs$ | ||
^tools$ |
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 |
---|---|---|
|
@@ -24,6 +24,7 @@ Suggests: | |
testthat | ||
Imports: | ||
httr, | ||
stats, | ||
jsonlite, | ||
stringi | ||
RoxygenNote: 6.0.1.9000 |
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,17 +1,15 @@ | ||
## Test environments | ||
* local OS X install, R 3.4.0 | ||
* ubuntu 12.04 (on travis-ci), R 3.4.0 & oldrel | ||
* win-builder (devel and release) https://win-builder.r-project.org/8Ls4z6cqTVpg/00check.log | ||
* local OS X install, R 3.5.1 | ||
* ubuntu 12.04 (on travis-ci), R 3.5.1 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note (maintainer & acronyms) | ||
0 errors | 0 warnings | 1 note | ||
|
||
## Reverse dependencies | ||
|
||
None | ||
* This is a maintenance release. | ||
|
||
--- | ||
|
||
* This is an update release to fix CRAN checks due to the crazy way purrr does dplyr ops. This pkg now Imports the necessary dplyr functions. | ||
* Mis-spelled words aren't mis-spelled. Too many necessary acronyms to use "'" pairs. | ||
Thinned out dependencies and modified the code to account | ||
for chances in the DoH API. |