Skip to contents

Check if the last main github version is installed.

Usage

check_installed_github(repo)

Arguments

repo

a github repo/package. Ex: check_installed_github("tidyverse/dplyr")

Examples

if (FALSE) {
  check_installed_github("jrosell/jrrosell")
}