Skip to content
Snippets Groups Projects
Commit 59a7297b authored by Holger Brandl's avatar Holger Brandl
Browse files

fixed snippet setup

parent dcdc91ad
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,9 @@ rendr_snippet(){
## test if present in PATH
if [ -z "$(which rendr.R)" ]; then
>&2 echo "rendr.R is not installed. See https://github.com/holgerbrandl/datautils/tree/master/R/rendr for details"
if [ -z "$(which rend.R 2>/dev/null)" ]; then
echo "rendr.R is not installed. See https://github.com/holgerbrandl/datautils/tree/master/R/rendr for details" >&2
return
fi
reportName=$1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment