Skip to content

Commit cd38172

Browse files
update to vue 2.5.17
1 parent cd7357d commit cd38172

File tree

10 files changed

+78
-67
lines changed

10 files changed

+78
-67
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: vueR
22
Type: Package
33
Title: 'Vuejs' Helpers and 'Htmlwidget'
4-
Version: 0.5.0
5-
Date: 2018-03-19
4+
Version: 0.5.1
5+
Date: 2018-10-23
66
Authors@R: c(
77
person(
88
"Evan","You"

R/meta.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#'@keywords internal
2-
vue_version <- function(){'2.5.16'}
2+
vue_version <- function(){'2.5.17'}

README.md

+21-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
3-
[![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)
43

5-
[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).
4+
[![Travis-CI Build
5+
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)
66

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

917
### Installation
1018

11-
`vueR` aims to achieve CRAN status, but for now, it only exists on Github.
19+
`vueR` aims to achieve CRAN status, but for now, it only exists on
20+
Github.
1221

1322
devtools::install_github("timelyportfolio/vueR")
1423

1524
### Example
1625

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

1929
``` r
2030
library(htmltools)
@@ -40,7 +50,8 @@ browsable(
4050
)
4151
```
4252

43-
`vueR` gives us an `htmlwidget` that can ease the code burden from above.
53+
`vueR` gives us an `htmlwidget` that can ease the code burden from
54+
above.
4455

4556
``` r
4657
library(vueR)
@@ -64,4 +75,7 @@ browsable(
6475

6576
### Code of Conduct
6677

67-
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.
78+
I would love for you to participate and help with `vueR`, but please
79+
note that this project is released with a [Contributor Code of
80+
Conduct](CONDUCT.md). By participating in this project you agree to
81+
abide by its terms.

docs/articles/index.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/intro_to_vueR.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+38-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.html

+9-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/index.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/vue/dist/vue.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.5.16
2+
* Vue.js v2.5.17
33
* (c) 2014-2018 Evan You
44
* Released under the MIT License.
55
*/
@@ -5075,7 +5075,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
50755075
value: FunctionalRenderContext
50765076
});
50775077

5078-
Vue.version = '2.5.16';
5078+
Vue.version = '2.5.17';
50795079

50805080
/* */
50815081

inst/www/vue/dist/vue.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)