rsconnect.ca.bundlePath to a custom bundle of Certificate Authority root certificates to use when connecting to servers via SSL. This option can also be specied in the environment variable RSCONNECT_CA_BUNDLE. Leave undefined to use your system's default certificate store.
rsconnect.check.certificateWhether to check the SSL certificate when connecting to a remote host; defaults to TRUE. Setting to FALSE is insecure, but will allow you to connect to hosts using invalid certificates as a last resort.
rsconnect.httpHttp implementation used for connections to the back-end service:
rcurl |
Secure https using the RCurl package |
curl |
Secure https using the curl system utility |
internal |
Insecure http using raw sockets |
If no option is specified then rcurl is used by default.
rsconnect.http.traceWhen TRUE, trace http calls (prints the method, path, and total milliseconds for each http request)
rsconnect.http.trace.jsonWhen TRUE, trace JSON content (shows JSON payloads sent to and received from the server))
rsconnect.http.verboseWhen TRUE, print verbose output for http connections (useful only for debugging SSL certificate or http connection problems)
rsconnect.error.traceWhen TRUE, print detailed stack traces for errors occurring during deployment.
rsconnect.launch.browserWhen TRUE, automatically launch a browser to view applications after they are deployed
rsconnect.locale.cacheWhen FALSE, disable the detected locale cache (Windows only).
rsconnect.localeOverride the detected locale.
rsconnect.max.bundle.sizeThe maximum size, in bytes, for deployed content. If not set, defaults to 3 GB.
rsconnect.max.bundle.filesThe maximum number of files to deploy. If not set, defaults to 10,000.
rsconnect.force.update.appsWhen TRUE, bypasses the prompt to confirm whether you wish to update previously-deployed content