Skip to content

Commit cfde0a7

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

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

tests/testthat/_snaps/dr_here.md

Lines changed: 12 additions & 12 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,17 +22,17 @@
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 `.vscode/settings.json`
28-
- contains a file `_quarto.yml`
29-
- contains a file `renv.lock` with contents matching `"Packages":\s*\{`
30-
- contains a file `DESCRIPTION` with contents matching `^Package: `
31-
- contains a file `remake.yml`
32-
- contains a file `.projectile`
33-
- contains a directory `.git`
34-
- contains a file `.git` with contents matching `^gitdir: `
35-
- 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 directory ".vscode"
28+
- contains a file "_quarto.yml"
29+
- contains a file "renv.lock" with contents matching ""Packages":\s*\{"
30+
- contains a file "DESCRIPTION" with contents matching "^Package: "
31+
- contains a file "remake.yml"
32+
- contains a file ".projectile"
33+
- contains a directory ".git"
34+
- contains a file ".git" with contents matching "^gitdir: "
35+
- contains a directory ".svn"
3636
! Call `here::i_am()` in your scripts and reports, or use `set_here()` to create a `.here` file
3737
- Initial working directory: <working directory>
3838
- 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)