Skip to content

Commit b5c1b01

Browse files
remove old doc files
1 parent c814f0b commit b5c1b01

6 files changed

Lines changed: 6 additions & 17 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ _pkgdown\.yml
1818
^auth
1919
^secrets\.tar
2020
^bq\.oauth$
21+
^CRAN-RELEASE$

CRAN-RELEASE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This package was submitted to CRAN on 2019-10-04.
2+
Once it is accepted, delete this file and tag the release (commit c814f0b039).

R/tables.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ bqr_table_data <- function(projectId = bqr_get_global_project(),
229229
#' Creates a BigQuery table.
230230
#'
231231
#' If setting \code{timePartioning} to \code{TRUE} then the table will be a
232-
#' \href{partioned table}{https://cloud.google.com/bigquery/docs/creating-partitioned-tables}
232+
#' \href{https://cloud.google.com/bigquery/docs/creating-partitioned-tables}{partioned table}
233233
#'
234234
#' If you want more advanced features for the table, create it then call \link{bqr_patch_table} with advanced configuration configured from \link{Table}
235235
#'

R/utilities.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ myMessage <- function(..., level = 1){
132132
#'
133133
#' @return A random 15 digit hash
134134
#' @keywords internal
135+
#' @noRd
135136
idempotency <- function(){
136137
set.seed(Sys.time())
137138
paste(sample(c(LETTERS, letters, 0:9), 15, TRUE),collapse="")

man/bqr_create_table.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/idempotency.Rd

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)