Skip to content

Commit 1a0ac0b

Browse files
document and pkgdown
1 parent 96d59cc commit 1a0ac0b

27 files changed

+1935
-601
lines changed

Diff for: DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ Suggests:
3131
rmarkdown,
3232
shiny,
3333
testthat
34-
RoxygenNote: 6.0.1
34+
RoxygenNote: 7.1.1
3535
VignetteBuilder: knitr

Diff for: README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ knitr::opts_chunk$set(
1212
)
1313
```
1414

15-
[![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)
15+
[![Travis-CI Build Status](https://travis-ci.org/vue-r/vuer.svg?branch=master)](https://travis-ci.org/vue-r/vueR)[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/vueR)](https://cran.r-project.org/package=vueR)
1616

1717
[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/react-r/reactR).
1818

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

44
[![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)
5+
Status](https://travis-ci.org/vue-r/vuer.svg?branch=master)](https://travis-ci.org/vue-r/vueR)[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/vueR)](https://cran.r-project.org/package=vueR)
66

77
[Vue.js](https://vuejs.org) is a quiet, very popular JavaScript
88
framework with an impressive set of features, a solid community, and MIT
99
license. Don’t tell anybody, but I think I might even like it better
1010
than React. With all this, Vue deserves its own set of helpers for `R`,
1111
just like [`d3r`](https://github.com/timelyportfolio/d3r) and
12-
[`reactR`](https://github.com/timelyportfolio/reactR).
12+
[`reactR`](https://github.com/react-r/reactR).
1313

1414
`vueR` provides these helpers with its dependency function
1515
`html_dependency_vue` and ?htmlwidget?.
@@ -19,7 +19,7 @@ just like [`d3r`](https://github.com/timelyportfolio/d3r) and
1919
`vueR` aims to achieve CRAN status, but for now, it only exists on
2020
Github.
2121

22-
devtools::install_github("timelyportfolio/vueR")
22+
devtools::install_github("vue-r/vueR")
2323

2424
### Example
2525

Diff for: docs/404.html

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

Diff for: docs/CONDUCT.html

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

Diff for: docs/LICENSE

-22
This file was deleted.

0 commit comments

Comments
 (0)