Skip to contents

This function is useful when you network is not able to access needed content by default. For instance, when you are install package from GitHub, but you are blocked by firewalls.

Usage

set_proxy(url = "http://127.0.0.1", port = 36119)

Arguments

url

proxy IP address

port

proxy port

Value

silent

Details

Try to find the port automatically.

Examples

if (FALSE) { # \dontrun{
  # set_proxy()
  # run command
  # tinytex::install()
} # }