Skip to content

Commit f484c33

Browse files
committed
2.0.3 : fix vignette builder for CRAN
1 parent dfe6319 commit f484c33

File tree

5 files changed

+20
-819
lines changed

5 files changed

+20
-819
lines changed

DESCRIPTION

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: visNetwork
22
Title: Network Visualization using 'vis.js' Library
3-
Version: 2.0.2
4-
Date: 2017-12-18
3+
Version: 2.0.3
4+
Date: 2018-01-09
55
Authors@R: c(
66
person(family = "Almende B.V.", role = c("aut", "cph"),
77
comment = "vis.js library in htmlwidgets/lib, http://visjs.org, http://www.almende.com/home"),
@@ -29,6 +29,8 @@ Imports:
2929
License: MIT + file LICENSE
3030
Suggests:
3131
knitr,
32+
rmarkdown,
33+
webshot,
3234
igraph,
3335
rpart,
3436
shiny,
@@ -37,5 +39,7 @@ Suggests:
3739
sparkline,
3840
ggraph,
3941
flashClust
40-
VignetteBuilder: knitr
42+
VignetteBuilder: knitr,
43+
rmarkdown,
44+
webshot
4145
RoxygenNote: 6.0.1

NEWS

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1+
visNetwork 2.0.3
2+
--------------------------------------------------------------------------------
3+
* Fix CRAN VIGNETTE BUILDER
4+
15
visNetwork 2.0.2
26
--------------------------------------------------------------------------------
37

4-
* New ``visHclust`` for visualize Hierarchical cluster analysis
5-
* New ``visNetworkEditor`` and module ``visNetworkEditorUI`` to use ``visConfigure`` javascript functionnalities in R and shiny
6-
* Add ``zoom`` to ``visLegend``
8+
* New visHclust for visualize Hierarchical cluster analysis
9+
* New visNetworkEditor and module visNetworkEditorUI to use visConfigure javascript functionnalities in R and shiny
10+
* Add zoom to visLegend
711
* to vis.js 4.20.1
8-
* Add ``input$network_initialized``
9-
* Add ``background`` to ``visNetwork``
10-
* Fix ``visTreeEditor`` bug using rpart object
11-
* ``visTreeEditor`` : add complexity parameters
12-
* Fix ``layout`` control in ``visIgraph`` & ``visIgraphLayout``
12+
* Add input$network_initialized
13+
* Add background to visNetwork
14+
* Fix visTreeEditor bug using rpart object
15+
* visTreeEditor : add complexity parameters
16+
* Fix layout control in visIgraph & visIgraphLayout
1317

1418
visNetwork 2.0.0
1519
--------------------------------------------------------------------------------
@@ -86,7 +90,7 @@ visNetwork 0.2.2
8690
* new visUpdateNodes & visUpdateEdges to update data in shiny
8791
* enable visOptions with visNetworkProxy
8892
* add randomSeed to visIgraphLayout
89-
* add quick support for label.cex and label.color with ``visIgraph``
93+
* add quick support for label.cex and label.color with visIgraph
9094
* to vis.js 4.15.0
9195

9296
visNetwork 0.2.1

inst/doc/Introduction-to-visNetwork.R

Lines changed: 0 additions & 163 deletions
This file was deleted.

0 commit comments

Comments
 (0)