dmurdoch / rgl

rgl is a 3D visualization system based on OpenGL. It provides a medium to high level interface for use in R, currently modelled on classic R graphics, with extensions to allow for interaction.
https://dmurdoch.github.io/rgl/
GNU General Public License v2.0
85 stars 20 forks source link

Use .empty() method instead of comparing .size() #339

Closed MichaelChirico closed 1 year ago

MichaelChirico commented 1 year ago

See https://releases.llvm.org/5.0.1/tools/clang/tools/extra/docs/clang-tidy/checks/readability-container-size-empty.html

dmurdoch commented 1 year ago

This change makes no improvement. Please stop sending automated changes.

MichaelChirico commented 1 year ago

The reasoning and motivation (including why it's an improvement) is clearly documented in the link included in the PR description.

This PR was not automatically generated.