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

Release ergm.ego 0.6. #51

Closed krivit closed 3 years ago

krivit commented 3 years ago

Checklist before submitting to CRAN

Directions for use

  1. Create an appropriately named issue (e.g., "Release package version version.").
  2. Copy-paste this file into the issue text to provide the checklist functionality.
  3. After a commit directly pursuant to a checkbox item, uncheck all checkboxes below it.
  4. After any other commit to master branch, uncheck all boxes from the "master branch" section down.
  5. After any other commit to *release* branch, uncheck boxes from the "Release branch" section down.
  6. Close the issue after all boxes are checked.

master branch

Release branch

After release

krivit commented 3 years ago

On CRAN as 0.6.1.

martinamorris commented 3 years ago

just tried to install, and got this error on both our cluster and my laptop

> install.packages("ergm.ego")
Installing package into ‘/homes/morrism/R/x86_64-pc-linux-gnu-library/4.0’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘ergm.ego’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
mbojan commented 3 years ago

Perhaps did not yet propagate to all the CRAN mirrors?

mbojan commented 3 years ago

It should be there. I see:

available.packages()["ergm.ego","Version"]
## [1] "0.6.1"
martinamorris commented 3 years ago

it works this morning, i must have tried when it was in some strange limbo state.