search for: fn_cols

Displaying 3 results from an estimated 3 matches for "fn_cols".

Did you mean: n_cols
2020 Apr 29
2
problem with `viridis` on Ubuntu 20.04
...process using CPU resources but nothing happens at the terminal and I'm also unable to stop the function with Ctrl-C. I did a little digging and simply calling the function `viridis` from the `viridisLite` package causes the same problem, execution gets stuck at the line: cols <- fn_cols(seq(begin, end, length.out = n)) / 255 which is line 177 here: https://github.com/sjmgarnier/viridisLite/blob/master/R/viridis.R#L177 I'm dual booting Debian Buster on the same machine and no such issue occurs with R 4.0.0 and the same versions of the `viridis` and `viridisLite` packages....
2020 Apr 29
0
problem with `viridis` on Ubuntu 20.04
...| CPU resources but nothing happens at the terminal and I'm also unable to | stop the function with Ctrl-C. | | I did a little digging and simply calling the function `viridis` from | the `viridisLite` package causes the same problem, execution gets stuck | at the line: | | cols <- fn_cols(seq(begin, end, length.out = n)) / 255 | | which is line 177 here: | https://github.com/sjmgarnier/viridisLite/blob/master/R/viridis.R#L177 | | I'm dual booting Debian Buster on the same machine and no such issue | occurs with R 4.0.0 and the same versions of the `viridis` and | `viridisLi...
2020 Apr 30
2
problem with `viridis` on Ubuntu 20.04
...ppens at the terminal and I'm also unable to > | stop the function with Ctrl-C. > | > | I did a little digging and simply calling the function `viridis` from > | the `viridisLite` package causes the same problem, execution gets stuck > | at the line: > | > | cols <- fn_cols(seq(begin, end, length.out = n)) / 255 > | > | which is line 177 here: > | https://github.com/sjmgarnier/viridisLite/blob/master/R/viridis.R#L177 > | > | I'm dual booting Debian Buster on the same machine and no such issue > | occurs with R 4.0.0 and the same versions of the `...