Skip to content

Commit

Permalink
CRAN feedback: removed commas in doc keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Dec 18, 2019
1 parent 4c9e366 commit 873b9b8
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ License: GPL-3 | file LICENSE
SystemRequirements: Spark (>= 2.2.x)
Encoding: UTF-8
LazyData: yes
RoxygenNote: 6.0.1
RoxygenNote: 6.1.1
2 changes: 1 addition & 1 deletion R/defaults.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#' @seealso \code{\link{spark_read_bigquery}}, \code{\link{spark_write_bigquery}},
#' \code{\link{default_billing_project_id}}, \code{\link{default_gcs_bucket}},
#' \code{\link{default_dataset_location}}
#' @keywords database, connection
#' @keywords database connection
#' @export
bigquery_defaults <- function(billingProjectId, gcsBucket, datasetLocation = "US",
serviceAccountKeyFile = NULL, type = "direct") {
Expand Down
2 changes: 1 addition & 1 deletion R/spark_read_bigquery.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#' @family Spark serialization routines
#' @seealso \code{\link[sparklyr]{spark_read_source}}, \code{\link{spark_write_bigquery}},
#' \code{\link{bigquery_defaults}}
#' @keywords database, connection
#' @keywords database connection
#' @examples
#' \dontrun{
#' config <- spark_config()
Expand Down
2 changes: 1 addition & 1 deletion R/spark_write_bigquery.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#' @family Spark serialization routines
#' @seealso \code{\link[sparklyr]{spark_write_source}}, \code{\link{spark_read_bigquery}},
#' \code{\link{bigquery_defaults}}
#' @keywords database, connection
#' @keywords database connection
#' @examples
#' \dontrun{
#' config <- spark_config()
Expand Down
2 changes: 1 addition & 1 deletion man/bigquery_defaults.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions man/spark_read_bigquery.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions man/spark_write_bigquery.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 873b9b8

Please sign in to comment.