You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My understanding is that the class_ prefix is only for base S3 class proxies. For all other classes, we've adopted a convention of using CamelCase (more precisely, PascalCase) for the class name (which is also the name of the constructor).
This reminds me, I think it would be good to revisit #461 for the next release.
Related to #453
I am working on implementing S7 classes for arcgisutils and one thing I'm not quite sure on is how to handle the naming convention for S7 classes.
S7 exports classes with the prefix
class_
. Is it recommended that R packages that export S7 classes export it with the structclass_{class_name}
?The text was updated successfully, but these errors were encountered: