From dee4aa30981d0ba9d1b8afae8180d50a7de78d53 Mon Sep 17 00:00:00 2001 From: jennybc Date: Tue, 30 Jun 2015 19:12:19 +0200 Subject: [PATCH] submit to CRAN [skip ci] --- .Rbuildignore | 1 + DESCRIPTION | 2 +- cran-comments.md | 15 ++++++++++++++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 7e94d66..99da223 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -10,3 +10,4 @@ tests/testthat/token_file.rds.enc man-roxygen rsconnect ^cran-comments.md$ +^README.html$ diff --git a/DESCRIPTION b/DESCRIPTION index 8900407..0e82aef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "jenny@stat.ubc.ca", c("aut", "cre")), diff --git a/cran-comments.md b/cran-comments.md index 5570fe7..b53aab2 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 ’ @@ -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.