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

Error with spatstat version 2.0 #4221

Closed
mihem opened this issue Mar 14, 2021 · 2 comments
Closed

Error with spatstat version 2.0 #4221

mihem opened this issue Mar 14, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@mihem
Copy link

mihem commented Mar 14, 2021

Hi,

after upgrading spatstat to the most recent version 2.0-1. https://cran.r-project.org/web/packages/spatstat/index.html, I get

Error: package or namespace load failed for ‘Seurat’: object ‘markvario’ is not exported by 'namespace:spatstat'

Downgrading spatstat to an earlier version, works as a workaround

devtools::install_version("spatstat", version = "1.64-1", repos = "http://cran.us.r-project.org")

Best,
Mischko

@mihem mihem added the bug Something isn't working label Mar 14, 2021
@mihem mihem changed the title Error wtih new spatstat Error wtih new spatstat version Mar 14, 2021
@mihem mihem changed the title Error wtih new spatstat version Error with spatstat version 2.0 Mar 14, 2021
@baj12
Copy link

baj12 commented Mar 15, 2021

disabling upgrade after installing 1.64-1 helped for me.

devtools::install_github(repo = 'satijalab/seurat', ref = 'develop', upgrade='never')

@andrewwbutler
Copy link
Collaborator

Hi,

Thanks for reporting. Going to close this issue just to consolidate responses in #4226.

We are aware of this issue and working on submitting a fix to CRAN. In the meantime, this issue has been resolved on the develop branch of Seurat. To install the development version of Seurat, please see the instructions here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants