-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
8fa166e
commit 974860c
Showing
4 changed files
with
12 additions
and
20 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ Authors@R: c(person("Mark", "Edmondson",email = "[email protected]", | |
role = c("aut", "cre")), | ||
person("Jennifer", "Bryan",email="[email protected]", role = "ctb"), | ||
person("Johann", "deBoer", email="[email protected]", role = "ctb")) | ||
URL: https://github.com/MarkEdmondson1234/googleAuthR | ||
URL: http://code.markedmondson.me/googleAuthR/ | ||
BugReports: https://github.com/MarkEdmondson1234/googleAuthR/issues | ||
Depends: | ||
R (>= 3.2.0) | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
## R CMD check results | ||
There were no ERRORs or WARNINGs. | ||
|
||
There were 2 NOTEs: | ||
There was 1 NOTE: | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Mark Edmondson <[email protected]>' | ||
|
@@ -22,22 +22,14 @@ There were 2 NOTEs: | |
APIs (5:66) | ||
OAuth (4:40, 5:52) | ||
|
||
These are spelt as intended. | ||
These are spelt as intended. | ||
|
||
## Downstream dependencies | ||
I have also run R CMD check on downstream dependencies of googleAuthR | ||
|
||
* checking dependencies in R code ... NOTE | ||
Namespace in Imports field not imported from: 'R6' | ||
* bigQueryR | ||
* googleAnalyticsR | ||
* searchConsoleR | ||
|
||
R6 is a build-time dependency. | ||
|
||
* Found the following (possibly) invalid URLs: | ||
URL: https://code.google.com/apis/console (moved to https://console.developers.google.com/dcredirect) | ||
From: inst/doc/googleAuthR.html | ||
Status: 404 | ||
Message: Not Found | ||
URL: https://console.developers.google.com/apis/credentials/serviceaccountkey | ||
From: inst/doc/googleAuthR.html | ||
Status: 404 | ||
Message: Not Found | ||
|
||
These URLs are correct but are behind a login that can't be crawled by the CRAN checker. | ||
All packages passed. | ||
|
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