Skip to content

Extend proverbs datasets#13

Merged
RolandASc merged 5 commits into
masterfrom
feature/extend-proverbs
Mar 11, 2026
Merged

Extend proverbs datasets#13
RolandASc merged 5 commits into
masterfrom
feature/extend-proverbs

Conversation

@RolandASc

@RolandASc RolandASc commented Mar 6, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds 9 entries to proverbs_a (success/victory context), covering the missing H–Z range
  • Adds 19 entries to proverbs_b (near-success/perseverance/failure context), covering the missing H–Z range
  • Adds a ## Proverbs section to the README with both complete sets listed
  • Excludes local utility script update_proverbs.R from git and R package builds via .gitignore and .Rbuildignore

Closes #1

Test plan

  • Verify proverbs_a has 22 entries and all are success/victory appropriate
  • Verify proverbs_b has 46 entries and all are perseverance/failure appropriate
  • Confirm praise_pv() and encourage_pv() still work correctly
  • Check README renders correctly

🤖 Generated with Claude Code

Adds 9 entries to proverbs_a (success/victory) and 19 entries to
proverbs_b (perseverance/failure), covering the missing H-Z range
from the wikiquote source. Also adds a Proverbs section to the README
listing both complete sets, and excludes the local update_proverbs.R
utility script from git and R package builds.

Closes #1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Extends the package’s proverbs datasets and documents the resulting full proverb lists, aligning with Issue #1’s goal of completing the alphabetical coverage.

Changes:

  • Update proverbs_a and proverbs_b datasets (stored as .RData) with additional proverb entries.
  • Add a new “## Proverbs” section to the README listing both datasets’ contents.
  • Ignore a local utility script (update_proverbs.R) in both git and R package builds.

Reviewed changes

Copilot reviewed 2 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
data/proverbs_a.RData Updated serialized dataset for success/victory proverbs.
data/proverbs_b.RData Updated serialized dataset for perseverance/failure proverbs.
README.md Adds a new section enumerating both proverb sets.
.gitignore Ignores update_proverbs.R locally.
.Rbuildignore Excludes update_proverbs.R from R package builds.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment thread README.md
@RolandASc

Copy link
Copy Markdown
Member Author

LGTM

@RolandASc
RolandASc merged commit 8df84e5 into master Mar 11, 2026
7 checks passed
@RolandASc
RolandASc deleted the feature/extend-proverbs branch March 11, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extend / complete initial set of proverbs

2 participants