diff --git a/DESCRIPTION b/DESCRIPTION index 76507f7..a20e024 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: statnetWeb Title: A Shiny App for Network Modeling with 'statnet' -Version: 0.6 +Version: 0.5.8 Authors@R: c( person("Martina", "Morris", email = "morrism@uw.edu", role = c("cre", "aut")), person("Emily", "Beylerian", email = "ebeylerian@path.org", role = "aut"), diff --git a/NEWS.md b/NEWS.md index e0fc67c..987a09e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,25 +1,26 @@ -# statnetWeb 0.5.7 +# statnetWeb 0.6 ## Bugfixes -* Fixed selectInput error. +* Remove jQuery (see https://github.com/rstudio/shiny/issues/4099) +* Remove LazyData from DESCRIPTION (see https://github.com/r-lib/usethis/issues/1403) +*Fixes for ergm 4.0 changes* +* Term documentation (see https://github.com/statnet/statnetWeb/issues/87) +* Extraction from fit objects +* GOF plot order change -# statnetWeb 0.5.6 + +# statnetWeb 0.5.7 ## Bugfixes -* Fixed on-launch error possibly caused by `htmltools` (see https://github.com/rstudio/htmltools/issues/147). +* Fixed selectInput error. -# statnetWeb 0.6 -## Bugfixes +# statnetWeb 0.5.6 -* Remove jQuery (see https://github.com/rstudio/shiny/issues/4099) -* Remove LazyData from DESCRIPTION (see https://github.com/r-lib/usethis/issues/1403) +## Bugfixes +* Fixed on-launch error possibly caused by `htmltools` (see https://github.com/rstudio/htmltools/issues/147). -*Fixes for ergm 4.0 changes* -* Term documentation (see https://github.com/statnet/statnetWeb/issues/87) -* Extraction from fit objects -* GOF plot order change