mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: r-remoter: Use lower case in the synopsis.
* gnu/packages/cran.scm (r-remoter)[synopsis]: Do not capitalize all words.
This commit is contained in:
parent
730a4b10fa
commit
9bde1b1348
1 changed files with 1 additions and 2 deletions
|
@ -21012,8 +21012,7 @@ (define-public r-remoter
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue