Skip to content

Commit

Permalink
Document the R language
Browse files Browse the repository at this point in the history
Interpreted so used for both again.
  • Loading branch information
vmcj committed May 14, 2024
1 parent 27f269c commit 889ffcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/manual/install-language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ packages for Ubuntu as that is the most used at the moment of writing.
* - OCaml
- `ocaml`
-
* - R
- `r-base-core`
-
* - Ruby
- `ruby`
-
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/DataFixtures/DefaultData/LanguageFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function load(ObjectManager $manager): void
['plg', 'prolog', 'Prolog', ['plg'], false, 'Main file', false, true, 1, 'plg', '', ''],
['py3', 'python3', 'Python 3', ['py'], false, 'Main file', true, true, 1, 'py3', 'pypy3 --version', 'pypy3 --version'],
['ocaml', 'ocaml', 'OCaml', ['ml'], false, null, false, true, 1, 'ocaml', 'ocamlopt --version', ''],
['r', 'r', 'R', ['R'], false, 'Main file', false, true, 1, 'r', '', ''],
['r', 'r', 'R', ['R'], false, 'Main file', false, true, 1, 'r', 'Rscript --version', 'Rscript --version'],
['rb', 'ruby', 'Ruby', ['rb'], false, 'Main file', false, true, 1, 'rb', 'ruby --version', 'ruby --version'],
['rs', 'rust', 'Rust', ['rs'], false, null, false, true, 1, 'rs', 'rustc --version', ''],
['scala', 'scala', 'Scala', ['scala'], false, null, false, true, 1, 'scala', 'scalac -version', 'scala -version'],
Expand Down

0 comments on commit 889ffcb

Please sign in to comment.