Conversation
…n included objects
…()` to tweak colour output
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #53 +/- ##
=======================================
Coverage 56.30% 56.30%
=======================================
Files 24 24
Lines 1920 1920
=======================================
Hits 1081 1081
Misses 839 839 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Patch release prep for autograph 1.0.1, updating documentation/tutorial materials and bundled data to address a CRAN-related issue and align examples with current dependencies.
Changes:
- Bumped package version/date and updated release notes / CRAN comments for v1.0.1.
- Updated plotting docs/examples (including a new ggplot2 scale example) and tutorial content (netrics function names, fill vs colour scales).
- Added/updated bundled result object
ergm_resand regenerated the rendered learnr tutorial HTML.
Reviewed changes
Copilot reviewed 8 out of 14 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| man/plot_interp.Rd | Adds an example showing how to tweak colours via an added ggplot2 scale layer. |
| man/autograph-package.Rd | Updates tutorial launch instructions to use migraph::run_tute(). |
| inst/tutorials/tutorial2/visualisation.html | Re-rendered learnr tutorial output reflecting tutorial/code updates. |
| inst/tutorials/tutorial2/visualisation.Rmd | Updates tutorial code to new netrics function names and adjusts tutorial content. |
| data/ergm_res.rda | Adds/updates a bundled ERGM result object (likely re-saved to remove env refs). |
| cran-comments.md | Updates CRAN submission notes for the fix. |
| R/plot_interp.R | Adds a roxygen example with an added ggplot2 discrete colour scale. |
| NEWS.md | Adds v1.0.1 changelog entries. |
| DESCRIPTION | Bumps Version/Date to 1.0.1. |
| .gitignore | Ignores .positai. |
| .Rbuildignore | Ignores .positai and .claude. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Description
Package
Plotting
ggplot2::scale_colour_discrete()to tweak colour outputTutorials
Checklist: