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 22b89f2 commit 66f9cf3Copy full SHA for 66f9cf3
src/r-dependent-packages/lifecycle_script.sh
@@ -4,6 +4,8 @@ set -e
4
5
echo "Install dependent R packages..."
6
7
+ls -la
8
+
9
# R -q -e \
10
# 'pak::repo_add(@REPOS@); pak::local_install_deps("@ROOT@", dependencies = trimws(unlist(strsplit("@DEPS@", ","))))'
11
0 commit comments