Skip to content

Commit a067cc8

Browse files
committed
bump version to 0.6
1 parent 75b0330 commit a067cc8

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: statnetWeb
22
Title: A Shiny App for Network Modeling with 'statnet'
3-
Version: 0.6
3+
Version: 0.5.8
44
Authors@R: c(
55
person("Martina", "Morris", email = "morrism@uw.edu", role = c("cre", "aut")),
66
person("Emily", "Beylerian", email = "ebeylerian@path.org", role = "aut"),

NEWS.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1-
# statnetWeb 0.5.7
1+
# statnetWeb 0.6
22

33
## Bugfixes
44

5-
* Fixed selectInput error.
5+
* Remove jQuery (see https://github.com/rstudio/shiny/issues/4099)
6+
* Remove LazyData from DESCRIPTION (see https://github.com/r-lib/usethis/issues/1403)
67

8+
*Fixes for ergm 4.0 changes*
9+
* Term documentation (see https://github.com/statnet/statnetWeb/issues/87)
10+
* Extraction from fit objects
11+
* GOF plot order change
712

8-
# statnetWeb 0.5.6
13+
14+
# statnetWeb 0.5.7
915

1016
## Bugfixes
1117

12-
* Fixed on-launch error possibly caused by `htmltools` (see https://github.com/rstudio/htmltools/issues/147).
18+
* Fixed selectInput error.
1319

14-
# statnetWeb 0.6
1520

16-
## Bugfixes
21+
# statnetWeb 0.5.6
1722

18-
* Remove jQuery (see https://github.com/rstudio/shiny/issues/4099)
19-
* Remove LazyData from DESCRIPTION (see https://github.com/r-lib/usethis/issues/1403)
23+
## Bugfixes
2024

25+
* Fixed on-launch error possibly caused by `htmltools` (see https://github.com/rstudio/htmltools/issues/147).
2126

22-
*Fixes for ergm 4.0 changes*
23-
* Term documentation (see https://github.com/statnet/statnetWeb/issues/87)
24-
* Extraction from fit objects
25-
* GOF plot order change

0 commit comments

Comments
 (0)