Skip to content

Commit

Permalink
cran prep
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Aug 30, 2019
1 parent 0b248ec commit 262443d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .Rbuildignore
Expand Up @@ -6,7 +6,6 @@ cran-comments\.md
\.travis\.yaml
^\.httr-oauth$
.httr-oauth-SUSPENDED
^revdep.*
^codecov\.yml$
^auth\.json$
^auth\.json\.enc$
Expand All @@ -16,10 +15,11 @@ cran-comments\.md
^\.httr-oauth\.enc$
^README\.Rmd$
^_pkgdown\.yml$
^docs.*
^gdrive\.oauth$
^issue_template\.md$
^bq\.oauth$
^googleAuthR_tests\.httr-oauth$
secrets\.R
^inst/jupyter.*
^inst/jupyter.*
^revdep$
^docs$
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -20,3 +20,4 @@ googleAuthR_tests.httr-oauth
*.dcf
revdep/*
tests/testthat/mock/*
docs/
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -10,4 +10,8 @@ notifications:
on_failure: change
after_success:
- Rscript -e 'covr::codecov()'

before_cache: Rscript -e 'remotes::install_cran("pkgdown")'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
skip_cleanup: true
35 changes: 16 additions & 19 deletions cran-comments.md
@@ -1,21 +1,15 @@
## Test environments
* local OS X install, R 3.5.0
* Ubuntu 14.04.5 LTS (on travis-ci), R 3.6.0
* local OS X install, R 3.6.1
* Ubuntu 14.04.5 LTS (on travis-ci), R 3.6.1
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit (on r-hub)

## R CMD check results

This is the first attempt for 0.8.1.
This is the first attempt for 1.0.0.

I have corrected the WARNINGS that have appeared from the devtools removing some functions to usethis.

There were no ERRORs or WARNINGs.

There was 1 NOTE:

* Namespaces in Imports field not imported from:
'R6'
All declared Imports should be used.
There were no ERRORs or WARNINGs or NOTEs

R6 is a runtime dependency

Expand All @@ -24,13 +18,16 @@ I have also run R CMD check on downstream dependencies of googleAuthR

The results were:

* Checked bigQueryR : 0 errors | 0 warnings | 0 notes
* Checked googleAnalyticsR : 0 errors | 0 warnings | 0 notes
* Checked googleCloudStorageR : 0 errors | 0 warnings | 0 notes
* Checked googleComputeEngineR: 0 errors | 0 warnings | 0 notes
* Checked googleLanguageR : 0 errors | 0 warnings | 0 notes
* Checked googlePrintr : 0 errors | 0 warnings | 0 notes
* Checked searchConsoleR : 0 errors | 0 warnings | 0 notes

All packages passed.
✔ googleAnalyticsR 0.6.0 ── E: 0 | W: 0 | N: 0
✔ bigQueryR 0.4.0 ── E: 0 | W: 0 | N: 0
✔ googleCloudStorageR 0.5.0 ── E: 0 | W: 0 | N: 0
✔ googleCloudVisionR 0.1.0 ── E: 0 | W: 0 | N: 0
✔ googleComputeEngineR 0.3.0 ── E: 0 | W: 0 | N: 0
✔ HCABrowser 1.0.1 ── E: 0 | W: 0 | N: 0
✔ googlePrintr 0.0.1 ── E: 0 | W: 0 | N: 1
✖ searchConsoleR 0.3.0 ── E: 1 | W: 0 | N: 0
✔ text2speech 0.2.5 ── E: 0 | W: 0 | N: 0
✔ googleLanguageR 0.2.0 ── E: 0 | W: 0 | N: 0

I will submit a fix for searchConsoleR immediatly after this package is on CRAN

0 comments on commit 262443d

Please sign in to comment.