mhahsler / seriation

Infrastructure for Ordering using Seriation - R Package
GNU General Public License v3.0
75 stars 17 forks source link

S3 conflict with package "sf" #21

Open cysouw opened 4 months ago

cysouw commented 4 months ago

As far as I have been able to track it down, there seems to be an S3 conflict between this package and the package sf.

Registered S3 methods overwritten by 'proxy':
  method               from    
  print.registry_field registry
  print.registry_entry registry

I don't know how many packages import both seriation and sf, but my package qlcVisualize does this, so this warning pops up every time it is loaded.

Everything still works, but it would be nice if this conflict could be resolved.

mhahsler commented 4 months ago

Hi,

There exists a name clash between the proxy and registry packages. It is not serious because both packages provide the same code. I have notified the maintainer.