Skip to content

Commit

Permalink
Fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Jul 20, 2023
1 parent a3145f6 commit e9d437a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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(format,outpack_query)
export(orderly_artefact)
export(orderly_cleanup)
export(orderly_cleanup_status)
export(orderly_dependency)
export(orderly_description)
Expand Down
2 changes: 1 addition & 1 deletion R/cleanup.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
##' `orderly_cleanup_status`) or that were deleted (for
##' `orderly_cleanup`)
##'
##' @author export
##' @export
orderly_cleanup <- function(name = NULL, root = NULL, locate = TRUE) {
status <- orderly_cleanup_status(name, root, locate)
if (length(status$delete) > 0) {
Expand Down
3 changes: 0 additions & 3 deletions man/orderly_cleanup.Rd

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

0 comments on commit e9d437a

Please sign in to comment.