Skip to content

Commit

Permalink
clean up targets example
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Feb 28, 2022
1 parent fb34761 commit 2a73902
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2022-02-07.
Once it is accepted, delete this file and tag the release (commit 8ff0fd8f).
This package was submitted to CRAN on 2022-02-28.
Once it is accepted, delete this file and tag the release (commit fb34761c).
4 changes: 4 additions & 0 deletions R/build_targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
#' par_build <- cr_build_targets(bs, path = NULL)
#' par_build
#'
#' # clean up example
#' unlink("mtcars.csv")
#' unlink("_targets.R")
#'
#' \dontrun{
#' # run it immediately in cloud
#' cr_build_targets(bs, execute="now")
Expand Down
4 changes: 4 additions & 0 deletions man/cr_build_targets.Rd

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

0 comments on commit 2a73902

Please sign in to comment.