Skip to content

Commit f6c94c2

Browse files
committed
Rscript
1 parent 4366213 commit f6c94c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dataloader.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const languages = {
1010
".js": "node",
1111
".ts": "tsx",
1212
".py": "python3",
13-
".r": "RScript",
14-
".R": "RScript",
13+
".r": "Rscript",
14+
".R": "Rscript",
1515
".sh": "sh",
1616
".exe": null
1717
};

0 commit comments

Comments
 (0)