installation problem - Error in as.POSIXlt #574
Comments
@hylaarborea, this may help you. Just solved a similar problem. Look at the very bottom of this issue for the section on an |
Thanks @DavisVaughan |
@DavisVaughan @hylaarborea It may be worth noting that you can indeed edit your .Rprofile from this: |
This issue was caused by lubridate. We were not handling missing argument to date. Sorry for the trouble. Now fixed in master. |
I am trying to install lubridate but I have always the same error message. Looking around it looks related to the fact that it has a function date() which already exist also as base::date(). But during the test of the package it calls date() and therefore the error.
Here the details:
https://stackoverflow.com/questions/45959714/r-lubridate-package-installation-error-in-as-posixlt
It looks like I am the only one to have this problem. I tried to install also an old version of R, to add or remove other packages but I have always the same error...
Maybe someone here can help?
The text was updated successfully, but these errors were encountered: