Hey there!
I want to include a PAUSE module in my run, such that the run will continue on the next day at 6 am.
I want to tell my participants know via the text body that they can continue the next day and insert the specific date with R-Code.
I wrote the following in the "Text to show while waiting" area:
Morgen, d.h. am `r format(Sys.Date()+1, "%d.%m.%y")`, gehts weiter.
In general, that works, and the correct date appears when I test the run. However, on top of the page there is the following R-Output:
library(knitr); library(formr)
opts_chunk$set(warning=TRUE,message=TRUE,error=TRUE,echo=TRUE,fig.height=7,fig.width=10)
So far, I've been unable to figure out how to remove that R-Output. Anybody knows how to deal with that problem?
Cheers
Tobi