Displaying 1 result from an estimated 1 matches for "replex".
Did you mean:
reflex
2023 Jul 06
0
Warning 'as.data.frame.POSIXct()' is deprecated
...ost of the time - unless people do funny things.
--
*) apart from the fact that 12 method functions all got their deprec.warning.
> On 06/07/2023 14:42, Enrico Schumann wrote:
>> On Thu, 06 Jul 2023, Vincent van Hees writes:
>>
>>> Thanks, in that case the REPLEX for the issue may need to be:
>>>
>>>> remember = Sys.getenv("_R_CHECK_AS_DATA_FRAME_EXPLICIT_METHOD_")
>>>> Sys.setenv("_R_CHECK_AS_DATA_FRAME_EXPLICIT_METHOD_" = TRUE)
>>>> data.frame(time = Sys.time())
>>...