We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1944950 commit b2b8e9aCopy full SHA for b2b8e9a
src/rprocessing/Runner.java
@@ -39,7 +39,7 @@ private static void log(final Object... objs) {
39
40
public static void main(final String[] args) throws Exception {
41
if (args.length < 1) {
42
- throw new RuntimeException("I need the path of your R script as an argument.");
+ throw new RuntimeException("The path of your R script is needed as an argument.");
43
}
44
try {
45
sketch = new StandaloneSketch(args);
0 commit comments