Hi Garth. I can see 0.99.4 ... Your package has not been subjected to
pre-check yet because of the needs interop label. I will add comments on
the issue for your package. I think pre-check will pass soon and then it
will be ingested for build and review later this week.
On Sun, Oct 9, 2022 at 2
Dear Bioconductor Developers,
My package `rmelting` is failing to build on release (3.15) and devel (3.16)
versions for the following systems.
Bioconductor 3.15
- palomino3 (Windows Server 2022 Datacenter / x64)
Bioconductor 3.15
- palomino4 (Windows Server 2022 Datacenter / x64)
- lconway (m
Hello,
On line 1289 of melting.R you call the keyset() method of opts_melt (which is a
HashMap).
This method in Java until 11, return a private AbstractSet (KeySet).
On line 1290 of melting.R you call iterator() method of the KeySet object you
got on the previous line.
Problem is that this KeyS