Skip to content

Simple lightweight installer for R packages from GitHub without external dependencies

Notifications You must be signed in to change notification settings

jtilly/install_github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

NOTE: this is outdated, see https://github.com/r-lib/remotes instead

install_github Build Status

Simple lightweight installer for R packages from GitHub. This function imitates the behavior of the popular devtools::install_github, yet it has no external dependencies. This function may be useful when you quickly want to install an R package from GitHub, but don't have the devtools package installed. This function downloads any desired R package from GitHub and installs any dependencies before installing the package itself.

Example

source("http://jtilly.io/install_github/install_github.R")
install_github("jtilly/matchingR")

About

Simple lightweight installer for R packages from GitHub without external dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages