|
4 | 4 | writeLines(dr) |
5 | 5 | Output |
6 | 6 | 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 |
8 | 8 | - Initial working directory: <working directory> |
9 | 9 | - Current working directory: <working directory> |
10 | 10 |
|
|
22 | 22 | Output |
23 | 23 | here() starts at <project root>. |
24 | 24 | - 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" |
36 | 36 | ! Call `here::i_am()` in your scripts and reports, or use `set_here()` to create a `.here` file |
37 | 37 | - Initial working directory: <working directory> |
38 | 38 | - Current working directory: <working directory> |
|
0 commit comments