remote_version: remote_version

View source: R/update_mypkg.R

remote_versionR Documentation

remote_version

Description

get the version package in the remote repository of GitHub

Usage

remote_version(con)

Arguments

con

a connection to the remote DESCRIPTION file of the package

Value

a character string with the version of the package

Examples


url(
  'https://raw.githubusercontent.com/maxbre/myRfuns/main/DESCRIPTION'
) %>%
myRfuns:::remote_version()


maxbre/myRfuns documentation built on April 15, 2022, 5:45 a.m.