Nebulosa icon indicating copy to clipboard operation
Nebulosa copied to clipboard

spatstat exports issue

Open ttriche opened this issue 4 years ago • 3 comments

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.

ttriche avatar Mar 14 '21 20:03 ttriche

Hi @ttriche, I am running into the same issue. What version of spatstat worked for you ? Thanks.

aditisk avatar Mar 17 '21 16:03 aditisk

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

ttriche avatar Mar 17 '21 17:03 ttriche

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:

ttriche avatar Mar 17 '21 22:03 ttriche