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 Sept. 11, 2024, 5:58 p.m.