Skip to content

Commit 8a5332c

Browse files
committed
updates for release 0.6.1
1 parent 991c67a commit 8a5332c

3 files changed

Lines changed: 11 additions & 2 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.7
3+
Version: 0.6.1
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# statnetWeb 0.6.1
2+
3+
## Bugfixes
4+
5+
* mixingmatrix now ignores a blank network
6+
* update to coef() accessor for ergm fit objects
7+
* import DT
8+
9+
110
# statnetWeb 0.6
211

312
## Bugfixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The app can be run in two ways:
1111

1212
* Through the shinyapps server with this link: https://statnet.shinyapps.io/statnetWeb
1313

14-
* On your local machine using the statnetWeb R package:
14+
* On your local machine after installing the package:
1515
```r
1616
install.packages("statnetWeb")
1717
statnetWeb::run_sw()

0 commit comments

Comments
 (0)