Update citation references to published JMVA paper#5
Merged
Conversation
Co-authored-by: hdarjus <8151458+hdarjus@users.noreply.github.com>
Co-authored-by: hdarjus <8151458+hdarjus@users.noreply.github.com>
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 full text references for correct citation
Update citation references to published JMVA paper
Dec 11, 2025
There was a problem hiding this comment.
Pull request overview
This PR updates all references to the paper "Cover It Up! Bipartite Graphs Uncover Identifiability in Sparse Factor Analysis" from an arXiv preprint to its published version in the Journal of Multivariate Analysis (2026, Volume 211, 105536).
Key Changes:
- Updated citation metadata from unpublished arXiv preprint (2022) to published journal article (2026)
- Changed all DOI references from arXiv DOI to journal DOI
- Updated paper year from 2022 to 2026 across all documentation
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 | Changed bibentry type from "unpublished" to "article" and added journal metadata (volume, pages, ISSN) |
| DESCRIPTION | Updated DOI and year in package description |
| README.md | Updated citation output and paper link to journal DOI |
| README.Rmd | Changed paper reference from arXiv to journal DOI |
| vignettes/short_intro.Rmd | Updated paper links from arXiv to journal DOI |
| src/check_counting_rule.cpp | Updated year and reference details in function documentation |
| R/RcppExports.R | Updated year and reference details in exported function documentation |
| man/counting_rule_holds.Rd | Updated year and reference details in help file |
| _codeql_detected_source_root | Added CodeQL configuration file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
hdarjus
approved these changes
Dec 13, 2025
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 paper has been published in Journal of Multivariate Analysis (2026, Volume 211, 105536). All references updated from arXiv preprint to the published version.
Updated Files
inst/CITATION- Changed bibentry fromunpublishedtoarticlewith journal metadata (volume, pages, ISSN)DESCRIPTION- Updated DOI from10.48550/arXiv.2211.00671to10.1016/j.jmva.2025.105536src/check_counting_rule.cpp,R/RcppExports.R,man/counting_rule_holds.Rd) - Updated year from 2022 to 2026 and citation detailsCitation Format
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.