Skip to content

Commit

Permalink
fixes lost list_backups() export
Browse files Browse the repository at this point in the history
  • Loading branch information
s-fleck committed Jun 12, 2019
1 parent 6905fe6 commit 18bd82e
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 @@ -8,6 +8,7 @@ export(backup)
export(backup_date)
export(backup_info)
export(backup_time)
export(list_backups)
export(n_backups)
export(newest_backup)
export(oldest_backup)
Expand Down
1 change: 1 addition & 0 deletions R/list_backups.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ backup_info <- function(



#' @export
#' @return `list_backups()` returns the paths to all backups of `file`
#' @rdname backup_info
list_backups <- function(
Expand Down

0 comments on commit 18bd82e

Please sign in to comment.