Marc-Aurèle Rivière

Results 8 comments of Marc-Aurèle Rivière

Thank you for your reply, and for your work on this issue ! I'm eagerly waiting for this update to better structure / factorize my slides & reports' code. In...

Changing the `exdir` argument of `untar` in `install.R` to `dir` instead of `dir_cmdstan` works: ``` untar_rc

@nspindel Might be that your issue is related to the "patched" aspect of your R version? Mine is R version 4.2.0 (2022-04-22 ucrt), and I had no issues with the...

@smingerson I remember having that issue on Windows 10 too, and IIRC it's due to "con" being a protected keyword (or something along those lines), making the extraction fail due...

@rok-cesnovar Unfortunately, no. The issue remains the same: ``` > cmdstanr::install_cmdstan() The C++ toolchain required for CmdStan is setup properly! * Latest CmdStan release is v2.30.0 * Installing CmdStan v2.30.0...

Didn't work, unfortunately :/ ``` > cmdstanr::install_cmdstan() The C++ toolchain required for CmdStan is setup properly! * Latest CmdStan release is v2.30.0 * Installing CmdStan v2.30.0 in E:/Documents/.cmdstan/cmdstan-2.30.0 * Downloading...

@rok-cesnovar: Thanks for your help in trying to solve this. > Sys.which("tar.exe") "C:\\WINDOWS\\SYSTEM32\\tar.exe" I ran `wmic datafile where name="C:\\Windows\\System32\\tar.exe" get Version /value` in the terminal: Version=3.5.1.0 *** PS: Since I...