ropensci / xslt

Extension of xml2 package for xsl transformations
https://docs.ropensci.org/xslt
27 stars 1 forks source link

Request: create release for latest version #10

Open zkamvar opened 2 years ago

zkamvar commented 2 years ago

The latest release on this repository is listed as 1.2, but on CRAN, it's 1.4.3, which I believe corresponds to this commit: https://github.com/ropensci/xslt/commit/8eadf936d5148c5187d8ea9e4479bf975b189e10 Would you be able to create a release that points to this commit (or whichever one corresponds to the version on CRAN)?

Background

I use the releases (and not default branch) from github to build my r-universe for three reasons:

  1. binaries are built sooner than CRAN when packages like stringi get released
  2. the API for the system dependencies is far quicker than iterating with {remotes} or {pak}
  3. to ensure there is a reasonable fallback for {renv} environments