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 fb6e390 commit eb82346Copy full SHA for eb82346
R/create.R
@@ -275,7 +275,10 @@ check_not_nested <- function(path, name) {
275
276
ui_line(
277
"New project {ui_value(name)} is nested inside an existing project \\
278
- {ui_path(path)}, which is rarely a good idea."
+ {ui_path(path)}, which is rarely a good idea.
279
+ If this is unexpected, the here package has a function, \\
280
+ {ui_code('here::dr_here()')} that reveals why {ui_path(path)} \\
281
+ is regarded as a project."
282
)
283
if (ui_nope("Do you want to create anyway?")) {
284
ui_stop("Aborting project creation.")
0 commit comments