We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d502a commit 36d30dbCopy full SHA for 36d30db
DESCRIPTION
@@ -1,8 +1,8 @@
1
Package: vueR
2
Type: Package
3
Title: 'Vuejs' Helpers and 'Htmlwidget'
4
-Version: 0.2.0
5
-Date: 2017-04-27
+Version: 0.3.0
+Date: 2017-07-13
6
Authors@R: c(
7
person(
8
"Evan","You"
@@ -29,6 +29,7 @@ Imports:
29
Suggests:
30
knitr,
31
rmarkdown,
32
- shiny
+ shiny,
33
+ testthat
34
RoxygenNote: 6.0.1
35
VignetteBuilder: knitr
NEWS.md
@@ -0,0 +1,6 @@
+# vueR 0.3.0
+
+* Added a `NEWS.md` file to track changes to the package.
+* Updated to Vue [2.4.0](https://github.com/vuejs/vue/releases/tag/v2.4.0)/2.4.1
+* Added tests for vue dependencies
R/meta.R
@@ -1,2 +1,2 @@
#'@keywords internal
-vue_version <- function(){'2.3.0'}
+vue_version <- function(){'2.4.1'}
0 commit comments