gnu: r-remoter: Fix indentation.
* gnu/packages/cran.scm (r-remoter): Fix indentation.
This commit is contained in:
parent
9bde1b1348
commit
f03e62c12d
1 changed files with 11 additions and 11 deletions
|
|
@ -20998,23 +20998,23 @@ where tcltk is present are supported.")
|
||||||
(name "r-remoter")
|
(name "r-remoter")
|
||||||
(version "0.4-0")
|
(version "0.4-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "remoter" version))
|
(uri (cran-uri "remoter" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a7m63l8phv5jnazvdqdrqkaqjwqzaac5y4jm2jn0ypy4n8jvkfl"))))
|
"1a7m63l8phv5jnazvdqdrqkaqjwqzaac5y4jm2jn0ypy4n8jvkfl"))))
|
||||||
(properties `((upstream-name . "remoter")))
|
(properties `((upstream-name . "remoter")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-argon2" ,r-argon2)
|
`(("r-argon2" ,r-argon2)
|
||||||
("r-getpass" ,r-getpass)
|
("r-getpass" ,r-getpass)
|
||||||
("r-pbdzmq" ,r-pbdzmq)
|
("r-pbdzmq" ,r-pbdzmq)
|
||||||
("r-png" ,r-png)))
|
("r-png" ,r-png)))
|
||||||
(home-page "https://github.com/RBigData/remoter")
|
(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
|
(description
|
||||||
"This package provides a set of utilities for client/server computing
|
"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
|
with R, controlling a remote R session (the server) from a local one (the
|
||||||
client).")
|
client).")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
|
||||||
Reference in a new issue