We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code generates 2 issues
TodayDate <- as.POSIXct.Date(Sys.Date(),tz = "UTC") df <- as_tibble(cbind.data.frame(datecol = rep(TodayDate,2), numcol = 1:2)) df[1,1] = NA df[1,2] = NA write_xlsx(df, path = "wxl.xlsx")
Issues:
No issue with 1.4.0
The text was updated successfully, but these errors were encountered:
Hmm I don't think anything has changed in writexl, but maybe this is related to recent changes in base R wrt dates? Did you maybe test with r-devel?
Sorry, something went wrong.
I am using very vanilla environment. R 4.2.1 plus packages based on binaries and source. Regressing 4.1.1 to 4.1.0 seemed to make the difference.
I am very happy to do any other testing you need
876b74d
Can you test with the new version?
install.packages("writexl", repos = "https://ropensci.r-universe.dev")
Can you test with the new version? install.packages("writexl", repos = "https://ropensci.r-universe.dev")
Yes - that works for me. Thank you
No branches or pull requests
The following code generates 2 issues
Issues:
No issue with 1.4.0
The text was updated successfully, but these errors were encountered: