You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,18 @@ Cambridge University Press: Cambridge.
23
23
24
24
The package is offered as a complement to existing R packages for network analysis.
25
25
It can analyse data in base formats such as matrices and (data frame) edgelists,
26
-
but also leverages [`{igraph}`](https://igraph.org/r/) and is consistent with a [`{tidygraph}`](https://tidygraph.data-imaginist.com/index.html) workflow.
26
+
but can also work with [`{igraph}`](https://igraph.org/r/) and [`{network}`](http://statnet.org) objects,
27
+
and is consistent with a [`{tidygraph}`](https://tidygraph.data-imaginist.com/index.html) workflow.
27
28
28
-
Please explore [the website](https://jhollway.github.io/migraph/) to find out more.
29
-
Some of these functions are also relied on for the [Topological Typology](https://jhollway.shinyapps.io/TopoTypo/) app.
29
+
Please explore [the website](https://snlab-ch.github.io/migraph/) to find out more.
30
30
31
31
## Installation
32
32
33
33
### From binary
34
34
35
35
Perhaps the easiest way to install `{migraph}` is by installing a compiled binary.
36
36
Binaries for all major OSes -- Windows, Mac, and Linux --
37
-
can be found by clicking on the latest release [here](https://github.com/snlab-nl/rsiena/releases/latest).
37
+
can be found by clicking on the latest release [here](https://github.com/snlab-ch/migraph/releases/latest).
38
38
Download the appropriate binary for your operating system,
39
39
and install using an adapted version of the following commands:
40
40
@@ -55,7 +55,7 @@ please install the `{remotes}` package from CRAN and then enter into the console
55
55
It draws together, updates, and builds upon many functions currently available in
0 commit comments