-
Notifications
You must be signed in to change notification settings - Fork 56
Minor documentation refresh for two utility functions #487
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR refreshes the documentation for two utility functions related to Armadillo random number generation and version reporting. The changes modernize and consolidate the documentation for better clarity and maintenance.
- Updated copyright year from 2024 to 2025
- Consolidated documentation for
armadillo_set_seed
andarmadillo_set_seed_random
functions using @Rdname - Simplified and clarified the details about RNG implementation switching
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
src/RcppArmadillo.cpp | Updated copyright year, consolidated function documentation using @Rdname, simplified RNG implementation details |
R/RcppExports.R | Mirrored documentation changes from the C++ source file |
man/armadillo_set_seed.Rd | Regenerated documentation combining both seed functions into one page |
man/armadillo_set_seed_random.Rd | Removed separate documentation file (now consolidated) |
man/armadillo_version.Rd | Regenerated with reformatted text layout |
ChangeLog | Added entry documenting the documentation refresh |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
b4380ee
to
9b37b5c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
9b37b5c
to
e611e76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.