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

Feature/use setenv cmd #115

Closed Byrth closed 3 years ago

Byrth commented 3 years ago

This PR is in reference to #114

It switches from using

cd(dir) do  
  # stuff
  run(cmd)
end

to

# stuff
run(setenv(cmd, ENV; dir=dir))