Skip to content
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

Allow run_info to work with orderly_develop_start #223

Open
sangeetabhatia03 opened this issue Apr 27, 2020 · 0 comments
Open

Allow run_info to work with orderly_develop_start #223

sangeetabhatia03 opened this issue Apr 27, 2020 · 0 comments

Comments

@sangeetabhatia03
Copy link
Contributor

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().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant