We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add objects_to_include parameter to unnest_job_summary_data_json_object() (See PR #111). Make sure to document the new parameter and update the test.
objects_to_include
unnest_job_summary_data_json_object()
The text was updated successfully, but these errors were encountered:
Added docs and tests in commit 60771db
Sorry, something went wrong.
devtools::check()
--- re-building ‘job_logging.Rmd’ using rmarkdown Quitting from lines 18-22 (job_logging.Rmd) Error: processing vignette 'job_logging.Rmd' failed with diagnostics: dot-env file does not exist --- failed re-building ‘job_logging.Rmd’
N checking for unstated dependencies in vignettes '::' or ':::' imports not declared from: ‘dotenv’ ‘here’ 'library' or 'require' calls not declared from: ‘kableExtra’ ‘tidyverse’
job_logging.Rmd
Addressed by PR #115
pbchase
No branches or pull requests
Add
objects_to_include
parameter tounnest_job_summary_data_json_object()
(See PR #111). Make sure to document the new parameter and update the test.The text was updated successfully, but these errors were encountered: