Turtle9er
Results
2
comments of
Turtle9er
Seems like its an easy fix, I had same issue with code after update to 4.3. I just replaced as.character(data[, x], format = "%m/%d/%Y"), with format(data[, x], format = "%m/%d/%Y")...
Hi, I made the fix in the package by downloading it and creating my own package. However it did not fix the issue with the date, I spoke too soon....