Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop R patch update triggering 'reinstall SeuratObject' #233

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aowenson-imm
Copy link

I performed a patch update of my R install from 4.3.0 to 4.3.3. According to the official R documentation I have read, this should not require reinstalling any R packages, but when loading SeuratObject I see:

> library(Seurat)
Attaching SeuratObject
‘SeuratObject’ was built under R 4.3.0 but the current version is
4.3.3; it is recomended that you reinstall ‘SeuratObject’ as the ABI
for R may have changed

This PR focuses version check on major and minor, ignore patch.

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.

1 participant