Skip to content

Commit

Permalink
2.0.3 : fix vignette builder for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
bthieurmel committed Jan 9, 2018
1 parent dfe6319 commit f484c33
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 819 deletions.
10 changes: 7 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: visNetwork
Title: Network Visualization using 'vis.js' Library
Version: 2.0.2
Date: 2017-12-18
Version: 2.0.3
Date: 2018-01-09
Authors@R: c(
person(family = "Almende B.V.", role = c("aut", "cph"),
comment = "vis.js library in htmlwidgets/lib, http://visjs.org, http://www.almende.com/home"),
Expand Down Expand Up @@ -29,6 +29,8 @@ Imports:
License: MIT + file LICENSE
Suggests:
knitr,
rmarkdown,
webshot,
igraph,
rpart,
shiny,
Expand All @@ -37,5 +39,7 @@ Suggests:
sparkline,
ggraph,
flashClust
VignetteBuilder: knitr
VignetteBuilder: knitr,
rmarkdown,
webshot
RoxygenNote: 6.0.1
22 changes: 13 additions & 9 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
visNetwork 2.0.3
--------------------------------------------------------------------------------
* Fix CRAN VIGNETTE BUILDER

visNetwork 2.0.2
--------------------------------------------------------------------------------

* New ``visHclust`` for visualize Hierarchical cluster analysis
* New ``visNetworkEditor`` and module ``visNetworkEditorUI`` to use ``visConfigure`` javascript functionnalities in R and shiny
* Add ``zoom`` to ``visLegend``
* New visHclust for visualize Hierarchical cluster analysis
* New visNetworkEditor and module visNetworkEditorUI to use visConfigure javascript functionnalities in R and shiny
* Add zoom to visLegend
* to vis.js 4.20.1
* Add ``input$network_initialized``
* Add ``background`` to ``visNetwork``
* Fix ``visTreeEditor`` bug using rpart object
* ``visTreeEditor`` : add complexity parameters
* Fix ``layout`` control in ``visIgraph`` & ``visIgraphLayout``
* Add input$network_initialized
* Add background to visNetwork
* Fix visTreeEditor bug using rpart object
* visTreeEditor : add complexity parameters
* Fix layout control in visIgraph & visIgraphLayout

visNetwork 2.0.0
--------------------------------------------------------------------------------
Expand Down Expand Up @@ -86,7 +90,7 @@ visNetwork 0.2.2
* new visUpdateNodes & visUpdateEdges to update data in shiny
* enable visOptions with visNetworkProxy
* add randomSeed to visIgraphLayout
* add quick support for label.cex and label.color with ``visIgraph``
* add quick support for label.cex and label.color with visIgraph
* to vis.js 4.15.0

visNetwork 0.2.1
Expand Down
163 changes: 0 additions & 163 deletions inst/doc/Introduction-to-visNetwork.R

This file was deleted.

Loading

0 comments on commit f484c33

Please sign in to comment.