Skip to content

Commit

Permalink
update to vue 2.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
timelyportfolio committed Oct 24, 2018
1 parent cd7357d commit cd38172
Show file tree
Hide file tree
Showing 10 changed files with 78 additions and 67 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: vueR
Type: Package
Title: 'Vuejs' Helpers and 'Htmlwidget'
Version: 0.5.0
Date: 2018-03-19
Version: 0.5.1
Date: 2018-10-23
Authors@R: c(
person(
"Evan","You"
Expand Down
2 changes: 1 addition & 1 deletion R/meta.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#'@keywords internal
vue_version <- function(){'2.5.16'}
vue_version <- function(){'2.5.17'}
28 changes: 21 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->
[![Travis-CI Build Status](https://travis-ci.org/timelyportfolio/vuer.svg?branch=master)](https://travis-ci.org/timelyportfolio/vueR)[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/vueR)](https://cran.r-project.org/package=vueR)

[Vue.js](https://vuejs.org) is a quiet, very popular JavaScript framework with an impressive set of features, a solid community, and MIT license. Don't tell anybody, but I think I might even like it better than React. With all this, Vue deserves its own set of helpers for `R`, just like [`d3r`](https://github.com/timelyportfolio/d3r) and [`reactR`](https://github.com/timelyportfolio/reactR).
[![Travis-CI Build
Status](https://travis-ci.org/timelyportfolio/vuer.svg?branch=master)](https://travis-ci.org/timelyportfolio/vueR)[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/vueR)](https://cran.r-project.org/package=vueR)

`vueR` provides these helpers with its dependency function `html_dependency_vue` and ?htmlwidget?.
[Vue.js](https://vuejs.org) is a quiet, very popular JavaScript
framework with an impressive set of features, a solid community, and MIT
license. Don’t tell anybody, but I think I might even like it better
than React. With all this, Vue deserves its own set of helpers for `R`,
just like [`d3r`](https://github.com/timelyportfolio/d3r) and
[`reactR`](https://github.com/timelyportfolio/reactR).

`vueR` provides these helpers with its dependency function
`html_dependency_vue` and ?htmlwidget?.

### Installation

`vueR` aims to achieve CRAN status, but for now, it only exists on Github.
`vueR` aims to achieve CRAN status, but for now, it only exists on
Github.

devtools::install_github("timelyportfolio/vueR")

### Example

We'll start with a recreation of the simple "Hello World" example from the Vue.js documentation. This is the hard way.
We’ll start with a recreation of the simple “Hello World” example from
the Vue.js documentation. This is the hard way.

``` r
library(htmltools)
Expand All @@ -40,7 +50,8 @@ browsable(
)
```

`vueR` gives us an `htmlwidget` that can ease the code burden from above.
`vueR` gives us an `htmlwidget` that can ease the code burden from
above.

``` r
library(vueR)
Expand All @@ -64,4 +75,7 @@ browsable(

### Code of Conduct

I would love for you to participate and help with `vueR`, but please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
I would love for you to participate and help with `vueR`, but please
note that this project is released with a [Contributor Code of
Conduct](CONDUCT.md). By participating in this project you agree to
abide by its terms.
2 changes: 1 addition & 1 deletion docs/articles/index.html

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

2 changes: 1 addition & 1 deletion docs/articles/intro_to_vueR.html

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

76 changes: 38 additions & 38 deletions docs/index.html

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

21 changes: 9 additions & 12 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/reference/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 inst/www/vue/dist/vue.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.16
* Vue.js v2.5.17
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
Expand Down Expand Up @@ -5075,7 +5075,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
value: FunctionalRenderContext
});

Vue.version = '2.5.16';
Vue.version = '2.5.17';

/* */

Expand Down
4 changes: 2 additions & 2 deletions inst/www/vue/dist/vue.min.js

Large diffs are not rendered by default.

0 comments on commit cd38172

Please sign in to comment.