Skip to contents

This function checks if the local surveydown R package and Quarto extension are up-to-date with the latest online version. It compares local versions with the latest versions available on GitHub and provides information about whether updates are needed.

Usage

sd_check_versions()

Value

No return value, called for side effects (prints version information and update status to the console).

Examples

sd_check_versions()
#> surveydown R package (local): 0.2.4
#> surveydown R package (latest): 0.2.4
#> surveydown Quarto ext (local): Not found
#> surveydown Quarto ext (latest): 0.2.5
#> 
#> Updates are available. To update both the package and extension to the latest version, run: surveydown::sd_update_surveydown()