Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImportant change for future 'grid' development #141
Comments
|
Thank you for reporting this and providing the fix :) |
Summary
There is one use of
class(x) == "unit"into_unit()that should be replaced byis.unit(x)Minimal code example
The problem is not apparent in any released or development version of R; it was "revealed" by R CMD check testing on a new implementation of 'grid' units thomasp85/grid#14
The change should work with current 'grid'/R as well as future-proofing for further development.