Skip to content

Commit

Permalink
update blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnathv committed Apr 12, 2013
1 parent 7c71af2 commit f4ec899
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 18 deletions.
7 changes: 3 additions & 4 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ author: Ramnath Vaidyanathan
github:
user: ramnathv
repo: rChartsShiny
branch: "gh-pages"
framework: minimal
mode: selfcontained
widgets: polycharts
Expand Down Expand Up @@ -184,13 +185,11 @@ Finally, we place the code required to read and process the data in `global.R` s

### Notes

This blog post is a github repo and is reproducible using the [slidify](http://slidify.org) package. You can download/clone this repo and run `slidify("index.Rmd")` to reproduce the entire post along with the embedded charts.

Most of the implementation in `rCharts` is inspired by [rHighcharts](https://github.com/metagraf/rHighcharts) and [rVega](https://github.com/metagraf/rVega). I have reused some code from these packages verbatim, and would like to acknowledge the efforts of its author [Thomas Reinholdsson](https://github.com/reinholdsson).
This blog post is a github repo and is reproducible using the [slidify](http://slidify.org) package. You can download/clone this repo and run `slidify("index.Rmd")` to reproduce the entire post along with the embedded charts. If you have any questions or comments, please use the [issues page](https://github.com/ramnathv/rChartsShiny/issues/new), tagging it appropriately.

### License

`rCharts` is licensed under the MIT License. However, the Polycharts JavaScript library that is included in this package is not free for commercial use, and is licensed under Creative Commons 3.0 Attribution & Non-commercial. Read more about its license at http://polychart.com/js/license.
`rCharts` is licensed under the MIT License. However, the Polycharts JavaScript library used to create these charts is not free for commercial use. You can read more about its license at http://polychart.com/js/license.



10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ <h1>rCharts</h1>
</a>
</p>
<ul>
<li><a href="https://github.com/ramnathv/rChartsShiny/zipball/master">
<li><a href="https://github.com/ramnathv/rChartsShiny/zipball/gh-pages">
Download <strong>ZIP File</strong>
</a></li>
<li><a href="https://github.com/ramnathv/rChartsShiny/tarball/master">
<li><a href="https://github.com/ramnathv/rChartsShiny/tarball/gh-pages">
Download <strong>TAR Ball</strong>
</a></li>
<li><a href="http://github.com/ramnathv/rChartsShiny">
Expand Down Expand Up @@ -196,13 +196,11 @@ <h4>Chart Output (server.R)</h4>

<h3>Notes</h3>

<p>This blog post is a github repo and is reproducible using the <a href="http://slidify.org">slidify</a> package. You can download/clone this repo and run <code>slidify(&quot;index.Rmd&quot;)</code> to reproduce the entire post along with the embedded charts.</p>

<p>Most of the implementation in <code>rCharts</code> is inspired by <a href="https://github.com/metagraf/rHighcharts">rHighcharts</a> and <a href="https://github.com/metagraf/rVega">rVega</a>. I have reused some code from these packages verbatim, and would like to acknowledge the efforts of its author <a href="https://github.com/reinholdsson">Thomas Reinholdsson</a>.</p>
<p>This blog post is a github repo and is reproducible using the <a href="http://slidify.org">slidify</a> package. You can download/clone this repo and run <code>slidify(&quot;index.Rmd&quot;)</code> to reproduce the entire post along with the embedded charts. If you have any questions or comments, please use the <a href="https://github.com/ramnathv/rChartsShiny/issues/new">issues page</a>, tagging it appropriately.</p>

<h3>License</h3>

<p><code>rCharts</code> is licensed under the MIT License. However, the Polycharts JavaScript library that is included in this package is not free for commercial use, and is licensed under Creative Commons 3.0 Attribution &amp; Non-commercial. Read more about its license at <a href="http://polychart.com/js/license">http://polychart.com/js/license</a>.</p>
<p><code>rCharts</code> is licensed under the MIT License. However, the Polycharts JavaScript library used to create these charts is not free for commercial use. You can read more about its license at <a href="http://polychart.com/js/license">http://polychart.com/js/license</a>.</p>

</section>
<footer>
Expand Down
7 changes: 3 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ author: Ramnath Vaidyanathan
github:
user: ramnathv
repo: rChartsShiny
branch: "gh-pages"
framework: minimal
mode: selfcontained
widgets: polycharts
Expand Down Expand Up @@ -200,13 +201,11 @@ Finally, we place the code required to read and process the data in `global.R` s

### Notes

This blog post is a github repo and is reproducible using the [slidify](http://slidify.org) package. You can download/clone this repo and run `slidify("index.Rmd")` to reproduce the entire post along with the embedded charts.

Most of the implementation in `rCharts` is inspired by [rHighcharts](https://github.com/metagraf/rHighcharts) and [rVega](https://github.com/metagraf/rVega). I have reused some code from these packages verbatim, and would like to acknowledge the efforts of its author [Thomas Reinholdsson](https://github.com/reinholdsson).
This blog post is a github repo and is reproducible using the [slidify](http://slidify.org) package. You can download/clone this repo and run `slidify("index.Rmd")` to reproduce the entire post along with the embedded charts. If you have any questions or comments, please use the [issues page](https://github.com/ramnathv/rChartsShiny/issues/new), tagging it appropriately.

### License

`rCharts` is licensed under the MIT License. However, the Polycharts JavaScript library that is included in this package is not free for commercial use, and is licensed under Creative Commons 3.0 Attribution & Non-commercial. Read more about its license at http://polychart.com/js/license.
`rCharts` is licensed under the MIT License. However, the Polycharts JavaScript library used to create these charts is not free for commercial use. You can read more about its license at http://polychart.com/js/license.



4 changes: 2 additions & 2 deletions libraries/frameworks/leapday/partials/banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<div class="downloads">
<span>Downloads:</span>
<ul>
<li><a href="https://github.com/{{user}}/{{repo}}/zipball/master" class="button">
<li><a href="https://github.com/{{user}}/{{repo}}/zipball/{{branch}}" class="button">
ZIP
</a></li>
<li><a href="https://github.com/{{user}}/{{repo}}/tarball/master" class="button">
<li><a href="https://github.com/{{user}}/{{repo}}/tarball/{{branch}}" class="button">
TAR
</a></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions libraries/frameworks/minimal/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ <h1>{{{ page.title }}}</h1>
</a>
</p>
<ul>
<li><a href="https://github.com/{{user}}/{{repo}}/zipball/master">
<li><a href="https://github.com/{{user}}/{{repo}}/zipball/{{branch}}">
Download <strong>ZIP File</strong>
</a></li>
<li><a href="https://github.com/{{user}}/{{repo}}/tarball/master">
<li><a href="https://github.com/{{user}}/{{repo}}/tarball/{{branch}}">
Download <strong>TAR Ball</strong>
</a></li>
<li><a href="http://github.com/{{user}}/{{repo}}">
Expand Down
Binary file modified payload.RData
Binary file not shown.

0 comments on commit f4ec899

Please sign in to comment.