Hi, by using Brunel R v2.3, the brunel does not display any graphics. From checking the browser-> developer -> network, it seemed brunel R does not take the setting from env $BRUNEL_CONFIG, for example, brunel.2.3.css, d3.min, topojson, etc all using the default.
The scala and python all work, but not R.
I checked your source code https://github.com/Brunel-Visualization/Brunel/blob/master/R/R/brunel.R it appear to accept the values from BRUNEL_CONFIG.
So do you have a version which BRUNEL_CONFIG will take effective in R?