-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
R data types doesn't support SHORT and FLOAT (it refers to INTEGER and NUMERIC). So, instead of directly declaring IntergetVector or NumericVector to store SHORT or FLOAT values, assign them to interim primitive types and then pass them to respective vectors. This is not my favorite style and may revise once I have enumerated a new datatype to handle this. This should fix #15.
- Loading branch information
Amar
committed
Mar 24, 2016
1 parent
caa25ae
commit e0cf0e3
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I should have deleted these comments. Bad habit of commenting codes instead of deleting them.