rkrug / plantuml

R package to build UML graphs using plantuml
https://rkrug.github.io/plantuml/index.html
GNU General Public License v3.0
76 stars 8 forks source link

Error in if (options$eval) { : argument is not interpretable as logical #16

Closed retorquere closed 1 year ago

retorquere commented 4 years ago

With this: https://gist.github.com/6e2b5fa49b481189fb2668c28dd28fb0

I'm getting the error

Error in if (options$eval) { : argument is not interpretable as logical

if I just try to run the chunk. Knitting works OK.

rkrug commented 4 years ago

Thanks. For the moment, setting the default values in the setup chunk to eval = TRUE should do the job. Please leave this issue open as I would like to follow this up.

rkrug commented 1 year ago

Looked at it again and set the default plantuml.format to "auto". But I assume, the initial cause of the error was already solved in an earlier release.

The registration of the knit engine is done automatically now.