Conversation
Codecov Report
@@ Coverage Diff @@
## master #482 +/- ##
==========================================
+ Coverage 76.80% 76.84% +0.04%
==========================================
Files 47 47
Lines 5863 5878 +15
==========================================
+ Hits 4503 4517 +14
- Misses 1360 1361 +1
Continue to review full report at Codecov.
|
|
Thanks a lot for this @dokato. I think this is where S3 methods are not so good as really the method to choose here depends on both arguments i.e. whether to do arithmetic or join things together. I would actually sidestep this by using |
jefferis
left a comment
There was a problem hiding this comment.
Looks great. Thank you!
I needed an easy way to concatenate 2 hxsurfs, I did not find any better way to do it, so I implemented this simple method. For example:
The problem is that right now hxsurf inherits operations from dotprops, which makes sense for most but not all of them.
I'm not sure how to point the package to what is the desired method to call in that case.