Rainer Hurling
Rainer Hurling
Hi @jwilliman , I just tried your example with an up to date package drc, reinstalled via install_github, now at version 3.2.0: ``` library(devtools) install_github("DoseResponse/drc") ``` As far as I...
@mtennekes, it works much better now. Many thanks! I would like to express two wishes for the long-term improvement of tm_scalebar: - The **distance of the scalebar from the right...
The **distance of the scalebar** to the right is now better, but rather too small. This becomes clear, for example, when tm_scalebar is used within a legend and the scalebar...
> 1. Label width/margin computation further improved. Looks perfect on my machine now. Let me know if it doesn't on your system. > 2. Another thing that I changed, is...
> One important piece of information you miss (apparently haven't share properly): width has nothing to do with coordinates, but the unit is 'line heights'. So width = 1000 means...
Hi @JeffreyCHoover, By simply moving add_header_above() above kable_styling() it works for me: ``` tibble(col1 = rep("Random text", 80), n1 = 1:80, perc1 = 1:80, n2 = 1:80, perc2 = 1:80)...
I can confirm this also happens the same on FreeBSD with wxWidgets 3.2.8.0.
Hi @dalers, I am not aware of any active mailing list for mdbtools. Could you please send me a link? Thank you in advance :)
Hi @dalers, Thanks for clarifying that. I was afraid that I had missed out on an active mailing list for years. That would have been annoying, as we often have...
It appears to me that the original `readline` is not being used, but rather an alternative library. In any case, the output of `./configure` indicates that readline is not fully...