Skip to content

Commit 8613d88

Browse files
committed
Revert "[create-pull-request] automated change (#166)"
This reverts commit 4bfaac8.
1 parent 4bfaac8 commit 8613d88

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/testthat/_snaps/root.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
Root criterion: contains a file matching '[.]Rproj$' with contents matching '^Version: ' in the first line
4646
4747
$is_vscode_project
48-
Root criterion: contains a file '.vscode/settings.json'
48+
Root criterion: contains a file ".vscode/settings.json"
4949
5050
$is_r_package
5151
Root criterion: contains a file 'DESCRIPTION' with contents matching '^Package: '
@@ -100,17 +100,17 @@
100100
str(criteria)
101101
Output
102102
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\""
114114
$ is_testthat : chr "Root criterion: directory name is \"testthat\" (also look in subdirectories: `tests/testthat`, `testthat`)"
115115
$ from_wd : chr "Root criterion: from current working directory"
116116

0 commit comments

Comments
 (0)