as.data.frame()
methods don't match the generics
#147
Labels
triage
Should assign/revisit priority level, other tags
R CMD check
reports:These methods need to accept exactly the same argument names as the base
as.data.frame()
, plus optionally any additional ones. I've fixed a couple other generics in my branch, but these are trickier because we need to decide what to do withrow.names
andoptional
.The text was updated successfully, but these errors were encountered: