R/init.R

Defines functions .onAttach

.onAttach <- function(libname, pkg){
  packageStartupMessage(sprintf("Linking to libssh v%s", ssh::libssh_version()))
}

Try the ssh package in your browser

Any scripts or data that you put into this service are public.

ssh documentation built on Oct. 17, 2023, 1:11 a.m.