Skip to content

Commit fe93311

Browse files
committed
block
1 parent c59e82e commit fe93311

File tree

5 files changed

+13
-17
lines changed

5 files changed

+13
-17
lines changed

Diff for: ggiraph.html

+5-7
Large diffs are not rendered by default.

Diff for: ggstance.Rmd

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ title: "ggplot2 extensions: ggstance"
88
ggstance implements horizontal versions of common ggplot2 geoms.
99

1010
```{r message=FALSE,warning=FALSE}
11+
# Example from https://github.com/lionel-/ggstance
1112
library("ggplot2")
1213
library("ggstance")
1314

Diff for: ggstance.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h3 class="navbar-left"><strong>ggplot2</strong> extensions</h3>
7979
</nav>
8080
</div>
8181

82-
<div class="showcase-header hidden">
82+
<div class="showcase-header">
8383

8484
<div id = "showcase-intro">
8585
ggplot2 now has an official extension mechanism. This means that others can now easily create their own stats, geoms and positions, and provide them in other packages. This should allow the ggplot2 community to flourish, even as less development work happens in ggplot2 itself. This page showcases these extensions.
@@ -102,15 +102,13 @@ <h5 class="list-group-item-heading">ggstance</h5>
102102

103103
</div> <!-- col-sm-4 -->
104104

105-
<div class="col-sm-8" id="showcase-body">
106-
107-
</div> <!-- col-sm-8 -->
105+
<div class="col-sm-8" id="showcase-body"></div> <!-- col-sm-8 -->
108106

109107
</div> <!-- row -->
110108

111109
</div> <!-- showcase-header -->
112110

113-
<div id="page-body">
111+
<div id="page-body"></div>
114112

115113
<!--/html_preserve-->
116114

@@ -123,7 +121,8 @@ <h1 class="title">ggplot2 extensions: ggstance</h1>
123121
<h3>ggstance</h3>
124122
<p><a href="https://github.com/lionel-/ggstance" class="uri">https://github.com/lionel-/ggstance</a></p>
125123
<p>ggstance implements horizontal versions of common ggplot2 geoms.</p>
126-
<pre class="r"><code>library(&quot;ggplot2&quot;)
124+
<pre class="r"><code># Example from https://github.com/lionel-/ggstance
125+
library(&quot;ggplot2&quot;)
127126
library(&quot;ggstance&quot;)
128127

129128
# Vertical

Diff for: include/before_body.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h3 class="navbar-left"><strong>ggplot2</strong> extensions</h3>
1111
</nav>
1212
</div>
1313

14-
<div class="showcase-header hidden">
14+
<div class="showcase-header">
1515

1616
<div id = "showcase-intro">
1717
ggplot2 now has an official extension mechanism. This means that others can now easily create their own stats, geoms and positions, and provide them in other packages. This should allow the ggplot2 community to flourish, even as less development work happens in ggplot2 itself. This page showcases these extensions.
@@ -34,9 +34,7 @@ <h5 class="list-group-item-heading">ggstance</h5>
3434

3535
</div> <!-- col-sm-4 -->
3636

37-
<div class="col-sm-8" id="showcase-body">
38-
39-
</div> <!-- col-sm-8 -->
37+
<div class="col-sm-8" id="showcase-body"></div> <!-- col-sm-8 -->
4038

4139
</div> <!-- row -->
4240

Diff for: index.md renamed to index.Rmd

File renamed without changes.

0 commit comments

Comments
 (0)