-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider eliminating string representation of base types #170
Comments
Also consider providing canned definitions of most important S3 classes using the same naming convention. |
One thing that's not create about looking up by constructor is that since Another principle I think we're circling in on is that there should be exactly one way to specify a class. |
(Summary of a discussion with @DavisVaughan) It's worth considering the naming scheme holistically. Currently
And we probably also want to provide R7 wrappers for the most important S3 classes (e.g. I think ideally we want a single way of specifying each class, so that R7 code varies as little as possible from person-to-person. It's hard to make this work with base constructors because A few ideas:
|
I was also thinking that |
Having implemented this, I really like it. The autocomplete after typing |
In favour of
base_integer
,base_numeric
, etc.Suggested by @lawremi in February meeting.
The text was updated successfully, but these errors were encountered: