options(repos="http://essrc.hyogo-u.ac.jp/cran/") Sys.setenv(http_proxy="http://xxxHTTP_PROXY_SERVER_ADDRESSxxx:nnnPORTnnn", ftp_proxy="ftp://xxxFTP_PROXY_SERVER_ADDRESSxxx:nnnPORTnnn") cat("Current http proxy ...", Sys.getenv("http_proxy"), "\n") cat("Current ftp proxy ...", Sys.getenv("ftp_proxy"), "\n")