Skip to content

Commit 7aef2a6

Browse files
committed
Update README.md
1 parent bd17e78 commit 7aef2a6

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ This is an R-shiny interface for the statnet suite of R packages. It currently i
66
Run the app in two ways:
77
* Through the shinyapps server with this link: https://ebey.shinyapps.io/statnetWeb
88
* On your own machine through RStudio:
9-
`install.packages(c("statnet", "shiny", "shinyBS", "RColorBrewer", "lattice", "latticeExtra"))`
9+
`install.packages(c("statnet", "shiny", "shinythemes", "RColorBrewer", "lattice", "latticeExtra"))`
1010
`shiny::runGitHub("statnetWeb", "statnet")`
1111

1212
*Note:* We will keep the master branch on this page consistent with the version deployed on shinyapps. Active development will occur on separate production branches. No branch other than master should be considered stable.
13-
**The master branch is only compatible with Shiny v0.10.2.2 and below. Our next release will include the necessary modifications to run statnetWeb with the most recent Shiny (v0.11).**
1413

1514
statnet wiki:
1615
https://statnet.csde.washington.edu/trac
@@ -20,6 +19,14 @@ http://cran.r-project.org/web/packages/ergm/
2019
http://cran.r-project.org/web/packages/network/
2120
http://cran.r-project.org/web/packages/sna/
2221

22+
23+
#### New in v0.3.2
24+
25+
* App is compatible with Shiny v0.11.1.9002 (we have a new look!)
26+
* Only .rds files supported when saving and uploading from the R environment.
27+
* Issue solved where GOF plots from directed networks were not appearing.
28+
* Issue with uploading edge values solved.
29+
2330
#### New in v0.3.1
2431

2532
* Improved method of saving user-entered attributes

0 commit comments

Comments
 (0)