This function will allow you to set package variables.
Arguments
- timeout
Timeout option used with default R download socket. The global default value for this is 500, which can be increased for very large files and a slow internet connection. Has no effect, when
curl=TRUE
.- remote
Character string which is the URL of the chronos server.
- curl
Logical value of the 'curl' package variable.
Details
The following package-wide variables can be set.
timeout
: Positive integer. Timeout of connections in seconds when the default R sockets are used. The global setting by default is `300`.
#' remote
: Character string. URL of the chronosphere repositories, the default value is "https://github.com/chronosphere-info/chrono_arch/raw/main/"
.
curl
: Logical value. If set to TRUE
(default), the curl libraries are used to download files. If set to FALSE
(default) the default R sockets are used, which can result in timeout issues that need to be resolved manually.