VISCtemplates::create_visc_project() already checks for existence of .Rproj file and DESCRIPTION file in the path for the new project because it is built on usethis::create_package().
This PR adds two additional steps:
1) reminds the user of VISC analysis project naming conventions and asks if they would like to continue (#5 )
2) checks if directory exists, and if it exists, asks the user if they would like to continue (#13 )
VISCtemplates::create_visc_project()
already checks for existence of .Rproj file and DESCRIPTION file in the path for the new project because it is built onusethis::create_package()
.This PR adds two additional steps:
1) reminds the user of VISC analysis project naming conventions and asks if they would like to continue (#5 ) 2) checks if directory exists, and if it exists, asks the user if they would like to continue (#13 )