statnet / ergm.ego

Fit, Simulate and Diagnose Exponential-Family Random Graph Models to Egocentrically Sampled Network Data https://statnet.org
Other
14 stars 4 forks source link

problem installing ergm.ego from master #58

Closed martinamorris closed 3 years ago

martinamorris commented 3 years ago

I'm getting this error:

Downloading GitHub repo statnet/ergm.ego@master
Downloading GitHub repo tilltnet/egor@HEAD
Installing 1 packages: tidygraph
Error: Failed to install 'ergm.ego' from GitHub:
  Failed to install 'egor' from GitHub:
  cannot open the connection
In addition: Warning messages:
1: In read.dcf(file = tmpf) :
  cannot open compressed file 'C:/Users/Martina%20Morris/AppData/Local/R-crancache/R-crancache/Cache/cran/src/contrib/PACKAGES', probable reason 'No such file or directory'
2: In read.dcf(file = tmpf) :
  cannot open compressed file 'C:/Users/Martina%20Morris/AppData/Local/R-crancache/R-crancache/Cache/cran/src/contrib/PACKAGES', probable reason 'No such file or directory'

I get this both when installing ergm.ego from GH, and when trying to install egor by itself

krivit commented 3 years ago

Sounds like a problem installing igraph. Can you try installing it directly?

martinamorris commented 3 years ago

do you mean igraph? or tidygraph?

krivit commented 3 years ago

tidygraph depends on igraph, alas.

martinamorris commented 3 years ago

so this means that ergm.ego now depends (indirectly via egor) on tidygraph and igraph?

that seems like an unfortunate tradeoff.

On Mon, 10 May 2021, Pavel N. Krivitsky wrote:

tidygraph depends on igraph, alas.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, orunsubscribe.[AB6QTYSJIRBPIHPRGU65V5LTNBV3FA5CNFSM44OMD7I2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKT DN5WW2ZLOORPWSZGOGHVV2XQ.gif]


Professor Emerita of Sociology and Statistics Box 354322 University of Washington Seattle, WA 98195-4322

Office: (206) 685-3402 Dept Office: (206) 543-5882, 543-7237 Fax: (206) 685-7419

@.*** http://faculty.washington.edu/morrism/

krivit commented 3 years ago

We are working on it. I've made some changes to egor that makes as many dependencies as possible "optional", and @mbojan may have figured out how to eliminate the one that leads to igraph.

krivit commented 3 years ago

Anyway, it's something that can be done in parallel with the ergm.ego release.

martinamorris commented 3 years ago

right, but that is the same as the ergm 40 release right? or not?

mbojan commented 3 years ago

We are working on it. I've made some changes to egor that makes as many dependencies as possible "optional", and @mbojan may have figured out how to eliminate the one that leads to igraph.

Yep: https://github.com/tilltnet/egor/issues/57. Although solution is elusive...

krivit commented 3 years ago

@martinamorris, can you try installing from statnet/ergm.ego@0.9? It installs egor from CRAN.

krivit commented 3 years ago

Resolved, one way or another.