-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
upkeepmaintenance, infrastructure, and similarmaintenance, infrastructure, and similar
Description
Hi, I noticed that there seems to be a name clash w.r.t. the S3 method as.character.dev_topic()
#> Registered S3 method overwritten by 'butcher':
#> method from
#> as.character.dev_topic generics
which occurs when both packages are loaded:
library(generics)
#>
#> Attache Paket: 'generics'
#> Die folgenden Objekte sind maskiert von 'package:base':
#>
#> as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
#> setequal, union
library(butcher)
#> Warning: Paket 'butcher' wurde unter R Version 4.4.3 erstellt
#> Registered S3 method overwritten by 'butcher':
#> method from
#> as.character.dev_topic genericsCreated on 2025-05-12 with reprex v2.1.1
In my case it appears because a package of mine imports both packages. When loading the package this message appears.
Is this something we should worry about, or this intentional, and this message can be ignored?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
upkeepmaintenance, infrastructure, and similarmaintenance, infrastructure, and similar