diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-03-26 08:23:39 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-03-26 08:28:41 +0100 |
commit | 9bde1b13488af896cda724d66b8f37670e10dc9d (patch) | |
tree | 92fc7982dcab212496b7971f114e9c90db76506f /gnu/packages/cran.scm | |
parent | 730a4b10fa49d821e0a89af59485cecf8616cd50 (diff) | |
download | guix-9bde1b13488af896cda724d66b8f37670e10dc9d.tar.gz |
gnu: r-remoter: Use lower case in the synopsis.
* gnu/packages/cran.scm (r-remoter)[synopsis]: Do not capitalize all words.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c0bd4bfd4f..81733f7e54 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 |