File tree Expand file tree Collapse file tree 7 files changed +1122
-637
lines changed Expand file tree Collapse file tree 7 files changed +1122
-637
lines changed Original file line number Diff line number Diff line change 11Package: vueR
22Type: Package
33Title: 'Vuejs' Helpers and 'Htmlwidget'
4- Version: 0.2 .0
5- Date: 2017-04-27
4+ Version: 0.3 .0
5+ Date: 2017-07-13
66Authors@R: c(
77 person(
88 "Evan","You"
@@ -29,6 +29,7 @@ Imports:
2929Suggests:
3030 knitr,
3131 rmarkdown,
32- shiny
32+ shiny,
33+ testthat
3334RoxygenNote: 6.0.1
3435VignetteBuilder: knitr
Original file line number Diff line number Diff line change 1+ # vueR 0.3.0
2+
3+ * Added a ` NEWS.md ` file to track changes to the package.
4+ * Updated to Vue [ 2.4.0] ( https://github.com/vuejs/vue/releases/tag/v2.4.0 ) /2.4.1
5+ * Added tests for vue dependencies
6+
Original file line number Diff line number Diff line change 11# '@keywords internal
2- vue_version <- function (){' 2.3.0 ' }
2+ vue_version <- function (){' 2.4.1 ' }
You can’t perform that action at this time.
0 commit comments