Skip to content

Commit c5113a1

Browse files
krlmlrgithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent c731413 commit c5113a1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

tests/testthat/_snaps/dr_here.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
writeLines(dr)
55
Output
66
here() starts at <project root>.
7-
- This directory contains a file matching "[.]Rproj$" with contents matching "^Version: " in the first line
7+
- This directory contains a file matching '[.]Rproj$' with contents matching '^Version: ' in the first line
88
- Initial working directory: <working directory>
99
- Current working directory: <working directory>
1010

@@ -22,14 +22,14 @@
2222
Output
2323
here() starts at <project root>.
2424
- This directory and its parents do not satisfy any of the following criteria:
25-
- contains a file ".here"
26-
- contains a file matching "[.]Rproj$" with contents matching "^Version: " in the first line
27-
- contains a file "DESCRIPTION" with contents matching "^Package: "
28-
- contains a file "remake.yml"
29-
- contains a file ".projectile"
30-
- contains a directory ".git"
31-
- contains a file ".git" with contents matching "^gitdir: "
32-
- contains a directory ".svn"
25+
- contains a file '.here'
26+
- contains a file matching '[.]Rproj$' with contents matching '^Version: ' in the first line
27+
- contains a file 'DESCRIPTION' with contents matching '^Package: '
28+
- contains a file 'remake.yml'
29+
- contains a file '.projectile'
30+
- contains a directory '.git'
31+
- contains a file '.git' with contents matching '^gitdir: '
32+
- contains a directory '.svn'
3333
! Call `here::i_am()` in your scripts and reports, or use `set_here()` to create a `.here` file
3434
- Initial working directory: <working directory>
3535
- Current working directory: <working directory>

tests/testthat/_snaps/i_am.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
writeLines(dr)
55
Output
66
here() starts at <project root>.
7-
- This directory contains a file "prepare/penguins.R" with contents "115147ca-fedd-42ca-8650-2cb3dad0aebc" in the first 100 lines
7+
- This directory contains a file 'prepare/penguins.R' with contents '115147ca-fedd-42ca-8650-2cb3dad0aebc' in the first 100 lines
88
- Initial working directory: <project root>
99
- Current working directory: <project root>
1010

0 commit comments

Comments
 (0)