Rarr icon indicating copy to clipboard operation
Rarr copied to clipboard

Test Rarr with latest version of paws.common 0.6.0

Open DyfanJones opened this issue 10 months ago • 0 comments

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')

DyfanJones avatar Sep 01 '23 14:09 DyfanJones