In the interest of making projects usable for people who don't use RStudio.
Make new_project_folder() to not ASSUME that an .Rproj file is being used. Also make sure it has no more than one .Rproj file.
In the same vein, maybe tweak warning messages for copy_project? Maybe not.
In the interest of making projects usable for people who don't use RStudio.
Make
new_project_folder()
to not ASSUME that an .Rproj file is being used. Also make sure it has no more than one .Rproj file. In the same vein, maybe tweak warning messages for copy_project? Maybe not.