-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No check for an unsaved script #158
Comments
I am not sure that there was something we detected previously, unless you had literally nothing in the directory. The idea that orderly reports can be trivial is one of the aims here, so there's not a lot we can warn about. |
Yeah, fair. Previously the orderly task would not run if (1) |
If you are using RStudio we might be able to use the API to detect an unsaved report and show a warning. I don't know how useful or desirable it is though? |
Thanks, yeah, I don't know how to use RStudio unfortunately :). I think we can close this out. Pain free deleting from the archive will make this more of a shrug. |
A common silly thing I do is to create an orderly task, create a script and do a lot of development in it, but then forget to save it and run the report.
In orderly1, this would throw a "script my-script.R does not exist" error or something like that. In orderly2, this doesn't give me any indication that I've probably done a silly thing.
Minor thing, but I missed that old error message saving me today, if there's anything that could be checked to warn me not done what I want.
The text was updated successfully, but these errors were encountered: