Jonathan Zadra

Results 62 comments of Jonathan Zadra

+1 for this feature!

```R traceback() 7: stop(list(message = "java.lang.NoSuchMethodError: java.lang.Integer.compare(II)I", call = .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, .jcast(if (inherits(o, "jobjRef") || inherits(o, "jarrayRef")) o else cl, "java/lang/Object"), .jnew("java/lang/String", method), j_p, j_pc, use.true.class = TRUE,...

Here's my huck in case it's of interest: ``` huck

Is there any way to look for an element name that is nested deeper in lists of lists?

Oddly enough, I have my own .xlsx file in my package that when I load initially using the same method as the loadWorkbook example for the xlsx file packed into...

This has now been replicated by a colleague on a windows machine.

I've just verified that it does work with 4.2.4 (the original example with the excel file bundled with the package), ie: ``` library(tidyverse) library(openxlsx) wb

I installed #371 and re-ran with the package file and it works. I already modified my own after it was determined that what was causing the problem on our file...

FYI this issue caused a major issue with some work products - rendering a bunch of rmarkdown to latex to pandoc in parallel caused some of the files to have...