Skip to content

Commit

Permalink
bump version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
martinamorris committed Jul 17, 2024
1 parent 75b0330 commit a067cc8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down
25 changes: 13 additions & 12 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a067cc8

Please sign in to comment.