From a229007038b8518cced544e027965f50d85a77f9 Mon Sep 17 00:00:00 2001 From: Max Conway Date: Tue, 7 Apr 2020 12:20:13 +0100 Subject: [PATCH 1/3] Version bump --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b36ee0b..2073ee3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: gsheet Type: Package Title: Download Google Sheets Using Just the URL -Version: 0.4.4 -Date: 2018-10-20 +Version: 0.4.5 +Date: 2020-04-07 Authors@R: person("Max", "Conway", email = "conway.max1@gmail.com", role = c("aut", "cre")) Description: Simple package to download Google Sheets using just the sharing @@ -17,4 +17,4 @@ Imports: Suggests: testthat, readr -RoxygenNote: 6.1.0 +RoxygenNote: 7.1.0 From 9c9cca18d7a11ad16b00bf833b15d25ec41484f0 Mon Sep 17 00:00:00 2001 From: Max Conway Date: Tue, 7 Apr 2020 13:42:10 +0100 Subject: [PATCH 2/3] Spell checking --- DESCRIPTION | 1 + README.Rmd | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2073ee3..85dfd54 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,6 +11,7 @@ Description: Simple package to download Google Sheets using just the sharing License: GPL-3 URL: https://github.com/maxconway/gsheet BugReports: https://github.com/maxconway/gsheet/issues +Language: en-GB Imports: httr, stringr diff --git a/README.Rmd b/README.Rmd index 8bfa4a5..b37b56d 100644 --- a/README.Rmd +++ b/README.Rmd @@ -24,7 +24,7 @@ Install from CRAN with: install.packages('gsheet') ``` -Or install the latest development version from github wth: +Or install the latest development version from github with: ```{r, eval=FALSE} devtools::install_github("maxconway/gsheet") ``` diff --git a/README.md b/README.md index 4d2084a..3d3d0b7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ gsheet [![Travis-CI Build Status](https://travis-ci.org/maxconway/gsheet.png?branch=master)](https://travis-ci.org/maxconway/gsheet) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/gsheet)](https://cran.r-project.org/package=gsheet) -gsheet is a simple package to download Google Sheets (aka Google Docs Spreadsheets) using just the sharing link. Sheets can be downloaded as a data frame, or as plain text to parse manually. +gsheet is a simple package to download \[Google Sheets\]( (aka Google Docs Spreadsheets) using just the sharing link. Sheets can be downloaded as a data frame, or as plain text to parse manually. Installation ------------ @@ -16,7 +16,7 @@ Install from CRAN with: install.packages('gsheet') ``` -Or install the latest development version from github wth: +Or install the latest development version from github with: ``` r devtools::install_github("maxconway/gsheet") @@ -42,7 +42,7 @@ If you want more control, you might want to use something like: ``` r url <- 'docs.google.com/spreadsheets/d/1I9mJsS5QnXF2TNNntTy-HrcdHmIF9wJ8ONYvEJTXSNo' a <- gsheet2text(url, format='csv') -b <- read.csv(text=a, stringsAsFactors=FALSE) +b <- read.csv(a, stringsAsFactors=FALSE) ``` This way the table can be cleaned before parsing, and different options can be used in parsing. From acff161916f9b30dd9ef53513a08511fb66df5d2 Mon Sep 17 00:00:00 2001 From: Max Conway Date: Tue, 7 Apr 2020 14:00:57 +0100 Subject: [PATCH 3/3] NEWS.md and cran-comments.md updates --- NEWS.md | 4 ++++ cran-comments.md | 21 +++++++++++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 87e6fc3..67736f5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# gsheet 0.4.5 + +- Pull request from adaRn to enable more customisation of parsing + # gsheet 0.4.3 - Added a link to google sheets to description diff --git a/cran-comments.md b/cran-comments.md index eca4fcc..f6873f7 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,11 +1,24 @@ ## Test environments -- ubuntu 14.04: R 3.3.2 (local) -- ubuntu 12.04: oldrel, release and devel (travis-ci) -- win-builder (release and devel) +- local: elementary OS 5.1.3 Hera (based on Ubuntu 18.04.3 LTS), R 3.6.3 +- travis-ci: Ubuntu 16.04.6 LTS Xenial: oldrel, release and devel +- win-builder: oldrelease, release and devel +- R-hub: + - Windows Server 2008 R2 SP1, R-devel, 32/64 bit + - Ubuntu Linux 16.04 LTS, R-release, GCC + - Fedora Linux, R-devel, clang, gfortran ## R CMD check results There were no ERRORs, WARNINGs or NOTEs ## Downstream dependencies -There are currently no downstream dependencies for this package \ No newline at end of file +Reverse dependencies checked using revdepcheck. +There were no new ERRORs, WARNINGs or NOTEs. +GerminaR and gfer both had pre-existing notes. + +Packages checked: + +* GerminaR 1.4.2 +* gfer 0.1.10 +* odk 1.5 +* spiR 0.1.1 \ No newline at end of file