Skip to content

ARROW-6338: [R] Type function names don't match type names - #5198

Closed
nealrichardson wants to merge 6 commits into
apache:masterfrom
nealrichardson:type-names
Closed

ARROW-6338: [R] Type function names don't match type names#5198
nealrichardson wants to merge 6 commits into
apache:masterfrom
nealrichardson:type-names

Conversation

@nealrichardson

Copy link
Copy Markdown
Member

The substance of the change is in d845cd3, 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.

pitrou pushed a commit that referenced this pull request Aug 27, 2019
This PR is based on #5198 (ARROW-6338) and is just one commit beyond that patch: 87209fbCloses#5201 from nealrichardson/time-unit-validation and squashes the following commits:
74645cd <Neal Richardson> Make time/timestamp type factories more human friendly
Authored-by: Neal Richardson <neal.p.richardson@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
kou pushed a commit that referenced this pull request Feb 20, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@nealrichardson