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.Dismiss alert
when plot.percents=TRUE I get error: Error in ddply(results[results$value > 0, ], .(Item), transform, pos = cumsum(value) - : could not find function "ddply"
This is coming from here, I think just putting plyr::ddply in there would fix the problem:
This is just to say that @mjsobrep is absolutely right. I've just made those changes to a cloned repo, and used that in place of the official dev release of the library and it resolves the issue. See here: master...kidwellj:likert:master
when
plot.percents=TRUE
I get error:Error in ddply(results[results$value > 0, ], .(Item), transform, pos = cumsum(value) - : could not find function "ddply"
This is coming from here, I think just putting
plyr::ddply
in there would fix the problem:likert/R/plot.likert.bar.r
Line 299 in a7cb925
The text was updated successfully, but these errors were encountered: