Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ### Step 1. Install devtools packages
  2.  
  3. if (!require("devtools")) install.packages("devtools")
  4. library(devtools)
  5.  
  6. ### Step 2. Set configuration for our proxy (Please update your information proxy)
  7.  
  8. library(httr)
  9. set_config(
  10. use_proxy(url="18.91.12.23", port=8080, username="user",password="password")
  11. )
  12. install_github('rWBclimate', 'ropensci')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement