Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I fix this bug of call_DPM.jl so that it runs in the Julia 1.4.1? #3

Open
Otoliths opened this issue Feb 7, 2021 · 0 comments

Comments

@Otoliths
Copy link

Otoliths commented Feb 7, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant