Skip to content

fix: R CMD check failures - #15

Merged
kelly-sovacool merged 11 commits into
mainfrom
iss-9
Nov 3, 2025
Merged

fix: R CMD check failures#15
kelly-sovacool merged 11 commits into
mainfrom
iss-9

Conversation

@kelly-sovacool

@kelly-sovacool kelly-sovacool commented Oct 31, 2025

Copy link
Copy Markdown
Member

Changes

  • two variables were not initialized
  • SingleR and rliger were clashing as they were both imported in roxygen comments

Issues

PR Checklist

(Strikethrough any points that are not applicable.)

  • This comment contains a description of changes with justifications, with any relevant issues linked.
  • [ ] Write unit tests for any new features, bug fixes, or other code changes.
  • [ ] Update the docs if there are any API changes (roxygen2 comments, vignettes, readme, etc.).
  • [ ] Update NEWS.md with a short description of any user-facing changes and reference the PR number. Follow the style described in https://style.tidyverse.org/news.html
  • Run devtools::check() locally and fix all notes, warnings, and errors.

@github-actions github-actions Bot added the SCOT RepoName label Oct 31, 2025
@kelly-sovacool kelly-sovacool changed the title fix: initialize missing variables fix: R CMD check failures Nov 3, 2025
@kelly-sovacool
kelly-sovacool merged commit 7f69d1c into main Nov 3, 2025
8 checks passed
@kelly-sovacool
kelly-sovacool deleted the iss-9 branch November 3, 2025 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

SCOT RepoName

Projects

None yet

Development

Successfully merging this pull request may close these issues.

warning: clashing imports variables not initialized

2 participants