This function checks if the required packages are installed and up-to-date. If not, it asks the user if they want to install the development versions from GitHub.

update_required_packages(allow_update = FALSE, include_gseddata = FALSE)

Arguments

allow_update

Logical. If `TRUE`, the function will install the development versions from GitHub. The default in `FALSE`

include_gseddata

Logical. If `TRUE`, the function will also check for the `gseddata` package. The default is `FALSE`.

Value

Logical. `TRUE` if all required packages are installed and up-to-date.