We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As far as I can see, the following can be implemented
R_set_altreal_Get_region_method()
R_set_altreal_Is_sorted_method()
R_set_altreal_Max_method()
R_set_altreal_Min_method()
R_set_altreal_No_NA_method()
R_set_altreal_Sum_method()
R_set_altrep_Coerce_method()
R_set_altrep_Duplicate_method()
R_set_altrep_DuplicateEX_method()
R_set_altrep_Unserialize_method()
R_set_altrep_UnserializeEX_method()
R_set_altrep_Serialized_state_method()
Not quite sure that R_set_altreal_Get_region_method() is possible.
The text was updated successfully, but these errors were encountered:
EmilHvitfeldt
Successfully merging a pull request may close this issue.
As far as I can see, the following can be implemented
R_set_altreal_Get_region_method()
R_set_altreal_Is_sorted_method()
R_set_altreal_Max_method()
R_set_altreal_Min_method()
R_set_altreal_No_NA_method()
R_set_altreal_Sum_method()
to be done in Add R_set_altrep_Coerce_method() #47R_set_altrep_Coerce_method()
R_set_altrep_Duplicate_method()
no one else has done it https://github.com/search?q=org:cran+R_set_altrep_DuplicateEX_method&type=codeR_set_altrep_DuplicateEX_method()
only if needed https://svn.r-project.org/R/branches/ALTREP/ALTREP.html#serializationR_set_altrep_Unserialize_method()
R_set_altrep_UnserializeEX_method()
only if needed https://svn.r-project.org/R/branches/ALTREP/ALTREP.html#serializationR_set_altrep_Serialized_state_method()
Not quite sure that
R_set_altreal_Get_region_method()
is possible.The text was updated successfully, but these errors were encountered: