search for: nothingburger

Displaying 2 results from an estimated 2 matches for "nothingburger".

2024 Dec 13
1
Is it advisable/possible to default on Linux to an EDITOR that actually exists?
...ibutions may have defined sets of packages deemed 'essential', editors do not seem to be part of that here. Anyway, when you are calling edit(), or call a function calling edit() you can always override appropriately with both an environment variable or an R option so this all seems like a nothingburger to me. "If on systems that don't have all tools, maybe don't call functions from package `usethis`" (which makes reasonable assumptions about what could be present) also seems like a valid strategy. Dirk -- dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2024 Dec 11
1
Is it advisable/possible to default on Linux to an EDITOR that actually exists?
Thanks Simon, I didn't know that! That's definitely a compelling reason to leave the current default untouched and to eschew any finicky attempts to find back-up editors. Still, I think there is benefit from checking quickly that 'editor' exists at run-time in file.edit() -- the current failure mode is unusual (a shell error & R warning). Offering an R error would also