We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a61e0c commit 32d9877Copy full SHA for 32d9877
R/prep-submission.R
@@ -23,6 +23,7 @@ zip_paper <- function(){
23
cli::cli_h1("Check for folder structure")
24
res <- check_folder_structure(".")
25
cli::cli_h1("Prepare paper zip")
26
+ continue <- FALSE
27
if (res != "SUCCESS"){
28
continue <- yesno::yesno2(
29
"ERRORs or WARNINGs generated from checking the folder structure.
0 commit comments