gforge / forestplot

Advanced forest plots in R using grid graphics
44 stars 15 forks source link

xlog error in R 4.3 #67

Closed VenusSo closed 4 weeks ago

VenusSo commented 1 month ago

The setting xlog=TRUE, zero=1 has been working well until R 4.3 (it could also be some environment changes due to our R 4.3 upgrade). The symptom is the xticks (e.g. c(0.5, 1, 2)) values are interpreted as log values and are exponentiated to create the X-axis tick labels. Please see screenshot: image

gforge commented 1 month ago

Thanks, could you check that it works, devtools::install_github("gforge/forestplot", ref = "develop")?

VenusSo commented 1 month ago

@gforge Yes, it's fixed! Thanks!