grimbough / Rarr

A simple native R reader for Zarr Arrays
https://bioconductor.org/packages/Rarr/
MIT License
34 stars 5 forks source link

Test Rarr with latest version of paws.common 0.6.0 #6

Open DyfanJones opened 1 year ago

DyfanJones commented 1 year ago

Hi all,

I am in the process in releasing the latest version of paws.common 0.6.0 https://github.com/paws-r/paws/issues/657. paws.common 0.6.0 comes with a new xml parser that has increased performance: https://github.com/paws-r/paws/pull/621. However I am going around all paws dependent packages to ensure the new xml parser doesn't break any existing code.

Is it possible to run your existing tests with the latest version of paws.common 0.6.0? If not please let me know how to set up my environment so that I can test these changes on your behalf.

To install paws.common 0.6.0 you can use r-universe:

install.packages('paws.common', repos = 'https://paws-r.r-universe.dev')