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
I don't really have more info about why the error is happening. I changed my data from a tbl_df to a data.frame, but that didn't solve the issue. And here's what my data.frame looks like:
Hi Jamie, thanks for reporting this issue. This turned out to be a bug, caused by older code not handling dynamic data column evaluation in a robust way. Using an id or time variable with the name of a function would resolve to that function instead (stats::time in your case).
It should be fixed now in the latest commit. To install, use:
Hello Colleagues,
I'm trying to test drive latrend, but ran into issues. I can run the demo, but with real data, I get the following output/error...
here's my session info.
I don't really have more info about why the error is happening. I changed my data from a tbl_df to a data.frame, but that didn't solve the issue. And here's what my data.frame looks like:
Any suggestions about how to troubleshoot?
Many thanks,
Jamie.
The text was updated successfully, but these errors were encountered: