Move R path to install_dependencies

This commit is contained in:
2024-08-04 21:43:06 -04:00
parent 1d4848c01e
commit a451aa4783

View File

@@ -517,9 +517,9 @@ interactive_header() {
for ((c=1; c<2; c++)); do # safe loop that only runs once
cat <<-EOF
${underline}Enter project number(s) to analyze${nounderline}
* <Enter> for the latest project
* A comma-separated list of project numbers: 2,5,12
* 0 to add a new project
* <Enter> for the latest project
* A comma-separated list of project numbers: 2,5,12
* 0 to add a new project
EOF
((YES)) || read -r -p "($num): " response
echo ""