Commits


Neal Richardson authored and Antoine Pitrou committed cef5f36a1ee
ARROW-6338: [R] Type function names don't match type names The substance of the change is in https://github.com/apache/arrow/commit/d845cd3e06a72f617ded97385d54dfe722f24302, where I added aliases for 4 of the type factory functions, added some magic to make `double()` work as expected without masking the base R function, and also improved the error message for when you specify a type incorrectly. The rest of the changes are a little code reorganization and adding documentation for type and schema definition. Closes #5198 from nealrichardson/type-names and squashes the following commits: 087133db1 <Neal Richardson> Rename test file 40c824616 <Neal Richardson> Add docs for types and schema 640e27d07 <Neal Richardson> Update namespace and collation d845cd3e0 <Neal Richardson> Add aliases for creating types based on their printed names 4dcf3d645 <Neal Richardson> Finish the move 86afac870 <Neal Richardson> mv R6.R type.R Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>