Skip to content

Commit

Permalink
add dvc_repro addin
Browse files Browse the repository at this point in the history
  • Loading branch information
João Santiago committed Jun 10, 2021
1 parent bcf56e9 commit c2b12f8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/addins.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#' Run `dvc repro`
#'
#' @return runs `dvc repro`
dvc_repro <- function() {
system("dvc repro")
}
4 changes: 4 additions & 0 deletions inst/rstudio/addins.dcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Name: DVC repro
Description: Runs `dvc repro`.
Binding: dvc_repro
Interactive: false
14 changes: 14 additions & 0 deletions man/dvc_repro.Rd

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

0 comments on commit c2b12f8

Please sign in to comment.