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
Just making a note here that we encountered a problem with a recent run where the defaults for a given function were not honored since they were new parameters that were not captured in the JSON representation. As a result we'll want to have a mechanism to check that the renv.lock file used to generate the specification matches the one used to execute the study.
Originally I thought this was related to the use of do.call() but I was mistaken.
The text was updated successfully, but these errors were encountered:
anthonysena
changed the title
Using do.call() in packages
Packages used to generate the analysis specification are the same as those used to execute the analysis
Jun 25, 2024
Just making a note here that we encountered a problem with a recent run where the defaults for a given function were not honored since they were new parameters that were not captured in the JSON representation. As a result we'll want to have a mechanism to check that the
renv.lock
file used to generate the specification matches the one used to execute the study.Originally I thought this was related to the use of
do.call()
but I was mistaken.The text was updated successfully, but these errors were encountered: