Replace arXiv references with published journal DOI#4
Closed
Conversation
Co-authored-by: hdarjus <8151458+hdarjus@users.noreply.github.com>
Co-authored-by: hdarjus <8151458+hdarjus@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update arXiv references to DOI 10.1016/j.jmva.2025.105536
Replace arXiv references with published journal DOI
Dec 11, 2025
Owner
|
@copilot inst/CITATION:18 correctly year="2026" and volume="211" |
There was a problem hiding this comment.
Pull request overview
This PR updates all references to the research paper from its arXiv preprint version to the published journal article in the Journal of Multivariate Analysis. The publication year changes from 2022 to 2025, and all DOI references are updated from the arXiv DOI to the journal DOI 10.1016/j.jmva.2025.105536.
Key changes:
- Citation metadata converted from unpublished to published article format with journal details
- All documentation and narrative files updated with new DOI and publication year
- Bibliography type changed from
unpublishedtoArticlewith complete journal metadata
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| inst/CITATION | Updated bibentry from unpublished to Article with journal name, volume, pages, and new DOI |
| DESCRIPTION | Updated package description DOI from arXiv to journal DOI |
| src/check_counting_rule.cpp | Updated roxygen comments with 2025 year and journal citation |
| R/RcppExports.R | Updated function documentation with 2025 year and journal citation |
| man/counting_rule_holds.Rd | Updated generated documentation with journal citation |
| README.Rmd | Updated paper link from arXiv to journal DOI |
| README.md | Updated rendered README with complete citation details |
| vignettes/short_intro.Rmd | Updated paper references from arXiv to journal DOI |
| _codeql_detected_source_root | Added CodeQL configuration file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
The article has been published in Journal of Multivariate Analysis. All references to arXiv:2211.00671 are replaced with DOI
10.1016/j.jmva.2025.105536.Changes
inst/CITATIONfromunpublishedbibentry toArticlewith journal name, volume 206, pages 105536, year 2025DESCRIPTIONDOI reference from arXiv to journal DOIsrc/check_counting_rule.cpp,R/RcppExports.R, andman/counting_rule_holds.Rdwith journal citationREADME.Rmd,README.md, andvignettes/short_intro.Rmdto point to DOI URL instead of arXivAll year references updated from 2022 to 2025.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.