This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 190
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
jennybc
committed
Jun 30, 2015
1 parent
899e2cd
commit dee4aa3
Showing
3 changed files
with
16 additions
and
2 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 |
---|---|---|
|
@@ -10,3 +10,4 @@ tests/testthat/token_file.rds.enc | |
man-roxygen | ||
rsconnect | ||
^cran-comments.md$ | ||
^README.html$ |
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,6 +1,6 @@ | ||
Package: googlesheets | ||
Title: Manage Google Spreadsheets from R | ||
Version: 0.0.0.9001 | ||
Version: 0.1.0 | ||
Description: Interact with Google Sheets from R. | ||
Authors@R: c( | ||
person("Jennifer", "Bryan", , "[email protected]", c("aut", "cre")), | ||
|
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,9 +4,10 @@ | |
* win-builder, devel and release 3.2.1 | ||
|
||
## R CMD check results | ||
|
||
There were no ERRORs or WARNINGs. | ||
|
||
There is 1 NOTE: | ||
There is 1 NOTE in all environments: | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: ‘Jennifer Bryan <[email protected]>’ | ||
|
@@ -18,3 +19,15 @@ File 'LICENSE': | |
The MIT License (MIT) | ||
|
||
Copyright (c) 2015 Joanna Zhao, Jennifer Bryan | ||
|
||
There is a second NOTE from winbuilder, both R 3.2.1 and R Under development (unstable): | ||
|
||
* checking re-building of vignette outputs ... NOTE | ||
Error in re-building vignettes: | ||
... | ||
Quitting from lines 309-313 (basic-usage.Rmd) | ||
Error: processing vignette 'basic-usage.Rmd' failed with diagnostics: | ||
Failed to open file C:\Users\CRAN\Documents\tmp\gapminder-africa.csv. | ||
Execution halted | ||
|
||
My vignette uses my package with OAuth2 to read and write via the Google Sheets API. Since I cannot upload the necessary token to CRAN, it seems inevitable that my vignette cannot be rebuilt by CRAN. I do rebuild it regularly on Travis-CI, where I can upload the token as an encrypted file. |