stan-dev / cmdstanr

CmdStanR: the R interface to CmdStan
https://mc-stan.org/cmdstanr/
Other
144 stars 63 forks source link

Fix untar() on Windows 11 #1031

Closed jgabry closed 2 weeks ago

jgabry commented 2 weeks ago

Closes #1029

Submission Checklist

Summary

Uses @svethitov's suggestion in https://github.com/stan-dev/cmdstanr/issues/1029#issuecomment-2466214417 of manually specifying tar.exe on Windows 11 to avoid issue with Sys.getenv("TAR").

Copyright and Licensing

Please list the copyright holder for the work you are submitting (this will be you or your assignee, such as a university or company): Columbia University

By submitting this pull request, the copyright holder is agreeing to license the submitted work under the following licenses:

jgabry commented 2 weeks ago

Holding off on this for now. It might be superseded by https://github.com/stan-dev/cmdstanr/pull/1034

jgabry commented 2 weeks ago

Closing in favor of the approach in #1034