Skip to content

Fix CI workflows: linting, changelog, and documentation - #489

Draft
d-morrison with Copilot wants to merge 5 commits into
mainfrom
copilot/sub-pr-392
Draft

Fix CI workflows: linting, changelog, and documentation#489
d-morrison with Copilot wants to merge 5 commits into
mainfrom
copilot/sub-pr-392

Conversation

Copilot AI commented Jan 21, 2026

Copy link
Copy Markdown
Contributor

Description

Resolves CI workflow failures for the decay-curve-2 branch by addressing linting violations, missing changelog entries, and incomplete pkgdown configuration.

Changes

Code style compliance

  • Fixed assignment operators (=<-), brace placement, indentation, and spacing in 8 new R files
  • Added .lintr.R exclusions for t1.R and y1.R (internal functions with digit-letter naming pattern)

Documentation

  • Added NEWS.md entries for new Shiny app (curve_app(), UI/server components) and decay curve functions (antibody_decay_curve(), pathogen_decay_curve(), t1f(), y1f(), plot_decay_curve())
  • Updated pkgdown/_pkgdown.yml with new reference sections: "Interactive visualization" and "Modeling and plotting decay curves"
  • Added ggplot and UI to spelling dictionary

Checklist

  • The title of your PR should briefly describe the change.
  • Code should follow the tidyverse style guide.
  • Documentation should use roxygen2, with Markdown syntax.

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits January 21, 2026 07:24
Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>

Copilot AI commented Jan 21, 2026

Copy link
Copy Markdown
Contributor Author

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • cdnjs.cloudflare.com
    • Triggering command: /opt/R/4.5.2/lib/R/bin/exec/R /opt/R/4.5.2/lib/R/bin/exec/R --slave --no-save --no-restore -f /tmp/RtmpiTwRyl/callr-scr-2809602d041 (dns block)
  • https://api.github.com/repos/moodymudskipper/devtag/contents/DESCRIPTION
    • Triggering command: /opt/R/4.5.2/lib/R/bin/exec/R /opt/R/4.5.2/lib/R/bin/exec/R -e remotes::install_github(&#39;moodymudskipper/devtag&#39;);~&#43;~devtools::document() owner --uid-owner 0 -j ACCEPT (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Add interactive Shiny app for antigen-antibody kinetics visualization Fix CI workflows: linting, changelog, and documentation Jan 21, 2026
Copilot AI requested a review from d-morrison January 21, 2026 07:30
@codecov

codecov Bot commented Jan 21, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 71 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
R/curve_app_server.R 0.00% 36 Missing ⚠️
R/curve_app_ui.R 0.00% 20 Missing ⚠️
R/antibody_decay_function.R 0.00% 6 Missing ⚠️
R/plot_decay_curve.R 0.00% 4 Missing ⚠️
R/antigen_decay_curve.R 0.00% 3 Missing ⚠️
R/t1.R 0.00% 2 Missing ⚠️
Files with missing lines Coverage Δ
R/app_config.R 0.00% <ø> (ø)
R/curve_app.R 0.00% <ø> (ø)
R/y1.R 0.00% <ø> (ø)
R/t1.R 0.00% <0.00%> (ø)
R/antigen_decay_curve.R 0.00% <0.00%> (ø)
R/plot_decay_curve.R 0.00% <0.00%> (ø)
R/antibody_decay_function.R 0.00% <0.00%> (ø)
R/curve_app_ui.R 0.00% <0.00%> (ø)
R/curve_app_server.R 0.00% <0.00%> (ø)

Base automatically changed from decay-curve-2 to main July 25, 2026 18:24
d-morrison added a commit that referenced this pull request Aug 7, 2026
Self-review caught an imprecise claim in the NEWS entry. It said docs-check
had been "red on every pull request", which a reader can check in about ten
seconds and find false: 13 of the 30 open pull requests currently show a green
docs-check.

They are stale, not contradictory. Every green run predates roxygen2 8.1.0
(the most recent is 2026-07-28), and every run since the release has failed.
Two further pull requests, #510 and #489, are red from 2026-06-15 and
2026-01-21 for older reasons unrelated to this one.

Say "every run since" rather than "every pull request", and name the staleness
so the green checks elsewhere do not read as counter-evidence.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants