StanJulia / CmdStan.jl

CmdStan.jl v6 provides an alternative, older Julia wrapper to Stan's `cmdstan` executable. CmdStan will be deprecated in 2022.
MIT License
30 stars 12 forks source link

add CmdStan#master fails due to checkout error #101

Closed ueliwechsler closed 3 years ago

ueliwechsler commented 3 years ago

Not an urgent issue, but I just wanted to remark that adding the latest version of CmdStan does not work for me on Windows.

When I run (@v1.5) pkg> add CmdStan#master I get the following error: ERROR: GitError(Code:ERROR, Class:Checkout, cannot checkout to invalid path 'examples_diffeqbayes/Predator-Prey Population Dynamics: the Lotka-Volterra model in Stan.pdf')

There seems to be something wrong with that pdf file, since I also cannot extract the zipped version on Windows.

julia> versioninfo()
Julia Version 1.5.2
Commit 539f3ce943 (2020-09-23 23:17 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Xeon(R) Gold 6126 CPU @ 2.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-9.0.1 (ORCJIT, skylake-avx512)
goedman commented 3 years ago

Thank you, will have a look into it and merge asap.

goedman commented 3 years ago

Could it be the spaces in the name of the file? Removed these in the latest master (to become v6.0.10 once fixed).

goedman commented 3 years ago

If this doesn't fix it I'll just remove the file as it just contains Bob C's write-up on Lotka-Volterra.

goedman commented 3 years ago

Hi @ueliwechsler

If this indeed fixes it I must apologize, I should have paid attention to AppVeyer. Seems ok now.

Rob

ueliwechsler commented 3 years ago

Hi Rob,

Yes, it works again. Thank you very much for the quick fix!

Best, Ueli