[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: doc: Balance parens in R Shiny example.
From: |
guix-commits |
Subject: |
01/07: doc: Balance parens in R Shiny example. |
Date: |
Fri, 4 Sep 2020 05:30:07 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 720fd7320f944692a770d0a689313a563a429ca1
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Sep 4 10:09:01 2020 +0200
doc: Balance parens in R Shiny example.
* doc/guix.texi (Miscellaneous Services): Balance parens in R Shiny
example.
---
doc/guix.texi | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 0d67686..0a68457 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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
- branch master updated (eb33280 -> 3f663e5), guix-commits, 2020/09/04
- 01/07: doc: Balance parens in R Shiny example.,
guix-commits <=
- 03/07: doc: Document 'file-system-label' and 'uuid'., guix-commits, 2020/09/04
- 02/07: doc: Syntax highlighting now handles @var within @lisp., guix-commits, 2020/09/04
- 04/07: gnu: darktable: Update to 3.2.1., guix-commits, 2020/09/04
- 06/07: .guix-authorizations: Add planglois to the committers., guix-commits, 2020/09/04
- 05/07: gnu: darktable: Add dependency on libavif, ocl-icd., guix-commits, 2020/09/04
- 07/07: gnu: kdenlive: Add ffmpeg to input list, guix-commits, 2020/09/04