Skip to content

Commit 2a85db9

Browse files
update Vue to 2.6.14
1 parent 4e0639f commit 2a85db9

File tree

7 files changed

+141
-88
lines changed

7 files changed

+141
-88
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
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.2
5-
Date: 2020-08-11
4+
Version: 0.5.3
5+
Date: 2021-11-25
66
Authors@R: c(
77
person(
88
"Evan","You"
@@ -31,5 +31,5 @@ Suggests:
3131
rmarkdown,
3232
shiny,
3333
testthat
34-
RoxygenNote: 7.1.1
34+
RoxygenNote: 7.1.2
3535
VignetteBuilder: knitr

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# vueR 0.5.3
2+
3+
* update vue to 2.6.14
4+
15
# vueR 0.5.2
26

37
* update vue to 2.6.11

R/dependencies.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ html_dependency_vue <- function(offline=TRUE, minified=TRUE){
4343

4444
if(!offline) {
4545
hd$src <- list(href=sprintf(
46-
"https://unpkg.com/vue/dist",
46+
"https://unpkg.com/vue@%s/dist/",
4747
vue_version()
4848
))
4949
}

R/meta.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#'@keywords internal
2-
vue_version <- function(){'2.6.11'}
2+
vue_version <- function(){'2.6.14'}

build/getvue.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# use the very nice rgithub
2-
# devtools::install_github("cscheid/rgithub")
1+
# use the very nice rgithub; still works but abandoned
2+
# remotes::install_github("cscheid/rgithub")
33

44
get_vue_latest <- function(){
55
gsub(

0 commit comments

Comments
 (0)