rhandsontable icon indicating copy to clipboard operation
rhandsontable copied to clipboard

replace as.character with format for R4.3

Open klin333 opened this issue 1 year ago • 3 comments

in R4.3 the following could give warning:

rhandsontable::rhandsontable(data.frame(x = Sys.Date()))
# Warning message:
# In as.character.POSIXt(as.POSIXlt(x), ...) :
#   as.character(td, ..) no longer obeys a 'format' argument; use format(td, ..) ?

This pull request fixes it

klin333 avatar Nov 13 '23 07:11 klin333

I am also running into this issue. It looks like this PR would fix the issue.

petersmp avatar Apr 28 '24 20:04 petersmp

Thank you for this branch @klin333. Hopefully it can be pulled into the main branch soon

J-flem avatar Jul 30 '24 03:07 J-flem