-
Notifications
You must be signed in to change notification settings - Fork 49
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
object ‘markvario’ is not exported by 'namespace:spatstat' #56
Comments
Hello yimingsun12138 Could you be so kind as to tell me how I can install the older version (spatsat-1.64-1). Best regards |
Hello Kedde92 You can refer to this page or you can simply execute the code below in R and ignore the update recommendation for now
|
Unfortunately, this did not work for me. Still experiencing the same issue. Can somebody suggest alternative solutions? Thanks! |
Hey guys - I was encountered with the same issue at the moment |
Solution does not works for me. sessionInfo() R version 4.0.2 (2020-06-22) Matrix products: default locale: attached base packages: loaded via a namespace (and not attached): |
Similar issue, see solution below. I run install.packages("Seurat"), it runs within 5 seconds without showing errors (so I don't think it actually worked as it only took 5 seconds to install)
Then, I tried: |
Hi all, The {spatstat} package made updates that moved some of their functions to other packages. This broke {Seurat}, which in turn, breaks {SeuratDisk}. We are working on a fix for {Seurat} to solve this; in the mean time, you should be able to downgrade your {spatstat} installation with remotes::install_version("spatstat", version = "1.64-1") Once {Seurat} is updated to support the latest version of {spatstat}, this issue should be resolved. |
* Update code style, relax travis environment version requirements * Minor code identation changes * Restrict r-spatstat=1.64-1 due to mojaveazure/seurat-disk#56 (comment) * Disable loom-related tests for now in travis
Hello, I report an install bug here. I installed the latest version of 'spatsat' released at 2021-03-13, and when I try to install the seurat-dist ,I got the error report:
object ‘markvario’ is not exported by 'namespace:spatstat'
So, I installed the older version of spatsat-1.64-1, and problem solved.
I think the seurat-dist may be not compatible with the latest spatsat and need some update. Thank you for your amazing job.
The text was updated successfully, but these errors were encountered: