Thomas Klebel
Thomas Klebel
## Feature requests: weights It would be great, if one could specify weights when using `tabyl`. For survey data weights are very common, without them using `tabyl` does not make...
When trying to add `layer_smooths/layer_model_predictions` to a plot where `size` is set an error occurs. ``` library(ggvis) library(dplyr) df % ggvis(~x, ~y) %>% layer_points() # works df %>% ggvis(~x, ~y)...
Code taken from the documentation for `layer_smooths` ``` mtcars %>% ggvis(~wt, ~mpg) %>% layer_smooths(se = input_checkbox(label = "Confidence interval")) ``` There is no confidence interval displayed (expected), checking the box...
Implement a check that fails early when users try to import the new constellate data format (json). Only relevant when importing .zip files.
Reading files should not raise a warning. Either use `SuppressWarnings()` or set option to `xml2::read_xml()`, once this works as expected (https://github.com/r-lib/xml2/issues/208).
Jim has given a good hint how some functions could be faster (https://github.com/r-lib/xml2/issues/237). This should apply to authors and possibly to book chapters too. For references this currently does not...
- [ ] use "contrib-id", if available - [ ] extract author role too (author, editor)
Test coverage is good (91% atm), but it could be better. A good place to start would be to implement a proper test for the print-method of `jst_define_import`. I have...
https://github.com/DavisVaughan/furrr/issues/18 If this is not possible, document appropriately.