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
Read and write functions could generate a user-written config.yaml on the fly when working locally and interactively in R (without using the CLI).
When querying the registry, a call would be made to the fair CLI, which would query the registry itself, and return the appropriate information.
In this case, do we even need a config.yaml file if the information is written to the handle? Can't the working config.yaml be written retrospectively, in finalise()
Use initialise(local = TRUE) to initialise the code run
The text was updated successfully, but these errors were encountered:
Read and write functions could generate a user-written config.yaml on the fly when working locally and interactively in R (without using the CLI).
When querying the registry, a call would be made to the fair CLI, which would query the registry itself, and return the appropriate information.
finalise()
initialise(local = TRUE)
to initialise the code runThe text was updated successfully, but these errors were encountered: