telegott

Results 5 issues of telegott

Since the box package marks a partial departure from traditional R code structures, I would find it useful to also support testing these non-traditional R code structures. Specifically, `testthat::test_dir()` only...

💬 discussion

Thanks for this promising package! It seems that there is more and more momentum behind moving away from the traditional package structure that is fundamentally limited with regards to best...

I try to plot a map of concentrations of chemicals. These have very different ranges, so a shared legend is not feasible. The ultimate goal is to have mutually exclusive...

First of all, thanks for this great package. I greatly appreciate working with it. I have a suggestion for structuring tests, although I do not know how difficult it is...

There has been a lot of movement to make R code more modular, most recently with the [box](https://github.com/klmr/box) package, which supports Python-like imports and treats files as encapsulated modules. This...

enhancement