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

spatstat exports issue #9

Open
ttriche opened this issue Mar 14, 2021 · 3 comments
Open

spatstat exports issue #9

ttriche opened this issue Mar 14, 2021 · 3 comments

Comments

@ttriche
Copy link

ttriche commented Mar 14, 2021

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.

@aditisk
Copy link

aditisk commented Mar 17, 2021

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

@ttriche
Copy link
Author

ttriche commented Mar 17, 2021

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
Copy link
Author

ttriche commented Mar 17, 2021

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 🎱

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants