Package: ssh
Type: Package
Title: Secure Shell (SSH) Client for R
Version: 0.8.0
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), 
    email = "jeroen@berkeley.edu", comment = c(ORCID = "0000-0002-4035-0289"))
Description: Connect to a remote server over SSH to transfer files via SCP, 
    setup a secure tunnel, or run a command or script on the host while 
    streaming stdout and stderr directly to the client.
License: MIT + file LICENSE
Encoding: UTF-8
SystemRequirements: libssh >= 0.6.0 (the original, not libssh2)
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Imports: 
    credentials,
    askpass
Suggests:
    knitr,
    rmarkdown,
    spelling, 
    sys,
    testthat,
    mongolite
Language: en-GB
URL: https://docs.ropensci.org/ssh/ (website),
    https://github.com/ropensci/ssh (devel)
VignetteBuilder: knitr
