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

Address pkgdown::build_site() warnings #104

Closed
pbchase opened this issue Mar 15, 2023 · 1 comment
Closed

Address pkgdown::build_site() warnings #104

pbchase opened this issue Mar 15, 2023 · 1 comment

Comments

@pbchase
Copy link
Contributor

pbchase commented Mar 15, 2023

pkgdown::build_site() throws some errors. Mostly, it cannot build some of the function examples. There is also an issue with a missing dbDisconnect() call. It throws these errors:

Warning messages:
1: Failed to parse example for topic 'build_etl_job_log_df' 
2: call dbDisconnect() when finished working with a connection 
3: Failed to parse example for topic 'get_job_duration' 
4: Failed to parse example for topic 'write_error_log_entry' 
5: Failed to parse example for topic 'write_summary_metrics' 
6: Failed to parse example for topic 'write_to_sql_db' 
@pbchase
Copy link
Contributor Author

pbchase commented Nov 21, 2023

Fixed in PR #143. Props to @ChemiKyle for hammering on the warnings

@pbchase pbchase closed this as completed Nov 21, 2023
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