Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
wicopa
Commits
bd91b5d2
Commit
bd91b5d2
authored
Jul 10, 2020
by
jlopez
Browse files
Add R 4.0.1
parent
e6684017
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
bd91b5d2
...
...
@@ -2,3 +2,5 @@ wicopa.sql
inc/conf/Conf.php
*.swp
.docker/db/wicopa/*
.idea/
.vscode/
inc/php/printPanel.php
View file @
bd91b5d2
...
...
@@ -34,6 +34,7 @@ function printSection($name, $db) {
<label for="selectedR" class="font-weight-bold">R version :</label>
<select class="custom-select" id="selectedR">
<option value="0" selected="selected" >None</option>
<option value="4.0.1">4.0.1</option>
<option value="3.6.3">3.6.3</option>
<option value="3.5.0">3.5.0</option>
</select>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment