Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

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.

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

error: evaluation nested too deeply: infinite recursion / options(expressions=)? #4

brevans opened this issue Feb 20, 2015 · 4 comments

error: evaluation nested too deeply: infinite recursion / options(expressions=)? #4

brevans opened this issue Feb 20, 2015 · 4 comments

Comments

brevans commented Feb 20, 2015

I have a set of ~18,500 SNPs that I have generated r2 values for, and was excited to try this package out. I'm having issues getting LDnaRaw() to work. I can run the toy example for the documentation with no trouble.

After having loaded my matrix in and dimnaming it, I pass it to LDnaRaw() thusly:

ldna  LDnaRaw(c_r2, mc.cores=8)

I get this error:
error: evaluation nested too deeply: infinite recursion / options(expressions=)?

traceback() yields the following with repeated lines trimmed out:

1001: which(phy$edge[, 1] == des2del) 1000: foo(ancestor, phy$edge[k, 2]) 999: foo(ancestor, phy$edge[k, 2]) 998: foo(ancestor, phy$edge[k, 2]) 997: foo(ancestor, phy$edge[k, 2]) . 5: foo(ancestor, phy$edge[k, 2]) 4: foo(ancestor, phy$edge[k, 2]) 3: foo(anc[i], node2del[i]) 2: di2multi(tree) 1: LDnaRaw(c_r2, mc.cores = 8) 

The text was updated successfully, but these errors were encountered: