Skip to content
Open
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
18 changes: 9 additions & 9 deletions tests/testthat/_snaps/dr_here.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
writeLines(dr)
Output
here() starts at <project root>.
- This directory contains a file matching "[.]Rproj$" with contents matching "^Version: " in the first line
- This directory contains a file matching '[.]Rproj$' with contents matching '^Version: ' in the first line
- Initial working directory: <working directory>
- Current working directory: <working directory>

Expand All @@ -22,14 +22,14 @@
Output
here() starts at <project root>.
- This directory and its parents do not satisfy any of the following criteria:
- contains a file ".here"
- contains a file matching "[.]Rproj$" with contents matching "^Version: " in the first line
- contains a file "DESCRIPTION" with contents matching "^Package: "
- contains a file "remake.yml"
- contains a file ".projectile"
- contains a directory ".git"
- contains a file ".git" with contents matching "^gitdir: "
- contains a directory ".svn"
- contains a file '.here'
- contains a file matching '[.]Rproj$' with contents matching '^Version: ' in the first line
- contains a file 'DESCRIPTION' with contents matching '^Package: '
- contains a file 'remake.yml'
- contains a file '.projectile'
- contains a directory '.git'
- contains a file '.git' with contents matching '^gitdir: '
- contains a directory '.svn'
! Call `here::i_am()` in your scripts and reports, or use `set_here()` to create a `.here` file
- Initial working directory: <working directory>
- Current working directory: <working directory>
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/i_am.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
writeLines(dr)
Output
here() starts at <project root>.
- This directory contains a file "prepare/penguins.R" with contents "115147ca-fedd-42ca-8650-2cb3dad0aebc" in the first 100 lines
- This directory contains a file 'prepare/penguins.R' with contents '115147ca-fedd-42ca-8650-2cb3dad0aebc' in the first 100 lines
- Initial working directory: <project root>
- Current working directory: <project root>

Expand Down