For PR submission:
What changes are involved in this pull request?
CRC 2.0-public Synapse IDs were pointing to the public CRC data in the BPC Consortium project on Synapse
Updated to point to the public CRC data in the Public BPC project on Synapse
Is there a GitHub issue corresponding to this pull request? If so, please provide link. #106 (but don't close the issue with this PR since we want to revisit to discuss a check to avoid this happening in the future)
Checklist for PR Reviewer
[ ] Make sure all updates from master branch are pulled to branch issuing pull request
[ ] Confirm package dependencies are installed by running renv::install()
[ ] For bug corrections, check that unit test was added
[ ] usethis::use_spell_check() runs with no spelling errors in documentation
[ ] R CMD Check runs without errors, warnings, and notes
[ ] Document changes from this pull request in NEWS.md file
[ ] Run pkgdown::build_site(). Check the R console for errors, and review the rendered website. If there are errors returned, try running pkgdown::build_site(new_process = FALSE) for better error messaging.
[ ] Code coverage is suitable for any new functions/features. Review coverage with covr::report(). Before you run, begin in a fresh R session without any packages loaded and set Sys.setenv(NOT_CRAN="true").
[ ] Increment the version number using usethis::use_version(which = "dev")
For PR submission: What changes are involved in this pull request? CRC 2.0-public Synapse IDs were pointing to the public CRC data in the BPC Consortium project on Synapse Updated to point to the public CRC data in the Public BPC project on Synapse
Is there a GitHub issue corresponding to this pull request? If so, please provide link. #106 (but don't close the issue with this PR since we want to revisit to discuss a check to avoid this happening in the future)
Checklist for PR Reviewer
renv::install()
usethis::use_spell_check()
runs with no spelling errors in documentationNEWS.md
filepkgdown::build_site()
. Check the R console for errors, and review the rendered website. If there are errors returned, try runningpkgdown::build_site(new_process = FALSE)
for better error messaging.covr::report()
. Before you run, begin in a fresh R session without any packages loaded and setSys.setenv(NOT_CRAN="true")
.usethis::use_version(which = "dev")