You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install wakatimer via devtools (devtools::install_github("uribo/wakatimer")), I get an error suggesting that the wakatimer package is using a depricated feature.
Warning: `data_frame()` was deprecated in tibble 1.1.0.
ℹ Please use `tibble()` instead.
ℹ The deprecated feature was likely used in the wakatimer package.
Please report the issue at <https://github.com/uribo/wakatimer/issues>.
Warning in file(con, "r") :
cannot open file '/home/catter1/.rstudio-desktop/monitored/lists/file_mru': No such file or directory
Error: package or namespace load failed for ‘wakatimer’:
.onLoad failed in loadNamespace() for 'wakatimer', details:
call: file(con, "r")
error: cannot open the connection
Error: loading failed
Execution halted
The text was updated successfully, but these errors were encountered:
When trying to install wakatimer via devtools (
devtools::install_github("uribo/wakatimer")
), I get an error suggesting that the wakatimer package is using a depricated feature.The text was updated successfully, but these errors were encountered: