Skip to content

Commit da6bd5d

Browse files
authored
Merge pull request #306 from vimc/vimc-4977
Update orderly demo script to include dependency reports in git example
2 parents b75cf0f + 31b9e83 commit da6bd5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: orderly
22
Title: Lightweight Reproducible Reporting
3-
Version: 1.4.3
3+
Version: 1.4.4
44
Description: Order, create and store reports from R. By defining a
55
lightweight interface around the inputs and outputs of an
66
analysis, a lot of the repetitive work for reproducible research

R/testing.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ build_git_demo <- function() {
221221

222222
prev <- git_checkout_branch("other", root = path, create = TRUE)
223223

224-
file.rename(file.path(path, "extra", "other"),
225-
file.path(path, "src", "other"))
224+
file.rename(file.path(path, "extra", move),
225+
file.path(path, "src", move))
226226
unlink(file.path(path, "extra"), recursive = TRUE)
227227
git_run(c("add", "."), root = path)
228228
git_run(c("commit", "-m", "'add-other'"), root = path)

0 commit comments

Comments
 (0)