Check update status of a measure
check_status.Rd
Determines whether a measure needs to be updated on GitHub and/or the Y drive.
Arguments
- measure
Character: Name of the measure to check.
- repo
Character: Repository name. Defaults to "aux_
". - owner
Character: GitHub repository owner. Defaults to
getOption("pipfun.ghowner")
.- maindir
Character: Main directory path. Defaults to
getOption("pipaux.working_dir")
.- verbose
Logical: If TRUE, prints messages about the status. Default is TRUE.