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

Methods in recommended packages are not found #16

Open
danno11 opened this issue Aug 7, 2017 · 1 comment
Open

Methods in recommended packages are not found #16

danno11 opened this issue Aug 7, 2017 · 1 comment

Comments

@danno11
Copy link

danno11 commented Aug 7, 2017

I'm not sure if this is a real issue or if I'm not using the package correctly, but the C-code referenced in .Call() doesn't seem to be looked up. For example:

lookup(stats::cor) doesn't give C code from
.Call(C_cor)

lookup(stats::lm.fit) doesn't give the C code from :
.Call(C_Cdqrls, x, y, tol, FALSE)

@jimhester
Copy link
Owner

I think this is because recommended packages like stats are not on CRAN (and therefore not in the CRAN GitHub mirror). They would need to be special cased.

@jimhester jimhester mentioned this issue Aug 16, 2017
@jimhester jimhester changed the title looking up .Call methods Methods in recommended packages are not found Oct 26, 2017
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

2 participants