Skip to content

Commit

Permalink
switch back to R
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumWalley committed Sep 24, 2023
1 parent e341e8c commit ff38bd3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@ sched:
efficiency: "nn_seff"
projectcode: "nesi99991"

# # For 'R'
# example:
# lang: "R"
# shell: "{{ site.example.shell }} "
# script: "array_sum.r"
# module: "R/4.3.1-gimkl-2022a"

# For 'R'
example:
lang: "Python"
shell: "python"
script: "array_sum.py"
module: "Python/3.11.3-gimkl-2022a"
lang: "R"
shell: "Rscript "
script: "array_sum.r"
module: "R/4.3.1-gimkl-2022a"

# For 'python'
# example:
# lang: "Python"
# shell: "python"
# script: "array_sum.py"
# module: "Python/3.11.3-gimkl-2022a"

episode_order:
- 01-cluster
Expand Down

0 comments on commit ff38bd3

Please sign in to comment.