Closed JorgeVindelAlfageme closed 2 years ago
No, I haven't seen this before. Does it also happen with previous versions of spatstat.geom
? Can you install other packages from source (e.g. install.packages("Rcpp", type = "source")
)?
Can you install the binary version from r-universe.org?
install.packages('spatstat.geom', repos = "https://spatstat.r-universe.dev", )
If you don't need the newest version, which was just released and only exists as source version you can install the previous binary version from CRAN:
install.packages('spatstat.geom', type = "binary")
Hello, again:
Thank you, @rubak for your quick response. The last thing I tried was to install it using the command: devtools::install_github("spatstat/spatstat.geom")
. It seems that it worked, but if I find further issues related to this topic, I'll make sure I'll use the commands you posted to reinstall the package and try again.
For now, I'll close the topic.
Regards.
Hi: I'm trying to install Seurat and one of the necessary packages to do so is spatstat.geom. When I try to install it, I get this error message:
Have you ever encountered this problem and know how to solve it? Thanks in advance.