Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust utils-io test for lifecycle 1.0.3+ #434

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Imports:
fs,
glue,
knitr (>= 1.23),
lifecycle,
lifecycle (>= 1.0.3),
rlang (>= 1.0.0),
rmarkdown,
rstudioapi,
Expand Down
12 changes: 6 additions & 6 deletions tests/testthat/_snaps/utils-io.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# retrofit_files() works

The `outfile` argument of `reprex()` is deprecated as of reprex 2.0.0.
Please use the `wd` argument instead.
i Please use the `wd` argument instead.

---

The `outfile` argument of `reprex()` is deprecated as of reprex 2.0.0.
Use `reprex(wd = ".")` instead of `reprex(outfile = NA)`.
i Use `reprex(wd = ".")` instead of `reprex(outfile = NA)`.

---

The `outfile` argument of `reprex()` is deprecated as of reprex 2.0.0.
* To control output filename, provide a filepath to `input`.
* Only taking working directory from `outfile`.
i To control output filename, provide a filepath to `input`.
i Only taking working directory from `outfile`.

---

The `outfile` argument of `reprex()` is deprecated as of reprex 2.0.0.
Working directory will be derived from `input`.
i Working directory will be derived from `input`.

---

The `outfile` argument of `reprex()` is deprecated as of reprex 2.0.0.
Working directory and output filename will be determined from `input`.
i Working directory and output filename will be determined from `input`.