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
orderly::orderly_run_info() allows me to extract runtime information about the task being run. From orderly documentation: "It is designed to be used within report code. To use in conjunction with orderly_test_start, you must pass in the path to the report in question."
When I am using orderly_develop_start(), and then use orderly_run_info(), I get the following error:
`
orderly::orderly_run_info()
Error in orderly::orderly_run_info() :
Not currently running an orderly report
traceback()
2: stop("Not currently running an orderly report")
1: orderly::orderly_run_info()
`
Using orderly::orderly_run_info(".") gives me the same error.
Desired behaviour: return orderly task metadata when used in conjunction with orderly_develop_start().
The text was updated successfully, but these errors were encountered:
orderly::orderly_run_info() allows me to extract runtime information about the task being run. From orderly documentation: "It is designed to be used within report code. To use in conjunction with orderly_test_start, you must pass in the path to the report in question."
When I am using orderly_develop_start(), and then use orderly_run_info(), I get the following error:
`
orderly::orderly_run_info()
Error in orderly::orderly_run_info() :
Not currently running an orderly report
The text was updated successfully, but these errors were encountered: