Erik Iverson

Results 7 comments of Erik Iverson

@Timag , did you ever resolve this? In my shiny app, I am source()-ing a utils.r file from my app.r script. I see the UI refresh in the browser upon...

R is likely NaN in this case, so could check R's value with is.nan() before the comparison is made.

This looks like a useful package, thanks! Perhaps the 'timestamp' column should be required to be of class POSIXct? I don't believe base::merge works when the 'by' column is of...

@owenvallis Thank you! Also, you can use ?message to display messages from your functions when verbose is set, instead of ?print. Note that print actually returns a value, unlike message...

Thanks! As I mentioned, very much inspired by another project, but elnode looked so interesting I had to try it out. I have no idea if it still works, but...

Were you ever able to resolve this? I face the same issue.

+1 on this issue, we are seeing this too. @Nemecsek did you ever find a workaround? Thank you!