Skip to content

Commit

Permalink
remove old doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Oct 4, 2019
1 parent c814f0b commit b5c1b01
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 17 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ _pkgdown\.yml
^auth
^secrets\.tar
^bq\.oauth$
^CRAN-RELEASE$
2 changes: 2 additions & 0 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This package was submitted to CRAN on 2019-10-04.
Once it is accepted, delete this file and tag the release (commit c814f0b039).
2 changes: 1 addition & 1 deletion R/tables.R
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ bqr_table_data <- function(projectId = bqr_get_global_project(),
#' Creates a BigQuery table.
#'
#' If setting \code{timePartioning} to \code{TRUE} then the table will be a
#' \href{partioned table}{https://cloud.google.com/bigquery/docs/creating-partitioned-tables}
#' \href{https://cloud.google.com/bigquery/docs/creating-partitioned-tables}{partioned table}
#'
#' If you want more advanced features for the table, create it then call \link{bqr_patch_table} with advanced configuration configured from \link{Table}
#'
Expand Down
1 change: 1 addition & 0 deletions R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ myMessage <- function(..., level = 1){
#'
#' @return A random 15 digit hash
#' @keywords internal
#' @noRd
idempotency <- function(){
set.seed(Sys.time())
paste(sample(c(LETTERS, letters, 0:9), 15, TRUE),collapse="")
Expand Down
2 changes: 1 addition & 1 deletion man/bqr_create_table.Rd

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

15 changes: 0 additions & 15 deletions man/idempotency.Rd

This file was deleted.

0 comments on commit b5c1b01

Please sign in to comment.