File tree 1 file changed +6
-5
lines changed 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
11
< script > hljs . initHighlightingOnLoad ( ) ; </ script >
12
12
{% endif %}
13
13
14
- {% if page.language == "plotly_js" or page.language == "r" %}
14
+ {% if page.language == "plotly_js" or page.language == "r" or page.language == "ggplot2" %}
15
15
<!-- Plotly.js -->
16
16
< script src ="https://cdn.plot.ly/plotly-latest.min.js "> </ script >
17
17
{% endif %}
18
-
18
+
19
+ {% if page.language == "r" or page.language == "ggplot2" %}
20
+ < script src ="/all_static/r_files/r_dependencies.js "> </ script >
21
+ {% endif %}
19
22
<!--
20
23
//// Stylesheets
21
24
-->
46
49
< script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js "
47
50
integrity ="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS "
48
51
crossorigin ="anonymous "> </ script >
49
- {% if page.language == "r" %}
50
- < script src ="/all_static/r_files/r_dependencies.js "> </ script >
51
- {% endif %}
52
+
52
53
53
54
</ head >
You can’t perform that action at this time.
0 commit comments