Skip to content

Instantly share code, notes, and snippets.

@bquistorff
Created October 7, 2014 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bquistorff/88b7f0dc05a1ec36da39 to your computer and use it in GitHub Desktop.
Save bquistorff/88b7f0dc05a1ec36da39 to your computer and use it in GitHub Desktop.
Callable from the command line for install packages from local store (that need machine-specific installation)
*Callable from the command line for install packages from local store (that need machine-specific installation)
global dir_base ".."
* Use the -net set- line before installing other packages
net set ado "${dir_base}/code/ado/"
local letter1 = substr("`1'",1,1)
net install `1' , all force from("`c(pwd)'/${dir_base}/code/ado-store/`letter1'/")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment