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

"loop_apply" not resolved from current namespace when using ddply() #258

Closed
tekr opened this issue Jul 23, 2015 · 2 comments
Closed

"loop_apply" not resolved from current namespace when using ddply() #258

tekr opened this issue Jul 23, 2015 · 2 comments

Comments

@tekr
Copy link

tekr commented Jul 23, 2015

I get this error intermittently using plyr from CRAN and GitHub with the latest R version (3.2.1).

I say intermittent, because restarting R Studio fixes it for some time, and it also seems somewhat dependent on what (if any) other packages I have loaded besides plyr.

The thread here regarding a similar error in a different package suggests it is due to a missing PACKAGE parameter on the call to .Call() in loop_apply.R, and indeed adding the parameter fixes the issue for R 3.2.1 (pull request to follow).

Note I have not tested the fix in older versions of R.

tekr added a commit to tekr/plyr that referenced this issue Jul 23, 2015
@hadley hadley closed this as completed in ed5d482 Aug 6, 2015
@aadler
Copy link

aadler commented Oct 11, 2015

I started getting this error today when trying to use ggplot2. I installed plyr from source into R-devel_2015-10-09 itself compiled from source.

@aadler
Copy link

aadler commented Jun 9, 2016

I think this was fixed by 3256bb5

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