doc: Balance parens in R Shiny example.

* doc/guix.texi (Miscellaneous Services): Balance parens in R Shiny
example.
This commit is contained in:
Ludovic Courtès 2020-09-04 10:09:01 +02:00
parent eb3328004e
commit 720fd7320f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -28036,7 +28036,7 @@ The common way to create this file is as follows:
(app (string-append out "/bin/" ,name))
(Rbin (string-append (assoc-ref %build-inputs "r-min")
"/bin/Rscript")))
@dots{}
;; @dots{}
(mkdir-p (string-append out "/bin"))
(call-with-output-file app
(lambda (port)
@ -28045,8 +28045,7 @@ The common way to create this file is as follows:
library(shiny)
setwd(\"~a\")
runApp(launch.browser=0, port=4202)~%\n"
Rbin targetdir)))
@dots{}
Rbin targetdir))))
@end lisp
@end table