Open graphdr opened 6 months ago
I am not sure what would cause that. The n_var option was added in v 0.7.0, the latest update. I don't see how knitting the file would access an older version than running it chunk by chunk, but that's the only thing I can think of that would produce that behavior. I will see if I can reproduce this error in the next few days.
In my fork of the hydraulics package, if I open the Rmd file of the hydraulics vignette, I can run each code chunk successfully.
However, when I try to render (knit) the Rmd file, I consistently get an error message from the [manningc-1b] code chunk.
The code chunk reads:
n_var
is a legitimate argument. Changing the argument ton_var = FALSE
produces the same error. I'm not sure what's wrong here, though it doesn't seem to be the function itself. Any suggestions?Thanks!