File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11Package: bigQueryR
2- Title: Interface with Google BigQuery with Shiny compatibility
2+ Title: Interface with Google BigQuery with Shiny Compatibility
33Version: 0.1.0
44Authors@R: c(person("Mark", "Edmondson",email = "
[email protected] ",
55 role = c("aut", "cre")),
66 person("Hadley", "Wickham", , "
[email protected] ", role = "ctb")
77 )
88Description: Interface with Google BigQuery,
9- this uses googleAuthR so is compatible with similar packages,
10- including Google Cloud Storage for result extracts.
9+ see <https://cloud.google.com/bigquery/> for more information.
10+ This package uses 'googleAuthR' so is compatible with similar packages,
11+ including Google Cloud Storage (<https://cloud.google.com/storage/>) for result extracts.
1112URL: http://code.markedmondson.me/bigQueryR/
1213BugReports: https://github.com/MarkEdmondson1234/bigQueryR/issues
1314License: MIT + file LICENSE
Original file line number Diff line number Diff line change 1- # bigQueryR 0.1.0
1+ # bigQueryR 0.1.0 (CRAN)
22
33* Added a ` NEWS.md ` file to track changes to the package.
44* Initial release
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ author: "Mark Edmondson"
44date : " `r Sys.Date()`"
55output : rmarkdown::html_vignette
66vignette : >
7- %\VignetteIndexEntry{Vignette Title }
7+ %\VignetteIndexEntry{bigQueryR }
88 %\VignetteEngine{knitr::rmarkdown}
99 %\VignetteEncoding{UTF-8}
1010---
You can’t perform that action at this time.
0 commit comments