diff --git a/DESCRIPTION b/DESCRIPTION
index b9a3c2d..ba9f2cb 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,13 +1,14 @@
Package: bigQueryR
-Title: Interface with Google BigQuery with Shiny compatibility
+Title: Interface with Google BigQuery with Shiny Compatibility
Version: 0.1.0
Authors@R: c(person("Mark", "Edmondson",email = "r@sunholo.com",
role = c("aut", "cre")),
person("Hadley", "Wickham", , "hadley@rstudio.com", role = "ctb")
)
Description: Interface with Google BigQuery,
- this uses googleAuthR so is compatible with similar packages,
- including Google Cloud Storage for result extracts.
+ see for more information.
+ This package uses 'googleAuthR' so is compatible with similar packages,
+ including Google Cloud Storage () for result extracts.
URL: http://code.markedmondson.me/bigQueryR/
BugReports: https://github.com/MarkEdmondson1234/bigQueryR/issues
License: MIT + file LICENSE
diff --git a/NEWS.md b/NEWS.md
index b7d098c..9db10ed 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-# bigQueryR 0.1.0
+# bigQueryR 0.1.0 (CRAN)
* Added a `NEWS.md` file to track changes to the package.
* Initial release
diff --git a/vignettes/bigQueryR.Rmd b/vignettes/bigQueryR.Rmd
index f448257..f92a986 100644
--- a/vignettes/bigQueryR.Rmd
+++ b/vignettes/bigQueryR.Rmd
@@ -4,7 +4,7 @@ author: "Mark Edmondson"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
- %\VignetteIndexEntry{Vignette Title}
+ %\VignetteIndexEntry{bigQueryR}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---