-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
digest
method for most/all object types
#689
Comments
This is related to #163. |
@mattfidler, I was trying to trace where Edit: As I was looking at nlmixr2 fit objects, I think that the address pointer to the |
I think that the following would provide a stable
But, it may break things if assignment of |
This is outside of |
I'm working on
nlmixr2targets
, and I find that in some scenarios, I consistently get different model digest values (digest::digest(rxuiObject)
differs between R sessions for rxUi objects that are created the same way). I think that this relates to creatingdigest
s of the environments or temporary files.That said, the
rxuiObject$md5
value remains consistent between R sessions.digest.rxUi
method that would return theobject$md5
value or can you think of a reason that should not be done?digest.nlmixr2FitCore
method that would do the same thing?digest
method created?rxode2::digest.rxUi
,nlmixr2est::digest.nlmixr2FitCore
) or withinnlmixr2targets
?The text was updated successfully, but these errors were encountered: