Skip to content

Commit

Permalink
test: update for temporary test
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed May 12, 2024
1 parent 633a5bb commit a26f9aa
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/r-dependent-packages/lifecycle_script.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
#!/usr/bin/env bash

set -e

echo "Install dependent R packages..."

Rscript -e \
'pak::repo_add(@REPOS@);
pak::local_install_deps("@ROOT@", dependencies = trimws(unlist(strsplit("@DEPS@", ","))))'

echo "Done!"
echo "This script is empty. Done nothing..."

0 comments on commit a26f9aa

Please sign in to comment.