You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m new to programming with Julia, and I’m really stuck.
This is the Julia version running
julia> VERSION
v"1.4.1"
This “call_DPM.jl”only works with the Julia 0.2.1, this issue happens also with 1.4.1 versions of julia, thus I try to run the code here is the error I get:
ERROR: LoadError: UndefVarError: int not defined
Stacktrace:
[1] top-level scope at /Users/yong/Downloads/PopR-master/PopR/exec/call_DPM.jl:3
[2] include(::Module, ::String) at ./Base.jl:377
[3] exec_options(::Base.JLOptions) at ./client.jl:288
[4] _start() at ./client.jl:484
in expression starting at /Users/yong/Downloads/PopR-master/PopR/exec/call_DPM.jl:3
How do I fix this bug of call_DPM.jl so that it runs in the current version?
I tried to run it under this Julia 0.2.1, but failed to install the 'Distributions' package
Hi Philipp Neubauer,
I’m new to programming with Julia, and I’m really stuck.
This is the Julia version running
julia> VERSION
v"1.4.1"
This “call_DPM.jl”only works with the Julia 0.2.1, this issue happens also with 1.4.1 versions of julia, thus I try to run the code here is the error I get:
ERROR: LoadError: UndefVarError: int not defined
Stacktrace:
[1] top-level scope at /Users/yong/Downloads/PopR-master/PopR/exec/call_DPM.jl:3
[2] include(::Module, ::String) at ./Base.jl:377
[3] exec_options(::Base.JLOptions) at ./client.jl:288
[4] _start() at ./client.jl:484
in expression starting at /Users/yong/Downloads/PopR-master/PopR/exec/call_DPM.jl:3
How do I fix this bug of call_DPM.jl so that it runs in the current version?
I tried to run it under this Julia 0.2.1, but failed to install the 'Distributions' package
If possible, can you write it as an R package based on “JuliaConnectoR”(https://github.com/stefan-m-lenz/JuliaConnectoR)for more users to apply?
Thanks!
Liuyong Ding
The text was updated successfully, but these errors were encountered: