o2r-project / o2r-UI

User interface for creating and examining Executable Research Compendia (ERC)
https://o2r.uni-muenster.de/
Apache License 2.0
3 stars 5 forks source link

Automatic Binding Creation fails for character "%" #210

Open njakuschona opened 3 years ago

njakuschona commented 3 years ago

The character "%" is used in an unusual way by the package "lubridate". Therefor the code detection fails.

Example: d1= dat%m+% months(1)

Error: Lexical error on line 14. Unrecognized text.

image