|
45 | 45 | Root criterion: contains a file matching '[.]Rproj$' with contents matching '^Version: ' in the first line |
46 | 46 | |
47 | 47 | $is_vscode_project |
48 | | - Root criterion: contains a file '.vscode/settings.json' |
| 48 | + Root criterion: contains a file ".vscode/settings.json" |
49 | 49 | |
50 | 50 | $is_r_package |
51 | 51 | Root criterion: contains a file 'DESCRIPTION' with contents matching '^Package: ' |
|
100 | 100 | str(criteria) |
101 | 101 | Output |
102 | 102 | List of 13 |
103 | | - $ is_rstudio_project : chr "Root criterion: contains a file matching '[.]Rproj$' with contents matching '^Version: ' in the first line" |
104 | | - $ is_vscode_project : chr "Root criterion: contains a file '.vscode/settings.json'" |
105 | | - $ is_r_package : chr "Root criterion: contains a file 'DESCRIPTION' with contents matching '^Package: '" |
106 | | - $ is_remake_project : chr "Root criterion: contains a file 'remake.yml'" |
107 | | - $ is_pkgdown_project : chr [1:7] "Root criterion: one of" "- contains a file '_pkgdown.yml'" "- contains a file '_pkgdown.yaml'" "- contains a file 'pkgdown/_pkgdown.yml'" ... |
108 | | - $ is_renv_project : chr "Root criterion: contains a file 'renv.lock' with contents matching '\"Packages\":\\s*\\{'" |
109 | | - $ is_projectile_project: chr "Root criterion: contains a file '.projectile'" |
110 | | - $ is_quarto_project : chr "Root criterion: contains a file '_quarto.yml'" |
111 | | - $ is_git_root : chr [1:3] "Root criterion: one of" "- contains a directory '.git'" "- contains a file '.git' with contents matching '^gitdir: '" |
112 | | - $ is_svn_root : chr "Root criterion: contains a directory '.svn'" |
113 | | - $ is_vcs_root : chr [1:4] "Root criterion: one of" "- contains a directory '.git'" "- contains a file '.git' with contents matching '^gitdir: '" "- contains a directory '.svn'" |
| 103 | + $ is_rstudio_project : chr "Root criterion: contains a file matching \"[.]Rproj$\" with contents matching \"^Version: \" in the first line" |
| 104 | + $ is_vscode_project : chr "Root criterion: contains a file \".vscode/settings.json\"" |
| 105 | + $ is_r_package : chr "Root criterion: contains a file \"DESCRIPTION\" with contents matching \"^Package: \"" |
| 106 | + $ is_remake_project : chr "Root criterion: contains a file \"remake.yml\"" |
| 107 | + $ is_pkgdown_project : chr [1:7] "Root criterion: one of" "- contains a file \"_pkgdown.yml\"" "- contains a file \"_pkgdown.yaml\"" "- contains a file \"pkgdown/_pkgdown.yml\"" ... |
| 108 | + $ is_renv_project : chr "Root criterion: contains a file \"renv.lock\" with contents matching \"\"Packages\":\\s*\\{\"" |
| 109 | + $ is_projectile_project: chr "Root criterion: contains a file \".projectile\"" |
| 110 | + $ is_quarto_project : chr "Root criterion: contains a file \"_quarto.yml\"" |
| 111 | + $ is_git_root : chr [1:3] "Root criterion: one of" "- contains a directory \".git\"" "- contains a file \".git\" with contents matching \"^gitdir: \"" |
| 112 | + $ is_svn_root : chr "Root criterion: contains a directory \".svn\"" |
| 113 | + $ is_vcs_root : chr [1:4] "Root criterion: one of" "- contains a directory \".git\"" "- contains a file \".git\" with contents matching \"^gitdir: \"" "- contains a directory \".svn\"" |
114 | 114 | $ is_testthat : chr "Root criterion: directory name is \"testthat\" (also look in subdirectories: `tests/testthat`, `testthat`)" |
115 | 115 | $ from_wd : chr "Root criterion: from current working directory" |
116 | 116 |
|
|
0 commit comments