We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d454280 commit 8fc2caaCopy full SHA for 8fc2caa
DESCRIPTION
@@ -1,5 +1,5 @@
1
Package: future.batchtools
2
-Version: 0.12.2-9986
+Version: 0.12.2-9987
3
Depends:
4
R (>= 3.2.0),
5
parallelly,
inst/templates/bash.tmpl
@@ -46,6 +46,14 @@ exec > <%= log.file %> 2>&1
46
))
47
} %>
48
49
+echo "Session information:"
50
+echo "- timestamp: $(date)"
51
+echo "- hostname: $(hostname)"
52
+echo "- Rscript path: $(which Rscript)"
53
+echo "- Rscript version: $(Rscript --version)"
54
+echo "- Rscript library paths: $(Rscript -e "cat(shQuote(.libPaths()), sep = ' ')")"
55
+echo
56
+
57
# Launch R and evaluate the batchtools R job
58
echo "Rscript -e 'batchtools::doJobCollection()' ..."
59
echo "- job name: '<%= job.name %>'"
0 commit comments