Martin Chan
Martin Chan
Hi there, great package! I was wondering if it's possible to add line breaks to the text shown in each node - is this possible and perhaps I can help...
Hi there, Thank you for developing this wonderful package. There is a method of estimating variable importance implemented by [LeBreton and Tonidandel (2014)](https://link.springer.com/article/10.1007/s10869-014-9351-z) yielding very similar results to Shapley called...
Is anyone aware of any ways to export the codings together with the annotations (in the **ExportCodings()** function)? It would be more efficient (in terms of workflow) to be able...
Came across this piece of story-telling style on the BBC (https://www.bbc.co.uk/news/resources/idt-dc2d6e2d-3ab4-42de-8d03-bb7eda5fff8e), and think this can be a great feature to add to this package in the future.
Hi there, I've come across this package that seems to have a huge wealth of tools for network analysis. One suggestion is that it might be helpful to have a...
It would be good to add average total bars to the bottom of bar plots automatically.
This is a request to have a heatmap visualization (see #143) for `flex_index()`, such that each work pattern could be visualized in terms of its intensity. For instance, you should...
Currently, word clouds are created with the package `ggwordcloud`. There is an alternative implementation that uses only `ggplot2`, as shown at . The code given is: ```R library(ggplot2) library(ggrepel) df...
## Problem The current `create_rank()` approach currently risks creating lots of really small groups that are outliers for the metric, and because of their size, might not be meaningful for...
Currently, functions such as `IV_by_period()` require a supply of dates (but character variables) in a particular Y/M/D format. It would be helpful to standardize this across the package, and also...