Lorenzo Gaborini

Results 16 comments of Lorenzo Gaborini

Same here, I have just updated from 1.0.6.1 to 1.0.9 and visNetwork from 2.0.9 to 2.1.0.

If I disable R-IDE, the problem disappears, and I can work concurrently on Rmd files!

Thank you, it is much better now. Sometimes it still locks some files, but for less time. Also, the workers are no longer killed, but indexing completes successfully.

Any updates? It could be a workaround to #481: ```r p ggplot(aes(wt, mpg)) + geom_point( aes( color = gear ), size = 2 ) + transition_manual( frames = gear )...

Closing, I thought `vec-trunc` would set the maximum number of _visible_ items. I should sleep more.

I was being curious on the same topic. It this how it should work? The `...` are additional parameters that may invalidate the cache when they change their values. These...

Bug found, `transition_states` adds an extra frame if the animation wraps. Solution: disable wrapping ```r transition_states( gear, transition_length = 0, state_length = 1, wrap = FALSE ) ``` Perhaps disable...

Ok still not correct, not all states are cycled and transitions are still happening (sorry for the spam): ``` r library(ggplot2) library(gganimate) p ggplot(aes(wt, mpg)) + geom_point( aes( color =...

Interestingly, I get the cryptic error with `any_of()` but not with `all_of()` (as above): ``` r vroom(I(foo), delim=",", col_select=c(any_of("d"))) #> Error in UseMethod("collector_value"): no applicable method for 'collector_value' applied to...

It was up today since a good while. Now it's down again. Refreshing, clearing the cache, changing the browser (Firefox/Chrome/Edge) do not help! No VPN in the middle. Firefox reports...