Conversation
- Create vignettes/articles directory structure - Add image-gallery.qmd Quarto vignette - Display images in gt tables organized by district - Include 4-column image grid with CSS styling - Add flow rate analysis and usage pattern visualizations - Update DESCRIPTION with Suggests dependencies (gt, gtExtras, etc.) - Configure _pkgdown.yml to include the article - Add .gitignore for generated vignette files The vignette extracts images from mwater API URLs and presents them alongside key data points including location, flow rates, usage patterns, and management information.
- Replace pmap() with pwalk() to avoid NULL output in image grid - Remove Session Info section from vignette - Cleaner output without unnecessary [[1]] NULL messages
- Add 'At a Glance' section with district summary table at the beginning - Create 'Use Cases' section highlighting the image gallery vignette - Update navbar in _pkgdown.yml to include Gallery link - Emphasize visual documentation benefits for stakeholders - Include summary statistics: wells per district, average fill times, image counts
- Include ORCID ID and email - Add affiliation to Global Health Engineering, ETH Zurich - Include GHE website URL
- Add VignetteBuilder: knitr to DESCRIPTION - Add vignettes/articles to .Rbuildignore (pkgdown-specific) - Update .Rbuildignore to exclude non-standard files - Add @importFrom statements to use imported packages - Update vignettes/.gitignore to exclude generated files - Package now passes R CMD check with 0 errors, 0 warnings, 0 notes
…gnette-with-artesian-well-images Add image gallery vignette for artesian wells
- Change article reference from 'image-gallery' to 'articles/image-gallery' - Fixes pkgdown build error with hyphenated article names
- Add prominent link to image gallery after district summary table - Use camera emoji to draw attention - Emphasize interactive features and 43 documented sites
- Add image gallery article to docs/articles/ - Update all pkgdown site pages with new navigation - Include gallery in navbar and article index - Update .gitignore for Quarto files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR completes the package review process and adds a comprehensive image gallery vignette.
Major Changes
📸 Image Gallery Vignette
📋 Package Review Completion
🌐 Website Enhancements
Features
Technical Details
Release Info
Merges all completed work from the dev branch including resolved issues #2, #3, #4, #5, and #10.