We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2e155 commit 0592077Copy full SHA for 0592077
DESCRIPTION
@@ -37,7 +37,7 @@ Imports:
37
purrr,
38
rappdirs,
39
rlang (>= 1.1.0),
40
- rprojroot (>= 1.2),
+ rprojroot (>= 2.1.1),
41
rstudioapi,
42
stats,
43
tools,
R/proj.R
@@ -197,8 +197,7 @@ proj_crit <- function() {
197
rprojroot::is_rstudio_project |
198
rprojroot::is_r_package |
199
rprojroot::is_git_root |
200
- # use rprojroot::is_vscode_project at some point in the future
201
- rprojroot::has_file(".vscode/settings.json") |
+ rprojroot::is_vscode_project |
202
rprojroot::is_quarto_project |
203
rprojroot::is_renv_project |
204
rprojroot::is_remake_project |
0 commit comments