rekado pushed a commit to branch master
in repository guix.

commit 9bde1b13488af896cda724d66b8f37670e10dc9d
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Mar 26 08:23:39 2020 +0100

    gnu: r-remoter: Use lower case in the synopsis.
    
    * gnu/packages/cran.scm (r-remoter)[synopsis]: Do not capitalize all words.
---
 gnu/packages/cran.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c0bd4bf..81733f7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21012,8 +21012,7 @@ where tcltk is present are supported.")
         ("r-pbdzmq" ,r-pbdzmq)
         ("r-png" ,r-png)))
     (home-page "https://github.com/RBigData/remoter";)
-    (synopsis
-      "Control a Remote R Session from a Local One")
+    (synopsis "Control a remote R session from a local one")
     (description
       "This package provides a set of utilities for client/server computing
 with R, controlling a remote R session (the server) from a local one (the

Reply via email to