Skip to content

Commit

Permalink
Update templates/template_fluteMLE.R
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
  • Loading branch information
LaurenceKuhl and mashehu authored Jul 11, 2024
1 parent 08348dc commit 4cc3b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/template_fluteMLE.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
FluteMLE(mle, treatname= i, proj=i, ${args}, pathview.top=5)
},
error=function(e) {
print(paste0("Could not run FluteMLE with project ",i))
print(paste("Could not run FluteMLE with project",i))
}
)
}
Expand Down

0 comments on commit 4cc3b5b

Please sign in to comment.