remote_version | R Documentation |
get the version package in the remote repository of GitHub
remote_version(con)
con |
a connection to the remote DESCRIPTION file of the package |
a character string with the version of the package
url( 'https://raw.githubusercontent.com/maxbre/myRfuns/main/DESCRIPTION' ) %>% myRfuns:::remote_version()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.