We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using knitr with caching, I came across a problem associated with dcast.
It is reported in yihui/knitr #207 and may be the same as ggplot2 #377
eval(parse(text = " library(reshape2) df = data.frame(x = letters[1:2], y = letters[1:3], z = rnorm(6)) g = c('b', 'a') dcast(df, y~ordered(x, levels = g)) "), envir = new.env())
which gives
Using z as value column: use value.var to override. Error in factor(x, ..., ordered = TRUE) : object 'g' not found
The text was updated successfully, but these errors were encountered:
562dd64
No branches or pull requests
When using knitr with caching, I came across a problem associated with dcast.
It is reported in yihui/knitr #207 and may be the same as
ggplot2 #377
which gives
The text was updated successfully, but these errors were encountered: