Skip to content

Commit

Permalink
Try to please check
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed May 31, 2017
1 parent b07bf78 commit 69a111e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

S3method(print,json)
S3method(print,scalar)
S3method(rbind,pages)
export(base64_dec)
export(base64_enc)
export(flatten)
Expand Down
1 change: 1 addition & 0 deletions R/rbind.pages.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ rbind_pages <- function(pages){
outdf
}

#' @export
rbind.pages <- function(...){
.Deprecated('rbind_pages')
rbind_pages(...)
Expand Down

0 comments on commit 69a111e

Please sign in to comment.