Skip to content

Commit

Permalink
added R wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Jan 29, 2024
1 parent 52b7d1c commit 02f85ef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions opt/cs50/bin/R
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

IMAGE="rocker/r-ver"

docker run \
--interactive \
--rm \
--tty \
--volume "$LOCAL_WORKSPACE_FOLDER":/mnt \
--workdir /mnt \
"$IMAGE"

0 comments on commit 02f85ef

Please sign in to comment.