hide kojima

Results 11 issues of hide kojima

On a Japanese Windows machine, "2022-MAY-16" is parsed as January, which is incorrect. lubridate version: 1.8.0 ``` r lubridate::ymd("2022-MAY-16") #> [1] "2022-01-06" ``` Created on 2022-07-07 by the [reprex package](https://reprex.tidyverse.org)...

bug
parser :carrot:
rewrite

In below example, I expect 17/11 to be parsed as "2017-11-01" but it's parsed as "2017-01-01" ``` r df date date2 #> 1 18/08 2018-08-01 #> 2 17/11 2017-01-01 #>...

bug

### Issue Description and Expected Result `dbListTable` shows garbled Japanese table names. ### Database SQL Server 2014 RTM SQL Azure 12.0.2000.8 ### Reproducible Example With odbc package version 1.3.2, The...

mssql

After executing a SQL query, I'm getting "Too many header fields" error. ```R nanodbc/nanodbc.cpp:1655: HY000: Malformed message: Too many header fields ``` I googled it but I couldn't figure out...

question
need info

This is related to #329 I tested version 1.7.2 but the same issue still happens on the Windows env. ``` r Sys.setlocale("LC_ALL", "Japanese_Japan.932") #> [1] "LC_COLLATE=Japanese_Japan.932;LC_CTYPE=Japanese_Japan.932;LC_MONETARY=Japanese_Japan.932;LC_NUMERIC=C;LC_TIME=Japanese_Japan.932" #> [1] "LC_COLLATE=Japanese_Japan.932;LC_CTYPE=Japanese_Japan.932;LC_MONETARY=Japanese_Japan.932;LC_NUMERIC=C;LC_TIME=Japanese_Japan.932" tmp

I tried to build binary package on macOS Big Sure but it fails as follows: macOS Big Sur (not M1 Chip but Intel Chip) ```r ==> devtools::build(binary = TRUE, args...

Currently, it seems `gcs_list_buckets` does not support pagination unlike `gcs_list_objects` but it's nice if `gcs_list_buckets` supports pagination so that it can list more than 1000 buckets.

This is related to https://github.com/tidyverse/readr/issues/1460 With vroom version 1.6.0, If data is quoted with double quotes, it fails to detect the delimiter even if I specify the quote parameter. ```...

bug

--- Importing this Excel file with `readxl::read_excel` raises the `Error: vector` Brief description of the problem ```r file sessionInfo() R version 4.3.0 (2023-04-21) Platform: x86_64-apple-darwin20 (64-bit) Running under: macOS Ventura...

I tired to import an Excel file which contains `1689493557000_xDCfD_yQCI1-dSk9PX1V2nzZDWgA` as document ID but it failed with Invalid Unicode Point 56573. - readxl version is 1.4.3 ``` r # Required...