File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [[ -x "${JULIA}" ]] && "${JULIA}" --version >/dev/null; then
2626 echo ' Julia is installed.' >&2
2727 exit 0
2828else
29- echo ' ERROR: missing dependency. Please download Julia version >= 0.4 (http://julialang.org/). Once installed, run the command again.' >&2
29+ echo ' ERROR: missing dependency. Please download Julia version >= 0.5 (http://julialang.org/). Once installed, run the command again.' >&2
3030 exit 1
3131fi
3232
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [[ -x "${PYTHON}" ]] && "${PYTHON}" --version >/dev/null; then
2626 echo ' Python is installed.' >&2
2727 exit 0
2828else
29- echo ' ERROR: missing dependency. Please download Python version >= 2.7 (https://www.python.org/). Once installed, run the command again.' >&2
29+ echo ' ERROR: missing dependency. Please download Python version 2.7 (https://www.python.org/). Once installed, run the command again.' >&2
3030 exit 1
3131fi
3232
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [[ -x "${R}" ]] && "${R}" --version >/dev/null; then
2626 echo ' R is installed.' >&2
2727 exit 0
2828else
29- echo ' ERROR: missing dependency. Please download R version >= 3.0.0 (https://www.r-project.org/). Once installed, run the command again.' >&2
29+ echo ' ERROR: missing dependency. Please download R version >= 3.3.3 (https://www.r-project.org/). Once installed, run the command again.' >&2
3030 exit 1
3131fi
3232
You can’t perform that action at this time.
0 commit comments