/usr/lib/R/site-library/snow/RunSnowNode is in r-cran-snow 1:0.4.2-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #!/bin/sh
export R_LIBS=${R_SNOW_LIB}:${R_LIBS}
exec $R_SNOW_LIB/snow/$1
|