kolaczyk / sand

Statistical Analysis of Network Data with R, 2nd Edition
294 stars 192 forks source link

mixer package unavailable in CRAN #7

Open venkatachalapathy opened 6 years ago

venkatachalapathy commented 6 years ago

The mixer package is unavailable at the repository. Does anybody have a work around to execute code chunks from Chapter 6?

gaborcsardi commented 6 years ago

You can try to install the latest available version, before it was removed:

devtools::install_version("mixer")