githubver: Latest GitHub Version

View source: R/githubver.R

githubverR Documentation

Latest GitHub Version

Description

Compare the version of the currently downloaded R package to the latest version available on GitHub.

Usage

githubver(name = "JVAdams", pkg = "GLFC")

Arguments

name

A character scalar identifying the name of the GitHub user where the R package repository is located online, default "JVAdams".

pkg

A character scalar identifying the name of the R package, default "GLFC".

Value

A message is returned, reporting the version status.

Examples

## Not run: 
 library(GLFC)
 githubver()

## End(Not run)

JVAdams/GLFC documentation built on Jan. 5, 2023, 12:59 a.m.