Nebulosa
Nebulosa copied to clipboard
spatstat exports issue
This seems to be new:
R> library(Nebulosa)
Loading required package: patchwork
Registered S3 method overwritten by 'spatstat.geom':
method from
print.boxx cli
Error: package or namespace load failed for 'Nebulosa':
object 'markvario' is not exported by 'namespace:spatstat'
It can be overcome by installing an old version of spatstat, which is (perhaps obviously) not a sustainable approach.
Hi @ttriche, I am running into the same issue. What version of spatstat worked for you ? Thanks.
https://cran.r-project.org/src/contrib/Archive/spatstat/
Really though the better approach would be to see where the import/export is failing and patch that. I’ll take a look
Somewhere some package is requesting spatstat::markvario, which seems to have migrated to spatstat.core::markvario.
If the maintainers can find the offending calling package and migrate it then the problem will go away.
Meanwhile I just downloaded spatstat-1.64, renamed it to spatstat-6.66 in the DESCRIPTION, and instlaled that :8ball: