import networkLite and define as.networkDynamic.networkLite#16
import networkLite and define as.networkDynamic.networkLite#16
Conversation
importing networkLite, and adding associated tests
|
As Chad notes, networkLite needs to be on CRAN first, and probably remotes lite removed before merging to master
|
and update documentation, tests, etc. references statnet/networkDynamic#16
and expand tests a bit
set.nD.class does, but this does not modify the argument passed to the network method (or the generic)
but note that the `EpiModel/networkLite@networkLite` branch is the one to use (until it's merged into main, anyway)
|
sorry I haven't been following up on this. Looks like I need to do a release to CRAN this weekend to quiet some other issues. Are the reverse depends ready for this if we try to include it? |
|
just noticed this in the CRAN docs, wondering if the correct relationship with networkLite is 'enhances'?
|
|
Yes, I believe Enhances is the right relationship. |
|
networkLite is not on CRAN so this will have to wait for a later release some people dislike
|
|
HI @skyebend! networkLite is now on CRAN: https://cran.r-project.org/package=networkLite Would you please merge this PR and push networkDynamic up to CRAN. Once complete, we can continue updating EpiModel and related packages. Thanks! Sam |
|
Hi @skyebend : it looks like you merged this PR into master last week. Could you push this latest version up to CRAN? We are waiting on updating and publishing EpiModel for this newest version of networkDynamic to be on CRAN. Thanks! |
|
@smjenness Yes, I merged, but was having trouble getting revdep tests to run locally (seemed more like a failure of revdep than statnet package problems) I'll try some more today, @chad-klumb were you able to run this previously, do we feel pretty confident that reverse-depending 3rd party packages will be ok? |
|
|
|
submitted (sorry for delay). leaving this open to remember to push branch if it is sucessful |
|
'package networkDynamic_0.11.3.tar.gz is on its way to CRAN.' |
|
Excellent, thanks @skyebend! |
This PR imports the (new)
networkLitepackage and definesas.networkDynamic.networkLite(which is needed to supporttergmapplications ofnetworkLites). This will permit e.g.ergmto importnetworkLitewithout depending onnetworkDynamic. Version number and ChangeLog have been updated.