Skip to content

Commit b029cf3

Browse files
CRAN v 0.1.0
1 parent 6c8a268 commit b029cf3

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Package: bigQueryR
2-
Title: Interface with Google BigQuery with Shiny compatibility
2+
Title: Interface with Google BigQuery with Shiny Compatibility
33
Version: 0.1.0
44
Authors@R: c(person("Mark", "Edmondson",email = "[email protected]",
55
role = c("aut", "cre")),
66
person("Hadley", "Wickham", , "[email protected]", role = "ctb")
77
)
88
Description: 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.
1112
URL: http://code.markedmondson.me/bigQueryR/
1213
BugReports: https://github.com/MarkEdmondson1234/bigQueryR/issues
1314
License: MIT + file LICENSE

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

vignettes/bigQueryR.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "Mark Edmondson"
44
date: "`r Sys.Date()`"
55
output: rmarkdown::html_vignette
66
vignette: >
7-
%\VignetteIndexEntry{Vignette Title}
7+
%\VignetteIndexEntry{bigQueryR}
88
%\VignetteEngine{knitr::rmarkdown}
99
%\VignetteEncoding{UTF-8}
1010
---

0 commit comments

Comments
 (0)