Skip to content

Commit

Permalink
Merge pull request #3607 from hieeupomalrf/R_commands
Browse files Browse the repository at this point in the history
Add R execution command
  • Loading branch information
frlan committed Oct 20, 2023
2 parents 0fd68e4 + 6104d00 commit f86c4de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/filedefs/filetypes.r
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,8 @@ context_action_cmd=
#width=4
# 0 is spaces, 1 is tabs, 2 is tab & spaces
#type=1

[build_settings]
# %f will be replaced by the complete filename
# %e will be replaced by the filename without extension
run_cmd=Rscript "%f"

0 comments on commit f86c4de

Please sign in to comment.