Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskarvk committed May 11, 2017
1 parent 249f990 commit 22bb75d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## New Stuff

* Upgraded pym.js lib to 1.2.0
* Rewrote how widgetframe is knitted and added a vignette to describe the same.

# widgetframe 0.1.0

Expand Down
4 changes: 2 additions & 2 deletions docs/articles/Using_widgetframe.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vignettes/Using_widgetframe.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For each of the document type below you can find fully working example code in t
- Works With
* [Flex Dashboard](http://rmarkdown.rstudio.com/flexdashboard/): [Demo](https://rawgit.com/bhaskarvk/widgetframe/master/inst/examples/flexdashboard/dashboard.html).
* [RMarkdown](rmarkdown.rstudio.com) + [knitr](yihui.name/knitr/): [Demo](https://rawgit.com/bhaskarvk/widgetframe/master/inst/examples/rmarkdown/knitr_example.html).
* [RMarkdown Website](http://rmarkdown.rstudio.com/lesson-13.html): [Demo](https://rawgit.com/bhaskarvk/widgetframe/master/inst/examples/rmarkdown-website/index.html).
* [RMarkdown Website](http://rmarkdown.rstudio.com/lesson-13.html): [Demo](https://rawgit.com/bhaskarvk/widgetframe/master/inst/examples/rmarkdown-website/site/index.html).
* [Xaringan Presentations](https://slides.yihui.name/xaringan/): [Demo](https://rawgit.com/bhaskarvk/widgetframe/master/inst/examples/xaringan/widgetframe.html#1).<br/>(May also work with other RMarkdown + knitr based presentations.)
* [Bookdown](https://bookdown.org/) gitbook: (Needs a Makefile for assembly). [Demo](https://rawgit.com/bhaskarvk/widgetframe/master/inst/examples/bookdown/book/index.html).

Expand All @@ -33,7 +33,7 @@ For each of the document type below you can find fully working example code in t

### Installation

Avaliable on [CRAN](https://cran.rstudio.com/web/packages/widgetframe/) and can be installed using ...
Avaliable on [CRAN](https://cran.r-project.org/package=widgetframe) and can be installed using ...

```{r, eval=FALSE}
install.packages('widgetframe')
Expand Down

0 comments on commit 22bb75d

Please sign in to comment.