Skip to content

Commit

Permalink
change microsoft fabric link to fluent; found with winbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
timelyportfolio committed Jul 12, 2020
1 parent 5f47774 commit 315242e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

* Update to react `15.5.0`
* Update to babel `6.24.0`
* Add [office-fabric-react](http://dev.office.com/fabric) example
* Add [fluent-ui(fabric)](https://developer.microsoft.com/en-us/fluentui#/get-started#fluent-ui-react) example
* Build doc site with `pkgdown`

# reactR 0.1.1
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Test environments
* local Windows 10 install, R 3.4.0
* local Windows 10 install, R 3.6.2
* rhub check_for_cran
* winbuilder
* travis-ci
Expand Down
6 changes: 3 additions & 3 deletions inst/examples/office-fabric.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ library(reactR)

fabric <- htmlDependency(
name = "office-fabric-ui-react",
version = "5.23.0",
src = c(href="https://unpkg.com/office-ui-fabric-react/dist"),
script = "office-ui-fabric-react.js",
version = "7.121.12",
src = c(href="https://unpkg.com/office-ui-fabric-react@7.121.12/dist/"),
script = "office-ui-fabric-react.min.js",
stylesheet = "css/fabric.min.css"
)

Expand Down

0 comments on commit 315242e

Please sign in to comment.