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

Implications of failed PPStack test #470

Closed
ndusek opened this issue Dec 16, 2022 · 0 comments · Fixed by #486
Closed

Implications of failed PPStack test #470

ndusek opened this issue Dec 16, 2022 · 0 comments · Fixed by #486

Comments

@ndusek
Copy link

ndusek commented Dec 16, 2022

I am trying to install RCall and the following test is failing:

Test Failed at /home/ndusek/.julia/packages/RCall/Wyd74/test/runtests.jl:65
  Expression: unsafe_load(cglobal((:R_PPStackTop, RCall.libR), Int)) == 0
   Evaluated: 8589934592 == 0

I see in the runtests.jl file that this test is only for non-conda-installed R on Linux (as mentioned in #462):

if !Sys.iswindows() # https://github.com/JuliaInterop/RCall.jl/pull/462
    if !RCall.conda_provided_r # this test will fail for the Conda-provided R
        @test unsafe_load(cglobal((:R_PPStackTop, RCall.libR), Int)) == 0
    end
end

Can someone explain to me:

  • What is the above testing for?
  • What is the implication of a failed test?

Apologies if this is all common knowledge. I have quite a bit of experience with R, but not at this low of a level, and I have no experience with Julia.

For reference, I'm running:

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

Successfully merging a pull request may close this issue.

1 participant