RobinHankin / mvp

https://robinhankin.github.io/mvp/
8 stars 3 forks source link

drop() does not behave as expected #48

Closed RobinHankin closed 1 year ago

RobinHankin commented 3 years ago
> as.mvp('1')
mvp object algebraically equal to
1
> drop(as.mvp('1'))
mvp object algebraically equal to
1

I would expect the last line to return 1, not a mvp object.