用羽毛书写和阅读后,带日期的TIBLE列与自身不完全相同 让我们考虑一下TIBELL x <- tibble::tibble(start_date = lubridate::ymd(NA, NA, "2016-01-01", "2018-04-01", NA))

用羽毛书写和阅读后,带日期的TIBLE列与自身不完全相同 让我们考虑一下TIBELL x <- tibble::tibble(start_date = lubridate::ymd(NA, NA, "2016-01-01", "2018-04-01", NA)),r,feather,R,Feather,但是,如果我将文件写入磁盘,然后读取它,则会出现错误 library(feather) write_feather(x, "x.feather") x_feather <- read_feather("x.feather") system("rm x.feather") testthat::expect_identical(x, x_feather) # Error: `x` not identical to `x_feather`. # Rows in x but not y: 1.

但是,如果我将文件写入磁盘,然后读取它,则会出现错误

library(feather)
write_feather(x, "x.feather")
x_feather <- read_feather("x.feather")
system("rm x.feather")
testthat::expect_identical(x, x_feather)

# Error: `x` not identical to `x_feather`.
# Rows in x but not y: 1. Rows in y but not x: 1. 
库(feather)
写下羽毛(x,“x.羽毛”)

x_feather看起来更像是feather软件包的一个问题,而不是一个问题?
library(feather)
write_feather(x, "x.feather")
x_feather <- read_feather("x.feather")
system("rm x.feather")
testthat::expect_identical(x, x_feather)

# Error: `x` not identical to `x_feather`.
# Rows in x but not y: 1. Rows in y but not x: 1.