Skip to content

Commit a6a0147

Browse files
committed
Address:
checking Rd files ... WARNING demo_fun2.Rd:14-19: Must contain verbatim text problem found in ‘demo_fun2.Rd’ This was due to `%` being found in the `\out{}` component unescaped. (We're escaping encoding above.)
1 parent 5fa2f4e commit a6a0147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/examplesWebR.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ webr_repl_iframe <- function(encoded_code, version = "latest", height = 300) {
323323
url <- webr_repl_href(encoded_code, version)
324324
html <- paste0(
325325
'<iframe src="', url, '" ',
326-
'width="100%" height="', height, 'px" ',
326+
'width="100\\%" height="', height, 'px" ',
327327
'style="border: 1px solid #ddd; border-radius: 4px; margin-top: 10px;" ',
328328
'title="webR REPL">',
329329
'</iframe>'

0 commit comments

Comments
 (0)