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
At the moment, methods for set.vertex.attribute() for subclasses of network such as those used in networkLite and ergm.multi cannot use the in-place assignment semantics of the network itself because the function .validLHS() that checks if the argument is something that can be assigned to is not exported. We should probably do so.
At the moment, methods for
set.vertex.attribute()
for subclasses ofnetwork
such as those used innetworkLite
andergm.multi
cannot use the in-place assignment semantics of thenetwork
itself because the function.validLHS()
that checks if the argument is something that can be assigned to is not exported. We should probably do so.@CarterButts , would that be OK?
The text was updated successfully, but these errors were encountered: